Skip to content

Commit

Permalink
New Release 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejpapez committed Dec 26, 2022
1 parent 793e434 commit 6d172df
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
# Changelog

## [Unreleased]
## [13.0] - 2022-12-26

### Added

- bot is now also available on Mastodon

### Changed

- new releases are now sorted by the number of bugs, so release with the most bug fixes is now at the top
- updated wording "zero-day may have been actively exploited" to align with Apple's wording
- updated tweet wordings
- update wording "zero-day may have been actively exploited" to align with Apple's wording
- re-format zero-day tweet to make more clear which zero-days are new, old and what zero-days are in each release
- update multiple tweet wordings
- also sort releases by number of bugs/changes in Security Content Available and Entry Changes

### Fixed

- if all iOS bugs were fixed in top four modules except 1, it would say "and 1 other vulnerabilities fixed"

### Code

- refactoring, make a Release class
- add type hints
- use lxml package for more html parsing, rely less on regex
- make a Release class
- do not request all data of the last 20 releases at every run
- a lot of other code changes and moving around
- better testing
- use type hints
- add CHANGELOG.md
- add Dependabot

## [12.0] - 2022-02-11

Expand Down

0 comments on commit 6d172df

Please sign in to comment.