This is a quick patch to squash some bugs, add a few new settings, and update translations.
Added
New Settings
- feat(ui): add thumbnail cache size setting to settings panel by @CyanVoxel in #1088
- feat: add cached thumbnail quality and resolution settings by @CyanVoxel in #1101
- Only available by editing the
cached_thumb_quality
andcached_thumb_resolution
options in thesettings.toml
config file
- Only available by editing the
- fix: add option to use old Windows 'start' command by @CyanVoxel in #1084
- Only available by editing the
windows_start_command
option in thesettings.toml
file - Fixes niche issue on Windows systems, see #1036
- Only available by editing the
- translations: add Czech, Portuguese (Portugal), and Romanian to settings panel (2db8bed)
File Previews
- feat: render .cbr thumbnails by @Sola-ris in #1112
- feat: render .cbt thumbnails by @Sola-ris in #1116
Fixed
- fix: JSON migration window getting stuck on finishing migration by @CyanVoxel in #1094
- fix: VTF files not rendering on Linux by @CyanVoxel in #1093
- fix: account for leading slash ignore pattern by @CyanVoxel in #1092
- fix: add option to use old Windows 'start' command by @CyanVoxel in #1084
- fix: always show first frame of video; autoplay will always play by @SumithSudheer and @CyanVoxel in #1104
- feat: read epub cover from ComicInfo.xml, if available. by @Sola-ris in #1109 and #1111
- fix: prevent mnemonic removal from removing escaped ampersands by @CyanVoxel in #1110
- fix: properly delete tag_parents row when deleting tag by @CyanVoxel in #1107
Changed
Translations
- French updated by @kitsumed , @RustyNova016
- Hungarian updated by @smileyhead
- Russian updated by @purpletennisball
- Spanish updated by @danpg94
- Toki Pona updated by @Math-Bee
Internal Changes
- refactor: untangle backend and frontend files by @CyanVoxel in #1095
- refactor: fix most pyright issues in
library/alchemy/
by @CyanVoxel in #1103
New Contributors
- @SumithSudheer made their first contribution in #1104
- @Sola-ris made their first contribution in #1109
Full Changelog: v9.5.4...v9.5.5