From e0065835ca72d4b29dc0a7a91d77470aa2789d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20M=C3=A9ndez?= Date: Tue, 17 Sep 2024 21:55:56 -0600 Subject: [PATCH] Update changelog and version --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0a2ade7..985221c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +linamp (1.2.0) bookworm; urgency=medium + + * Bugfix: After boot and loading the first file into the playlist, playback fails. + * Bugfix: Fix issue caused by playing and sopping the same file repeatedly (it glitched and refused to play). + * Refactor: new folder structure for better code maintainability. + + -- Rodrigo Méndez Tue, 17 Sep 2024 21:54:00 -0600 + linamp (1.1.2) bookworm; urgency=medium * Trim trailing whitespace.