We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431c24d commit 9143bf9Copy full SHA for 9143bf9
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.13)
2
3
if(NOT DEFINED VERSION)
4
- set(VERSION 1.2.3)
+ set(VERSION 1.2.4)
5
endif()
6
7
set(PROJECT_NAME melodix)
debian/changelog
@@ -1,3 +1,14 @@
+melodix (1.2.4) UNRELEASED; urgency=medium
+
+ * feat: sidebar add transparent effect
+ * fix: fix dependent loss
+ * fix: loading animation doesn't stop when there are no lyrics
+ * fix: lyric page does not hide when the Settings page is opened
+ * feat: Extract the formatdata code
8
+ * chore: Adjust directory structure
9
10
+ -- ice <[email protected]> Sat, 9 Mar 2024 15:09:11 +0800
11
12
melodix (1.2.3) UNRELEASED; urgency=medium
13
14
* feat: network request returned data reorganization
0 commit comments