Skip to content

Commit

Permalink
update version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Super-Badmen-Viper committed Jan 21, 2025
1 parent 0c75d92 commit 0b96133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NSMusicS-Electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]"
},
"description": "NSMusicS For Web(Electron+Vue3+TS),Multi platform Multi mode Super Music Software (Full stack development, audio processing, artificial intelligence, natural language processing)",
"version": "1.2.0",
"version": "1.2.2",
"private": true,
"license": "AGPL - 3.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions NSMusicS-Electron/resources/config/NSMusicS.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<item>
<version>1.2.0</version>
<version>1.2.2</version>
<url> </url>
<changelog>https://github.com/Super-Badmen-Viper/NSMusicS/releases</changelog>
<changelog_explain>
Expand All @@ -12,7 +12,7 @@
增加服务器配置种类,兼容emby-api[进行中];
增加服务器配置种类,兼容jellyfin-api[进行中];
增加迷你播放窗口,竖向模式为仿制AppleMusic迷你播放悬浮窗,横向模式为桌面歌词[进行中];
1.2.0已更新内容;
1.2.2已更新内容;
优化本地模式的音乐库管理逻辑,使其更加符合本地用户的使用习惯[√];
按媒体库文件夹目录对歌曲进行筛选[√];
为每一个按钮都添加鼠标悬浮国际化提示说明,提高用户使用友好性[√];
Expand Down
2 changes: 1 addition & 1 deletion NSMusicS-Electron/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
}
try {
store_app_configs_info.version = '1.2.0';
store_app_configs_info.version = '1.2.2';
console.log('Current Version:', store_app_configs_info.version);
const xmlUrl = 'https://github.com/Super-Badmen-Viper/NSMusicS/releases/download/NSMusicS-Win-Update/NSMusicS.xml';
await store_app_configs_logic_update.fetchAndParseXML(xmlUrl);
Expand Down

0 comments on commit 0b96133

Please sign in to comment.