Skip to content

Commit 87852ac

Browse files
committed
发布v2.7.0
1 parent 65ab263 commit 87852ac

4 files changed

Lines changed: 39 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## [2.7.0](https://github.com/lyswhut/lx-music-desktop/compare/v2.6.0...v2.7.0) - 2024-04-14
10+
11+
### 新增
12+
13+
- 主题编辑器添加“深色字体”选项,启用后将减少字体颜色梯度,各类字体(正文、标签字体等)颜色将更接近,这有助于解决创建全透明主题时可能出现的字体配色问题(#1799
14+
- 新增在线自定义源导入功能,允许通过http/https链接导入自定义源
15+
- 新增HTTP开放API服务,默认关闭,该服务可以为第三方软件提供调用LX的能力,可用API看[说明文档](https://lyswhut.github.io/lx-music-doc/desktop/open-api)#1824
16+
- 托盘菜单新增播放、切歌、收藏控制
17+
- 添加当前软件版本所对应的代码提交版本、提交时间的显示,可到设置-版本更新查看
18+
19+
### 优化
20+
21+
- 主题设置默认折叠其他主题以优化进入设置界面时的性能
22+
- 不再丢弃kg源逐行歌词(@helloplhm-qwq
23+
- 支持kw源排行榜显示大小(revert @Folltoshe #1460
24+
- 托盘菜单添加多语言支持(#1802
25+
- 优化本地歌曲换源匹配机制
26+
27+
### 修复
28+
29+
- 修复某些情况下歌曲加载时间过长时不会自动跳到下一首的问题
30+
- 修复mg歌词在某些情况下获取失败的问题(#1783
31+
- 修复mg歌单搜索(@helloplhm-qwq
32+
- 修复kg最新评论无法获取的问题(@helloplhm-qwq
33+
- 修复更新超时弹窗在非更新阶段意外弹出的问题(#1797
34+
- 修复网络代理设置没有对自定义源的网络请求生效的问题(#1814
35+
36+
### 移除
37+
38+
- 移除未使用的网络代理设置用户名、密码设置,实际上在 v1.20.0 起这两个设置就没有在被内部使用
39+
40+
### 其他
41+
42+
- 更新 electron 到 v28.3.0
43+
944
## [2.6.0](https://github.com/lyswhut/lx-music-desktop/compare/v2.5.0...v2.6.0) - 2024-02-01
1045

1146
提交祝大家新年快乐!

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "2.7.0-beta.7",
3+
"version": "2.7.0",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"productName": "lx-music-desktop",

publish/version.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)