Merge branch 'dev'
commit
1b1c5ad6da
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
name: 功能请求(请先查看常见问题及搜索issue列表中有无你要提的问题)
|
|
||||||
about: 为这个项目提出一个想法
|
|
||||||
title: 例如:添加xxx功能、优化xxx功能
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**解决方案检查**
|
|
||||||
<!-- 请确保你已从以下渠道寻找过解决方案,然后将 [ ] 替换成 [x] -->
|
|
||||||
- [ ] 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>)
|
|
||||||
- [ ] 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>)
|
|
||||||
|
|
||||||
**描述您想要的解决方案**
|
|
||||||
<!-- 简洁明了地描述您要发生的事情。 -->
|
|
||||||
|
|
||||||
|
|
||||||
**描述您考虑过的替代方案**
|
|
||||||
<!-- 对您考虑过的所有替代解决方案或功能的简洁明了的描述。 -->
|
|
||||||
|
|
||||||
|
|
||||||
**其他内容**
|
|
||||||
<!-- 在此处添加有关功能请求的任何其他上下文或屏幕截图(直接把图片拖到编辑框即可添加图片)。 -->
|
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
name: ✨功能请求
|
||||||
|
description: 为这个项目提出一个想法,请先查看常见问题及搜索issue列表中有无你要提的问题
|
||||||
|
title: "[Feature]: <title>"
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: 解决方案检查
|
||||||
|
description: 请确保你已完成以下所有操作
|
||||||
|
options:
|
||||||
|
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),但没有找到解决方案
|
||||||
|
required: true
|
||||||
|
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 问题描述
|
||||||
|
description: 请添加清晰简洁的描述,说明你希望通过此功能请求解决的问题
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 描述您想要的解决方案
|
||||||
|
description: 简洁明了地描述你要发生的事情
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 描述您考虑过的替代方案
|
||||||
|
description: 对你考虑过的所有替代解决方案或功能的简洁明了的描述
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 附加信息
|
||||||
|
description: 如果你的问题需要进一步解释,或者想要表达其他内容,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)
|
|
@ -1,42 +0,0 @@
|
||||||
---
|
|
||||||
name: 报告Bug(请先查看常见问题及搜索issue列表中有无你要提的问题)
|
|
||||||
about: 创建报告以帮助我们改进
|
|
||||||
title: 例如:音乐无法播放
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**解决方案检查**
|
|
||||||
<!-- 请确保你已从以下渠道寻找过解决方案,然后将 [ ] 替换成 [x] -->
|
|
||||||
- [ ] 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>)
|
|
||||||
- [ ] 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>)
|
|
||||||
|
|
||||||
**描述错误**
|
|
||||||
<!-- 清楚简洁地说明错误是什么。 -->
|
|
||||||
|
|
||||||
|
|
||||||
**重现**
|
|
||||||
重现行为的步骤:
|
|
||||||
1.转到“ ...”
|
|
||||||
2.点击“ ....”
|
|
||||||
3.向下滚动到“ ....”
|
|
||||||
4.看到错误
|
|
||||||
|
|
||||||
|
|
||||||
**预期行为**
|
|
||||||
<!-- 对您期望发生的事情的简洁明了的描述。 -->
|
|
||||||
|
|
||||||
|
|
||||||
**截图**
|
|
||||||
<!-- 如果适用,请添加屏幕截图以帮助解释您的问题(直接把图片拖到编辑框即可添加图片)。 -->
|
|
||||||
|
|
||||||
|
|
||||||
**环境:**
|
|
||||||
-操作系统及版本:[例如:Windows 10 64位 18362.156]
|
|
||||||
-软件安装包及版本:[例如:1.0.0 安装版]
|
|
||||||
|
|
||||||
|
|
||||||
**其他内容**
|
|
||||||
<!-- 在此处添加有关该问题的任何其他上下文。 -->
|
|
||||||
|
|
|
@ -0,0 +1,48 @@
|
||||||
|
name: 🐞报告Bug
|
||||||
|
description: 报告bug,请先查看常见问题及搜索issue列表中有无你要提的问题
|
||||||
|
title: "[Bug]: <title>"
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: 解决方案检查
|
||||||
|
description: 请确保你已完成以下所有操作
|
||||||
|
options:
|
||||||
|
- label: 我已阅读常见问题(<https://github.com/lyswhut/lx-music-desktop/blob/master/FAQ.md>),并没有找到解决方案
|
||||||
|
required: true
|
||||||
|
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 预期行为
|
||||||
|
description: 对期望发生的事情的清晰简明描述
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 实际行为
|
||||||
|
description: 对实际发生的事情的清晰简明描述
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Lx Music 版本
|
||||||
|
description: 你使用什么版本的LX Music?
|
||||||
|
placeholder: 1.15.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 最后正常的版本
|
||||||
|
description: 如果有,请在此处填写最后正常的版本是多少?
|
||||||
|
placeholder: 1.15.0
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: 操作系统版本
|
||||||
|
description: 您使用的是什么操作系统版本?在 Windows 上,单击开始按钮 > 设置 > 系统 > 关于;在 macOS 上,单击 Apple 菜单 > 关于本机;在 Linux 上,使用 lsb_release 或 uname -a
|
||||||
|
placeholder: "例如 Windows 10 版本 1909、macOS Catalina 10.15.7 或 Ubuntu 20.04"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: 附加信息
|
||||||
|
description: 如果你的问题需要进一步解释,或者你所遇到的问题不容易重现,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,6 +6,18 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
|
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
|
||||||
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
|
|
||||||
|
## [1.15.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.3...v1.15.2) - 2021-11-09
|
||||||
|
|
||||||
|
### 其他
|
||||||
|
|
||||||
|
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题)
|
||||||
|
|
||||||
|
## [1.15.3](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.1...v1.15.3) - 2021-11-09
|
||||||
|
|
||||||
|
### 其他
|
||||||
|
|
||||||
|
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题)
|
||||||
|
|
||||||
## [1.15.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.0...v1.15.1) - 2021-11-09
|
## [1.15.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.0...v1.15.1) - 2021-11-09
|
||||||
|
|
||||||
### 优化
|
### 优化
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lx-music-desktop",
|
"name": "lx-music-desktop",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -6488,12 +6488,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
"version": "15.3.1",
|
"version": "13.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/electron/-/electron-15.3.1.tgz",
|
"resolved": "https://registry.npmjs.org/electron/-/electron-13.4.0.tgz",
|
||||||
"integrity": "sha512-6/qp3Dor7HSGq28qhJEVD1zBFZoWicmo3/ZLvo7rhXPPZFwEMSJGPMEZM9WYSfWW4t/OozpWNuuDe970cF7g2Q==",
|
"integrity": "sha512-KJGWS2qa0xZXIMPMDUNkRVO8/JxRd4+M0ejYYOzu2LIQ5ijecPzNuNR9nvDkml9XyyRBzu975FkhJcwD17ietQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@electron/get": "^1.13.0",
|
"@electron/get": "^1.0.1",
|
||||||
"@types/node": "^14.6.2",
|
"@types/node": "^14.6.2",
|
||||||
"extract-zip": "^1.0.3"
|
"extract-zip": "^1.0.3"
|
||||||
},
|
},
|
||||||
|
@ -9237,7 +9237,8 @@
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"cli-truncate": "^1.1.0"
|
"cli-truncate": "^1.1.0",
|
||||||
|
"node-addon-api": "^1.6.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iconv-lite": {
|
"iconv-lite": {
|
||||||
|
@ -10827,6 +10828,13 @@
|
||||||
"tslib": "^2.0.3"
|
"tslib": "^2.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node-addon-api": {
|
||||||
|
"version": "1.7.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-1.7.2.tgz",
|
||||||
|
"integrity": "sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==",
|
||||||
|
"dev": true,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"node-forge": {
|
"node-forge": {
|
||||||
"version": "0.10.0",
|
"version": "0.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lx-music-desktop",
|
"name": "lx-music-desktop",
|
||||||
"version": "1.15.1",
|
"version": "1.15.2",
|
||||||
"description": "一个免费的音乐查找助手",
|
"description": "一个免费的音乐查找助手",
|
||||||
"main": "./dist/electron/main.js",
|
"main": "./dist/electron/main.js",
|
||||||
"productName": "lx-music-desktop",
|
"productName": "lx-music-desktop",
|
||||||
|
@ -187,7 +187,7 @@
|
||||||
"css-loader": "^6.5.1",
|
"css-loader": "^6.5.1",
|
||||||
"css-minimizer-webpack-plugin": "^3.1.2",
|
"css-minimizer-webpack-plugin": "^3.1.2",
|
||||||
"del": "^6.0.0",
|
"del": "^6.0.0",
|
||||||
"electron": "^15.3.1",
|
"electron": "^13.4.0",
|
||||||
"electron-builder": "^22.11.7",
|
"electron-builder": "^22.11.7",
|
||||||
"electron-debug": "^3.2.0",
|
"electron-debug": "^3.2.0",
|
||||||
"electron-devtools-installer": "^3.2.0",
|
"electron-devtools-installer": "^3.2.0",
|
||||||
|
|
|
@ -1,16 +1,3 @@
|
||||||
### 优化
|
|
||||||
|
|
||||||
- 优化我的列表、下载列表等列表的滚动流畅度
|
|
||||||
- 优化下载功能的批量添加、删除、暂停任务时的流畅度,现在进行这些操作应该不会再觉得卡顿了
|
|
||||||
- 支持启动软件时恢复播放下载列表里的歌曲
|
|
||||||
- 添加媒体播放进度条的信息设置
|
|
||||||
|
|
||||||
### 修复
|
|
||||||
|
|
||||||
- 修复某些情况下获取URL失败时会意外切歌的问题
|
|
||||||
- 修复了某些情况下会列表同步失败,导致连接断开无限重连或一直卡在 `syncing...` 的问题
|
|
||||||
- 修复列表数据过大导致同步失败的问题
|
|
||||||
|
|
||||||
### 其他
|
### 其他
|
||||||
|
|
||||||
- 更新electron到v15.3.1(这修复了媒体控制失效的问题)
|
- 降级electron到v13.4.0(这修复了windows 7下播放歌曲时软件会崩溃的问题)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue