Skip to content

Commit 1b1c5ad

Browse files
committed
Merge branch 'dev'
2 parents 1cf0f2d + f4777f7 commit 1b1c5ad

9 files changed

Lines changed: 113 additions & 90 deletions

File tree

.github/ISSUE_TEMPLATE/----.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/----.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: ✨功能请求
2+
description: 为这个项目提出一个想法,请先查看常见问题及搜索issue列表中有无你要提的问题
3+
title: "[Feature]: <title>"
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: 解决方案检查
8+
description: 请确保你已完成以下所有操作
9+
options:
10+
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),但没有找到解决方案
11+
required: true
12+
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: 问题描述
17+
description: 请添加清晰简洁的描述,说明你希望通过此功能请求解决的问题
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: 描述您想要的解决方案
23+
description: 简洁明了地描述你要发生的事情
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: 描述您考虑过的替代方案
29+
description: 对你考虑过的所有替代解决方案或功能的简洁明了的描述
30+
validations:
31+
required: false
32+
- type: textarea
33+
attributes:
34+
label: 附加信息
35+
description: 如果你的问题需要进一步解释,或者想要表达其他内容,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)

.github/ISSUE_TEMPLATE/--bug.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/--bug.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: 🐞报告Bug
2+
description: 报告bug,请先查看常见问题及搜索issue列表中有无你要提的问题
3+
title: "[Bug]: <title>"
4+
body:
5+
- type: checkboxes
6+
attributes:
7+
label: 解决方案检查
8+
description: 请确保你已完成以下所有操作
9+
options:
10+
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),并没有找到解决方案
11+
required: true
12+
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: 预期行为
17+
description: 对期望发生的事情的清晰简明描述
18+
validations:
19+
required: true
20+
- type: textarea
21+
attributes:
22+
label: 实际行为
23+
description: 对实际发生的事情的清晰简明描述
24+
validations:
25+
required: true
26+
- type: input
27+
attributes:
28+
label: Lx Music 版本
29+
description: 你使用什么版本的LX Music?
30+
placeholder: 1.15.0
31+
validations:
32+
required: true
33+
- type: input
34+
attributes:
35+
label: 最后正常的版本
36+
description: 如果有,请在此处填写最后正常的版本是多少?
37+
placeholder: 1.15.0
38+
- type: input
39+
attributes:
40+
label: 操作系统版本
41+
description: 您使用的是什么操作系统版本?在 Windows 上,单击开始按钮 > 设置 > 系统 > 关于;在 macOS 上,单击 Apple 菜单 > 关于本机;在 Linux 上,使用 lsb_release 或 uname -a
42+
placeholder: "例如 Windows 10 版本 1909、macOS Catalina 10.15.7 或 Ubuntu 20.04"
43+
validations:
44+
required: true
45+
- type: textarea
46+
attributes:
47+
label: 附加信息
48+
description: 如果你的问题需要进一步解释,或者你所遇到的问题不容易重现,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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+
## [1.15.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.3...v1.15.2) - 2021-11-09
10+
11+
### 其他
12+
13+
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题)
14+
15+
## [1.15.3](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.1...v1.15.3) - 2021-11-09
16+
17+
### 其他
18+
19+
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题)
20+
921
## [1.15.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.0...v1.15.1) - 2021-11-09
1022

1123
### 优化

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/electron/main.js",
66
"productName": "lx-music-desktop",
@@ -187,7 +187,7 @@
187187
"css-loader": "^6.5.1",
188188
"css-minimizer-webpack-plugin": "^3.1.2",
189189
"del": "^6.0.0",
190-
"electron": "^15.3.1",
190+
"electron": "^13.4.0",
191191
"electron-builder": "^22.11.7",
192192
"electron-debug": "^3.2.0",
193193
"electron-devtools-installer": "^3.2.0",

publish/changeLog.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
### 优化
2-
3-
- 优化我的列表、下载列表等列表的滚动流畅度
4-
- 优化下载功能的批量添加、删除、暂停任务时的流畅度,现在进行这些操作应该不会再觉得卡顿了
5-
- 支持启动软件时恢复播放下载列表里的歌曲
6-
- 添加媒体播放进度条的信息设置
7-
8-
### 修复
9-
10-
- 修复某些情况下获取URL失败时会意外切歌的问题
11-
- 修复了某些情况下会列表同步失败,导致连接断开无限重连或一直卡在 `syncing...` 的问题
12-
- 修复列表数据过大导致同步失败的问题
13-
141
### 其他
152

16-
- 更新electron到v15.3.1(这修复了媒体控制失效的问题
3+
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题

publish/version.json

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

0 commit comments

Comments
 (0)