Skip to content

Commit 9143bf9

Browse files
committed
chore: release 1.2.4
发布1.2.4版本
1 parent 431c24d commit 9143bf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
if(NOT DEFINED VERSION)
4-
set(VERSION 1.2.3)
4+
set(VERSION 1.2.4)
55
endif()
66

77
set(PROJECT_NAME melodix)

debian/changelog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
melodix (1.2.4) UNRELEASED; urgency=medium
2+
3+
* feat: sidebar add transparent effect
4+
* fix: fix dependent loss
5+
* fix: loading animation doesn't stop when there are no lyrics
6+
* fix: lyric page does not hide when the Settings page is opened
7+
* feat: Extract the formatdata code
8+
* chore: Adjust directory structure
9+
10+
-- ice <[email protected]> Sat, 9 Mar 2024 15:09:11 +0800
11+
112
melodix (1.2.3) UNRELEASED; urgency=medium
213

314
* feat: network request returned data reorganization

0 commit comments

Comments
 (0)