Update CHANGELOG.md

This commit is contained in:
AntsyLich 2024-11-02 21:27:45 +06:00
parent 57e6e198b8
commit 07bfa580a4
No known key found for this signature in database

View file

@ -12,17 +12,18 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
## [Unreleased]
### Changed
- Bump default user agent
### Fixed
- Fixed "currentTab was used multiple times"
- Fixed a rare crash when invoking "Mark previous as read" action
- Fixed long strip images not loading in some old devices
- Added option to always use SSIV for image decoding
- Bump default user agent ([@AntsyLich](https://github.com/AntsyLich)) ([`76dcf90`](https://github.com/mihonapp/mihon/commit/76dcf903403d565056f44c66d965c1ea8affffc3))
### Improved
- Bangumi search now shows the score and summary of a search result ([@MajorTanya](https://github.com/MajorTanya)) ([#1396](https://github.com/mihonapp/mihon/pull/1396))
- Extension repo URLs are now auto-formatted ([@AntsyLich](https://github.com/AntsyLich), [@MajorTanya](https://github.com/MajorTanya))
-
### Fixed
- Fixed "currentTab was used multiple times" ([@AntsyLich](https://github.com/AntsyLich)) ([`371c143`](https://github.com/mihonapp/mihon/commit/371c1432e218f6dcf129f05405dceb2cd351c647))
- Fixed a rare crash when invoking "Mark previous as read" action ([@AntsyLich](https://github.com/AntsyLich)) ([`f508d10`](https://github.com/mihonapp/mihon/commit/f508d10ad13560d7316df8642bc93fe66c05b9a8))
- Fixed long strip images not loading in some old devices ([@AntsyLich](https://github.com/AntsyLich)) ([`06efc3b`](https://github.com/mihonapp/mihon/commit/06efc3b25c5af51f42448af27a269ee459d9093d))
- Added option to always use SSIV for image decoding ([@AntsyLich](https://github.com/AntsyLich)) ([`bb4d9fc`](https://github.com/mihonapp/mihon/commit/bb4d9fc81a043ac4f2d0105f19c09974ae2f7201))
- Fixed crash after removing last category while it's active in library ([@cuong-tran](https://github.com/cuong-tran)) ([#1450](https://github.com/mihonapp/mihon/pull/1450))
## [v0.17.0] - 2024-10-26
### Added