Skip to content

Commit

Permalink
[changelog] update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Apr 10, 2024
1 parent 7ba97b2 commit be39463
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 35 deletions.
29 changes: 11 additions & 18 deletions GitHubReleaseNote.md
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**:
20 changes: 7 additions & 13 deletions ReleaseNote.yaml
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)"
6 changes: 4 additions & 2 deletions ReleaseNoteStable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ notes:
- "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: [ ]
Expand All @@ -43,5 +44,6 @@ notes:
- "修复 从后台返回前台后有时播放暂停按钮异常"
- "改进 切换歌曲时,通知媒体图片不必要的闪烁不再发生"
- "改进 切换歌曲过快时,避免正在播放通知由于刷新速度超过系统速率限制而失去响应"
- "改进 删除对话框"
- "改进 重新设计 歌曲删除对话框,文件过滤器设置对话框,更新对话框"
- "修改 禁止从 v0.5.4.1 之前的版本升级至当前版本, 警告从 v1.0.0 之前的版本升级至当前版本"
- "翻译 更新波兰语(cooky)"
10 changes: 9 additions & 1 deletion app/src/main/assets/changelog-ZH-CN.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ <h3 class="highlight-text">更新日志</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-beta1</b> 2024.04.10</h4>
<div>
<ol>
<li>改进 重新设计 歌曲删除对话框,文件过滤器设置对话框,更新对话框</li>
<li>修改 禁止从 v0.5.4.1 之前的版本升级至当前版本, 警告从 v1.0.0 之前的版本升级至当前版本</li>
<li>翻译 更新波兰语(cooky)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-dev3</b> 2024.04.08</h4>
<div>
<ol>
Expand All @@ -16,7 +25,6 @@ <h4><b>1.6.0-dev3</b> 2024.04.08</h4>
<li>翻译 更新波兰语(cooky)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-dev2</b> 2024.03.23</h4>
<div>
<ol>
Expand Down
10 changes: 9 additions & 1 deletion app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ <h3 class="highlight-text">Changes Logs</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-beta1</b> 2024.04.10</h4>
<div>
<ol>
<li>Improve: redesign Delete Songs Dialog, PathFilter Preference Dialog, Upgrade Dialog</li>
<li>Modify: forbid upgrading from prior to v0.5.4.1 & warn upgrading from prior to v1.0.0</li>
<li>Translation: update Polish (by cooky)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-dev3</b> 2024.04.08</h4>
<div>
<ol>
Expand All @@ -18,7 +27,6 @@ <h4><b>1.6.0-dev3</b> 2024.04.08</h4>
<li>Translation: update Polish (by cooky)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.6.0-dev2</b> 2024.03.23</h4>
<div>
<ol>
Expand Down

0 comments on commit be39463

Please sign in to comment.