From 5ba0fafbc126aede625b82e89b830efb71bbade2 Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 18 Feb 2026 04:20:56 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310db85..501be63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - massive code refactoring - complete test suite revamp - updated download cache naming to use `Author_Title` format with normalized separators +- optimized library pagination fetch with bounded concurrent scheduling ### Fixed - 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