update CHANGELOG.md for 2.3.3

This commit is contained in:
Hans-Christoph Steiner 2024-12-11 12:51:03 +01:00
parent d826178892
commit b408d56c2b
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -12,6 +12,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed ### Removed
## [2.3.3] - 2024-12-11
### Added
* verify: `--clean-up-verified` to delete files used when verifying an APK if
the verification was successful.
### Fixed
* Support Python 3.13 in the full test suite.
* Sync translations for: ca de fr ja pl ro ru sr ta
* update: only generate _index.png_ when making _index.html_, allowing the repo
operator to set a different repo icon, e.g. not the QR Code.
## [2.3.2] - 2024-11-26 ## [2.3.2] - 2024-11-26
### Fixed ### Fixed
@ -55,7 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
like `countryCode:`. like `countryCode:`.
* Repo's categories are now set in the config files. * Repo's categories are now set in the config files.
* lint: check syntax of config files. * lint: check syntax of config files.
* publish: ``--error-on-failed` to exit when signing/verifying fails. * publish: `--error-on-failed` to exit when signing/verifying fails.
* scanner: `--refresh` and `refresh_config:` to control triggering a refresh of * scanner: `--refresh` and `refresh_config:` to control triggering a refresh of
the rule sets. the rule sets.
* Terminal output colorization and `--color` argument to control it. * Terminal output colorization and `--color` argument to control it.