From addb16a560fab5906436dfd304a006ed1c5b0311 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 25 Oct 2022 21:50:00 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1bb1c631..7c6cf90e5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,9 @@ * updated `musikdroid` dependencies and tooling, fixed a few warnings. * merged latest upstream `PDCurses` code for Windows builds. * sending `musikcubed` a SIGUSR1 will trigger a library rescan. +* fixed a bug when querying tracks by category with a filter. +* fixed a `musikdroid` bug that could cause the BrowseFragment to get into + a bad state where search would no longer work. --------------------------------------------------------------------------------