From a5d8eee21875e3d626c9952bc1353c4d8987c0ec Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 9 Feb 2024 01:34:16 +0100 Subject: [PATCH 1/2] [flowplayer.changes] Mention contribution by smokku --- rpm/flowplayer.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/flowplayer.changes b/rpm/flowplayer.changes index 8a59318..294fde9 100644 --- a/rpm/flowplayer.changes +++ b/rpm/flowplayer.changes @@ -1,4 +1,5 @@ * Wed Feb 08 2024 olf - 0.3.2 +- Use Sailfish.Pickers.FolderPickerPage to configure music directories (#33) by @smokku - Enhance AboutPage.qml (#37, #44) - Translation updates for DE & SV (#45, #46) - Try harder to get rid of hardcoded home paths (#48) From 2a5d5c16f6623b18ff61343ca909f2219da11777 Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 9 Feb 2024 01:35:24 +0100 Subject: [PATCH 2/2] [flowplayer.changes] Attribute two changes to dcaliste --- rpm/flowplayer.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/flowplayer.changes b/rpm/flowplayer.changes index 294fde9..0161a5f 100644 --- a/rpm/flowplayer.changes +++ b/rpm/flowplayer.changes @@ -2,8 +2,8 @@ - Use Sailfish.Pickers.FolderPickerPage to configure music directories (#33) by @smokku - Enhance AboutPage.qml (#37, #44) - Translation updates for DE & SV (#45, #46) -- Try harder to get rid of hardcoded home paths (#48) -- Change the organisation name (#51) +- Try harder to get rid of hardcoded home paths (#48) by @dcaliste +- Change the organisation name (#51) by @dcaliste * Sun Feb 04 2024 olf - 0.3.1 - Add missing QML dependencies (#27, #28)