chore: update changelog

This commit is contained in:
2026-02-18 04:20:56 +01:00
parent bed0ac4fea
commit 5ba0fafbc1

View File

@@ -12,11 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- massive code refactoring - massive code refactoring
- complete test suite revamp - complete test suite revamp
- updated download cache naming to use `Author_Title` format with normalized separators - updated download cache naming to use `Author_Title` format with normalized separators
- optimized library pagination fetch with bounded concurrent scheduling
### Fixed ### Fixed
- reused library metadata for download filename generation to avoid `Unknown-Author_Unknown-Title` when title/author are already known in the UI - reused library metadata for download filename generation to avoid `Unknown-Author_Unknown-Title` when title/author are already known in the UI
- optimize pagination fetch with bounded concurrent scheduling in library - fixed Audible last-position request parameter handling after library client refactor
- added retry behavior and explicit size diagnostics when downloaded files are too small
## [0.1.6] - 2026-02-16 ## [0.1.6] - 2026-02-16