Skip to content

Commit 842bdba

Browse files
committed
Release 3.2
1 parent 5021944 commit 842bdba

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ The format is based on
66

77
## [Unreleased]
88

9+
## [3.2] - 2025-11-04
10+
11+
### Security
12+
13+
- Fixes [CVE-2025-64184]: Directory Traversal through crafted HTTP responses
14+
15+
[CVE-2025-64184]: https://github.com/webcomics/dosage/security/advisories/GHSA-4vcx-3pj3-44m7
16+
17+
### Added
18+
19+
- Support for Python 3.14
20+
- Some comics
21+
- DEV: Trusted publishing
22+
23+
### Changed
24+
25+
- "Smarter" URL splitting, trailing slashes shouldn't confuse modules anymore
26+
- DEV: Switched default branch name to `main`
27+
- DEV: Switched from CodeClimate to qlty.sh
28+
29+
# Fixed
30+
31+
- Some comic modules
32+
- Add `Accept-Language` header to all requests to satisfy some WAFs
33+
934
## [3.1] - 2025-05-19
1035

1136
### Added
@@ -863,7 +888,8 @@ the 2.16 release to fix the broken update check in that release.
863888
- Initial public release
864889

865890

866-
[Unreleased]: https://github.com/webcomics/dosage/compare/3.1...HEAD
891+
[Unreleased]: https://github.com/webcomics/dosage/compare/3.2...HEAD
892+
[3.2]: https://github.com/webcomics/dosage/compare/3.1...3.2
867893
[3.1]: https://github.com/webcomics/dosage/compare/3.0...3.1
868894
[3.0]: https://github.com/webcomics/dosage/compare/2.17...3.0
869895
[2.17]: https://github.com/webcomics/dosage/compare/2.16...2.17

0 commit comments

Comments
 (0)