From 4b1924edd8f4864427ac786fb7a5aeabf214540e Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 18 Feb 2026 04:08:41 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53992d..310db85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ 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. +- updated download cache naming to use `Author_Title` format with normalized separators ### 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 ## [0.1.6] - 2026-02-16