Skip to content

Commit

Permalink
Bump version 4.1.0.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Oct 16, 2024
1 parent c0a2aa3 commit 0f75dc7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.0.0)
project(TTKMusicPlayer)

set(TTK_MAJOR_VERSION 4)
set(TTK_MINOR_VERSION 0)
set(TTK_MINOR_VERSION 1)
set(TTK_PATCH_VERSION 0)
set(TTK_VERSION "${TTK_MAJOR_VERSION}.${TTK_MINOR_VERSION}.${TTK_PATCH_VERSION}.0")

Expand Down
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
v4.1.0.0 Final 2024.10.XX
v4.1.0.0 Final 2024.10.16
支持导出全部列表
支持拖拽文件夹导入列表
修复播放列表重名
修复某些情况下异常退出
优化简洁模式
优化DLNA模块
优化部分交互逻辑
优化歌曲元数据解析
优化平台网络模块
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = TTKMusicPlayer
PROJECT_NUMBER = 4.0.0.0
PROJECT_NUMBER = 4.1.0.0
PROJECT_BRIEF = "TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux"
PROJECT_LOGO = TTKResource/lb_app_logo.png
OUTPUT_DIRECTORY = TTKDocs
Expand Down
6 changes: 3 additions & 3 deletions TTKCommon/ttkversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@
* with this program; If not, see <http://www.gnu.org/licenses/>.
***************************************************************************/

//update time 2024.06.18
//update time 2024.10.16
#define TTK_MAJOR_VERSION 4
#define TTK_MINOR_VERSION 0
#define TTK_MINOR_VERSION 1
#define TTK_PATCH_VERSION 0

#define TTK_CONFIG_VERSION_STR "1.0.2"

#define TTK_VERSION TTK_VERSION_CHECK(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
#define TTK_VERSION_STR TTK_VERSION_CHECK_STR(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
#define TTK_VERSION_TIME_STR "(2024/06/18)"
#define TTK_VERSION_TIME_STR "(2024/10/16)"

#define TTK_RC_FILEVERSION TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion TTKResource/_extras/TTKRoutine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "${dirpath%$tmp}" != "/" ]; then
fi
LD_LIBRARY_PATH=$dirpath

export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/4.0.0.0:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/4.1.0.0:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH

$appname "$@"
2 changes: 1 addition & 1 deletion TTKUtils/auc/make_auc.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKInit.exe"
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKMusicPlayer.exe"
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TKConsole.exe"
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"4.0.0.0/TTKService.exe"
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"4.1.0.0/TTKService.exe"
2 changes: 1 addition & 1 deletion TTKUtils/deploy/make_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ execpath="$PWD/../TTKMusicPlayer"

echo -n "[Desktop Entry]
Type=Application
Version=4.0.0.0
Version=4.1.0.0
Name=TTKMusicPlayer
Name[zh_CN]=天天酷音
Name[zh_TW]=天天酷音
Expand Down
1 change: 1 addition & 0 deletions TTKUtils/deploy/share/appdata/ttkmusicplayer.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<url type="homepage">https://github.com/Greedysky/TTKMusicPlayer</url>
<developer_name>Greedysky Studio</developer_name>
<releases>
<release version="4.1.0.0" date="2024-10-16" />
<release version="4.0.0.0" date="2024-06-18" />
<release version="3.7.0.0" date="2024-04-25" />
<release version="3.6.0.0" date="2024-02-14" />
Expand Down
2 changes: 1 addition & 1 deletion TTKUtils/linux_time.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -exec touch -c -m -d "2024-06-18 12:00" {} \;
find . -exec touch -c -m -d "2024-10-16 12:00" {} \;
2 changes: 1 addition & 1 deletion TTKUtils/ttk.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define MyAppNameZh "天天酷音"
#define MyAppNameEN "TTKMusicPlayer"
#define MyAppVersion "4.0.0.0"
#define MyAppVersion "4.1.0.0"
#define MyAppPublisher "Greedysky Studio"
#define MyAppCopyright "Copyright (C) 2015 - 2024 Greedysky Studio"
#define MyAppURL "http://download.csdn.net/album/detail/3094"
Expand Down
4 changes: 2 additions & 2 deletions TTKVersion.pri
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc
OBJECTS_DIR = ./.build/obj
RCC_DIR = ./.build/rcc

# update time 2024.06.18
TTK_VERSION = 4.0.0.0
# update time 2024.10.16
TTK_VERSION = 4.1.0.0

0 comments on commit 0f75dc7

Please sign in to comment.