-
Notifications
You must be signed in to change notification settings - Fork 21
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
5 changed files
with
40 additions
and
35 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,28 +1,21 @@ | ||
## **v1.6.0-dev3 2024.04.07** | ||
## **v1.6.0-beta1 2024.04.10** | ||
|
||
### EN | ||
|
||
1. Fix: minor text or button color glitches | ||
2. Fix: sometimes abnormal PlayPause button on going back from background | ||
3. Improve: unnecessary Media Images blinking in the playback notification no longer occurs on switching songs | ||
4. Improve: avoid unresponsive playback notification by system due to updating notification too quick exceeding rate limit when switching songs too fast | ||
5. Improve: deletion dialog | ||
6. Translation: update Polish (by cooky) | ||
This is a _Preview Channel_ Release (with package name suffix `preview`), which might have potential bugs. | ||
此为预览通道版本 (包名后缀`preview`), 可能存在潜在问题! | ||
|
||
### EN | ||
|
||
1. Improve: redesign Delete Songs Dialog, PathFilter Preference Dialog, Upgrade Dialog | ||
2. Modify: forbid upgrading from prior to v0.5.4.1 & warn upgrading from prior to v1.0.0 | ||
3. Translation: update Polish (by cooky) | ||
|
||
|
||
### ZH | ||
|
||
1. 修复 关于文本或按钮颜色的小错误 | ||
2. 修复 从后台返回前台后有时播放暂停按钮异常 | ||
3. 改进 切换歌曲时,通知媒体图片不必要的闪烁不再发生 | ||
4. 改进 切换歌曲过快时,避免正在播放通知由于刷新速度超过系统速率限制而失去响应 | ||
5. 改进 删除对话框 | ||
6. 翻译 更新波兰语(cooky) | ||
|
||
|
||
1. 改进 重新设计 歌曲删除对话框,文件过滤器设置对话框,更新对话框 | ||
2. 修改 禁止从 v0.5.4.1 之前的版本升级至当前版本, 警告从 v1.0.0 之前的版本升级至当前版本 | ||
3. 翻译 更新波兰语(cooky) | ||
|
||
|
||
**Commit log**: | ||
|
||
**Commit log**: |
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,23 +1,17 @@ | ||
version: "1.6.0-dev3" | ||
versionCode: 1055 | ||
timestamp: 1712554000 | ||
version: "1.6.0-beta1" | ||
versionCode: 1056 | ||
timestamp: 1712746000 | ||
channel: "PREVIEW" | ||
notes: | ||
en: | ||
highlights: [ ] | ||
items: | ||
- "Fix: minor text or button color glitches" | ||
- "Fix: sometimes abnormal PlayPause button on going back from background" | ||
- "Improve: unnecessary Media Images blinking in the playback notification no longer occurs on switching songs" | ||
- "Improve: avoid unresponsive playback notification by system due to updating notification too quick exceeding rate limit when switching songs too fast" | ||
- "Improve: deletion dialog" | ||
- "Improve: redesign Delete Songs Dialog, PathFilter Preference Dialog, Upgrade Dialog" | ||
- "Modify: forbid upgrading from prior to v0.5.4.1 & warn upgrading from prior to v1.0.0" | ||
- "Translation: update Polish (by cooky)" | ||
zh: | ||
highlights: [ ] | ||
items: | ||
- "修复 关于文本或按钮颜色的小错误" | ||
- "修复 从后台返回前台后有时播放暂停按钮异常" | ||
- "改进 切换歌曲时,通知媒体图片不必要的闪烁不再发生" | ||
- "改进 切换歌曲过快时,避免正在播放通知由于刷新速度超过系统速率限制而失去响应" | ||
- "改进 删除对话框" | ||
- "改进 重新设计 歌曲删除对话框,文件过滤器设置对话框,更新对话框" | ||
- "修改 禁止从 v0.5.4.1 之前的版本升级至当前版本, 警告从 v1.0.0 之前的版本升级至当前版本" | ||
- "翻译 更新波兰语(cooky)" |
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
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
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