Skip to content

Commit

Permalink
[changelog] update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed May 12, 2024
1 parent 16d2762 commit 4aedcd1
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 21 deletions.
32 changes: 15 additions & 17 deletions GitHubReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
## **v1.7-dev2 2024.05.07**
## **v1.7-beta1 2024.05.12**

This is a _Preview Channel_ Release (with package name suffix `preview`), which might have potential bugs.
此为预览通道版本 (包名后缀`preview`), 可能存在潜在问题!

### EN

1. **WARNING**: you may counter failures of migrating Theme and Theme Colors settings, causing loss of these configurations
2. Fix: duplicated items would be added using Range Selection
3. Fix: button color of some dialogs are not Accent Color
4. Fix: uncolored Statusbar when in landscape mode in Card Player
5. New: Theme and Theme Colors can be corrected exported in backups file
6. New: Auto Theme supporting choosing preferred night Theme (Black or Dark)
7. Modify: make night Theme Black as default for Auto Theme
8. Development: refactor a number of Theme related stuffs
1. Fix: broken Theme Color settings since v1.7-dev2
2. Fix: possible rare crash caused by color animation
3. Fix: crash when opening some dialogs or details on Android 13
4. Fix: wrong title of Backup Export Dialog
5. Modify: hide song count of folders when using legacy ways to read files
6. Improve: better information collection on crash (permissions, screen density and so on)
7. Translation: update Polish (by cooky), Russian (by Yurt Page)


### ZH

1. **警告** 迁移主题及颜色设置时可能失败而导致对应配置丢失
2. 修复 区间选择时会添加重复的项目
3. 修复 某些对话框的按钮颜色并非强调色
4. 修复 在卡片播放器且处于横屏时,状态栏未着色
5. 新增 主题和主题颜色可以在备份文件中正确导出
6. 新增 自动主题支持选择首选夜间主题(黑色或深色)
7. 修改 自动主题的夜间主题现在默认为黑色
8. 开发 重构主题相关的内容
1. 修复 自v1.7-dev2起,色彩设置失效
2. 修复 可能的动画导致的罕见崩溃
3. 修复 Android 13 上,打开部分对话框或详情时崩溃
4. 修复 备份导出对话框的标题错误
5. 修改 使用传统方式读取文件时,隐藏歌曲数量
6. 改进 崩溃后的信息收集(权限、屏幕密度等)
7. 翻译 更新 波兰语(cookie)、俄语(Yurt Page)



Expand Down
4 changes: 3 additions & 1 deletion ReleaseNote.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: "1.7-beta1"
versionCode: 1065
timestamp: 1715344854
timestamp: 1715502415
channel: "PREVIEW"
notes:
en:
highlights: [ ]
items:
- "Fix: broken Theme Color settings since v1.7-dev2"
- "Fix: possible rare crash caused by color animation"
- "Fix: crash when opening some dialogs or details on Android 13"
- "Fix: wrong title of Backup Export Dialog"
- "Modify: hide song count of folders when using legacy ways to read files"
- "Improve: better information collection on crash (permissions, screen density and so on)"
Expand All @@ -17,6 +18,7 @@ notes:
items:
- "修复 自v1.7-dev2起,色彩设置失效"
- "修复 可能的动画导致的罕见崩溃"
- "修复 Android 13 上,打开部分对话框或详情时崩溃"
- "修复 备份导出对话框的标题错误"
- "修改 使用传统方式读取文件时,隐藏歌曲数量"
- "改进 崩溃后的信息收集(权限、屏幕密度等)"
Expand Down
4 changes: 3 additions & 1 deletion ReleaseNoteStable.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "1.7.0"
versionCode: 1070
timestamp: 1714831916
timestamp: 1715502411
channel: "PREVIEW"
notes:
en:
Expand All @@ -10,6 +10,7 @@ notes:
- "New: remember last scroll position in Folders or Files tab till next start"
- "New: brand-new ui or Files tab supporting play or shuffle current folder"
- "Fix: duplicated items would be added using Range Selection"
- "Fix: crash when opening some dialogs or details on Android 13"
- "Fix: Main Player text color legibility in landscape"
- "Fix: button color of some dialogs are not Accent Color"
- "Fix: uncolored Statusbar when in landscape mode in Card Player"
Expand All @@ -33,6 +34,7 @@ notes:
- "新增 记住文件或文件夹页的上次滚动位置直至重启"
- "新增 重新设计的文件页,支持顺序或随机播放当前文件夹"
- "修复 区间选择时会添加重复的项目"
- "修复 Android 13 上,打开部分对话框或详情时崩溃"
- "修复 横屏下主播放器某些文本颜色可读性"
- "修复 某些对话框的按钮颜色并非强调色"
- "修复 在卡片播放器且处于横屏时,状态栏未着色"
Expand Down
14 changes: 13 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,19 @@ <h3 class="highlight-text">更新日志</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7-beta1</b> 2024.05.12</h4>
<div>
<ol>
<li>修复 自v1.7-dev2起,色彩设置失效</li>
<li>修复 可能的动画导致的罕见崩溃</li>
<li>修复 Android 13 上,打开部分对话框或详情时崩溃</li>
<li>修复 备份导出对话框的标题错误</li>
<li>修改 使用传统方式读取文件时,隐藏歌曲数量</li>
<li>改进 崩溃后的信息收集(权限、屏幕密度等)</li>
<li>翻译 更新 波兰语(cookie)、俄语(Yurt Page)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7-dev2</b> 2024.05.07</h4>
<div>
<ol>
Expand All @@ -18,7 +31,6 @@ <h4><b>1.7-dev2</b> 2024.05.07</h4>
<li>开发 重构主题相关的内容</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7-dev1</b> 2024.05.04</h4>
<div>
<ol>
Expand Down
14 changes: 13 additions & 1 deletion app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ <h3 class="highlight-text">Changes Logs</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7-beta1</b> 2024.05.12</h4>
<div>
<ol>
<li>Fix: broken Theme Color settings since v1.7-dev2</li>
<li>Fix: possible rare crash caused by color animation</li>
<li>Fix: crash when opening some dialogs or details on Android 13</li>
<li>Fix: wrong title of Backup Export Dialog</li>
<li>Modify: hide song count of folders when using legacy ways to read files</li>
<li>Improve: better information collection on crash (permissions, screen density and so on)</li>
<li>Translation: update Polish (by cooky), Russian (by Yurt Page)</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7-dev2</b> 2024.05.07</h4>
<div>
<ol>
Expand All @@ -20,7 +33,6 @@ <h4><b>1.7-dev2</b> 2024.05.07</h4>
<li>Development: refactor a number of Theme related stuffs</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7-dev1</b> 2024.05.04</h4>
<div>
<ol>
Expand Down

0 comments on commit 4aedcd1

Please sign in to comment.