Update CHANGELOG.md

Add missing changes from old preview changelog
This commit is contained in:
schroda
2025-10-15 00:33:16 +02:00
committed by GitHub
parent bb6865e111
commit 588b6fc68b

View File

@@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- (**Backup**) Add option to exclude specific data during backup creation - (**Backup**) Add option to exclude specific data during backup creation
- (**Backup**) Add option to exclude specific data during backup restore - (**Backup**) Add option to exclude specific data during backup restore
- (**Library**/**Manga**) Show chapter information on hover over continue reading button - (**Library**/**Manga**) Show chapter information on hover over continue reading button
- (**Settings**) Add KOReader sync settings
- (**Settings**) Add database settings
- (**Browse**) Add "open in webview" button in source browse page
### Changed ### Changed
- (**Category**) Prevent creating categories without a name - (**Category**) Prevent creating categories without a name
@@ -25,8 +28,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- (**Manga**) Fix redirection to tracker settings in case no tracker is logged in - (**Manga**) Fix redirection to tracker settings in case no tracker is logged in
- (**Library**) Fix showing incorrect info text for an empty category - (**Library**) Fix showing incorrect info text for an empty category
- (**Browse**) Prevent infinite loading in case the whole source catalogue has been added to the library and the "hide entries in library" setting is enabled - (**Browse**) Prevent infinite loading in case the whole source catalogue has been added to the library and the "hide entries in library" setting is enabled
- (**Browse**) Fix using incorrect native language name for some sources (e.g., different chinese languages (zh-hans, zh-hant, ...) were all showing the same native name)
- (**Reader**) Fix mouse drag scrolling intertia effect being locked at 60hz - (**Reader**) Fix mouse drag scrolling intertia effect being locked at 60hz
- (**Reader**) Fix mouse cursor drift during drag scroll
- (**Reader**) Fix deletion of chapters while reading - (**Reader**) Fix deletion of chapters while reading
- (**Reader**) Fix potential page loss during window resize while using continuous horizontal reading mode
- (**Extension**) Fix handling obsolete extensions as updatable in case they are marked as having an available update - (**Extension**) Fix handling obsolete extensions as updatable in case they are marked as having an available update
- (**Theme**) Fix loading of fonts defined in themes - (**Theme**) Fix loading of fonts defined in themes
- (**Backup**) Add option to exclude specific data during backup creation - (**Backup**) Add option to exclude specific data during backup creation