-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
# 更新日志 | ||
|
||
## [v3.0.0] - 2024-03-21 | ||
## [v3.1.0] - 2024-01-02 | ||
|
||
### ✨ 新功能 | ||
- 新增自动更新检测功能 | ||
- 新增 GitHub Actions 自动构建和发布 | ||
- 新增主题色切换功能,支持日间/夜间模式 (#19, #21) | ||
- 新增随机播放功能 (#20) | ||
- 优化主题效果和图片清晰度 | ||
|
||
### 🏗️ 架构重构 | ||
- 重构整个项目架构 | ||
- 优化打包配置 | ||
- 修改后台服务为本地运行 | ||
- 优化项目结构 | ||
|
||
### 🐞 问题修复 | ||
- 修复 web 移动端页面空白问题 (#24) | ||
- 修复无用导入问题 | ||
- 优化错误处理 | ||
- 优化主入口代码,添加歌曲下载功能 (018218a) | ||
- 完善网页版安装应用功能 (38a9d6e) | ||
- 修改更新检查功能 (8dab799) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "AlgerMusicPlayer", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Alger Music Player", | ||
"author": "Alger <[email protected]>", | ||
"main": "./out/main/index.js", | ||
|