From 06c7cc7d17468bc1f9ff2f31416e7a54cf18c182 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Mon, 9 Dec 2024 08:09:19 +0700 Subject: [PATCH] chore(release): Sync changelog for v1.9.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb11f4cb61..5836a0ed4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co ## [Unreleased] +## [1.9.0] + ### Additions - Sync DoH provider list with upstream (added Mullvad, Control D, Njalla, and Shecan) - Add option to enable verbose logging @@ -28,6 +30,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - Bangumi search now shows the score and summary of a search result (@MajorTanya) - Logs are now written to a file for easier debugging - Bump default user agent (@AntsyLich) +- Custom cover is now compressed to WebP to prevent OOM crashes ### Fixes - Fix only few DoH provider is actually being used (Cloudflare, Google, AdGuard, and Quad9) @@ -41,6 +44,8 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - Fix browser not opening in some cases in Honor devices (@MajorTanya) - Fix "ConcurrentModificationException" crashes - Fix Komga unread badge, again +- Fix default category can't be updated manually +- Fix crashes trying to load Library caused by cover being too large ### Other - Simplify network helper code