diff --git a/GitHubReleaseNote.md b/GitHubReleaseNote.md index cf2b4260c..e710c4863 100644 --- a/GitHubReleaseNote.md +++ b/GitHubReleaseNote.md @@ -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) diff --git a/ReleaseNote.yaml b/ReleaseNote.yaml index 50224bf76..2547179a5 100644 --- a/ReleaseNote.yaml +++ b/ReleaseNote.yaml @@ -1,6 +1,6 @@ version: "1.7-beta1" versionCode: 1065 -timestamp: 1715344854 +timestamp: 1715502415 channel: "PREVIEW" notes: en: @@ -8,6 +8,7 @@ notes: 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)" @@ -17,6 +18,7 @@ notes: items: - "修复 自v1.7-dev2起,色彩设置失效" - "修复 可能的动画导致的罕见崩溃" + - "修复 Android 13 上,打开部分对话框或详情时崩溃" - "修复 备份导出对话框的标题错误" - "修改 使用传统方式读取文件时,隐藏歌曲数量" - "改进 崩溃后的信息收集(权限、屏幕密度等)" diff --git a/ReleaseNoteStable.yaml b/ReleaseNoteStable.yaml index 8d9862186..301b60652 100644 --- a/ReleaseNoteStable.yaml +++ b/ReleaseNoteStable.yaml @@ -1,6 +1,6 @@ version: "1.7.0" versionCode: 1070 -timestamp: 1714831916 +timestamp: 1715502411 channel: "PREVIEW" notes: en: @@ -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" @@ -33,6 +34,7 @@ notes: - "新增 记住文件或文件夹页的上次滚动位置直至重启" - "新增 重新设计的文件页,支持顺序或随机播放当前文件夹" - "修复 区间选择时会添加重复的项目" + - "修复 Android 13 上,打开部分对话框或详情时崩溃" - "修复 横屏下主播放器某些文本颜色可读性" - "修复 某些对话框的按钮颜色并非强调色" - "修复 在卡片播放器且处于横屏时,状态栏未着色" diff --git a/app/src/main/assets/changelog-ZH-CN.html b/app/src/main/assets/changelog-ZH-CN.html index 51e260174..9b28769bc 100644 --- a/app/src/main/assets/changelog-ZH-CN.html +++ b/app/src/main/assets/changelog-ZH-CN.html @@ -5,6 +5,19 @@

更新日志

+

1.7-beta1 2024.05.12

+
+
    +
  1. 修复 自v1.7-dev2起,色彩设置失效
  2. +
  3. 修复 可能的动画导致的罕见崩溃
  4. +
  5. 修复 Android 13 上,打开部分对话框或详情时崩溃
  6. +
  7. 修复 备份导出对话框的标题错误
  8. +
  9. 修改 使用传统方式读取文件时,隐藏歌曲数量
  10. +
  11. 改进 崩溃后的信息收集(权限、屏幕密度等)
  12. +
  13. 翻译 更新 波兰语(cookie)、俄语(Yurt Page)
  14. +
+
+

1.7-dev2 2024.05.07

    @@ -18,7 +31,6 @@

    1.7-dev2 2024.05.07

  1. 开发 重构主题相关的内容
-

1.7-dev1 2024.05.04

    diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 51be57723..4d4a1a6d9 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -7,6 +7,19 @@

    Changes Logs

    +

    1.7-beta1 2024.05.12

    +
    +
      +
    1. Fix: broken Theme Color settings since v1.7-dev2
    2. +
    3. Fix: possible rare crash caused by color animation
    4. +
    5. Fix: crash when opening some dialogs or details on Android 13
    6. +
    7. Fix: wrong title of Backup Export Dialog
    8. +
    9. Modify: hide song count of folders when using legacy ways to read files
    10. +
    11. Improve: better information collection on crash (permissions, screen density and so on)
    12. +
    13. Translation: update Polish (by cooky), Russian (by Yurt Page)
    14. +
    +
    +

    1.7-dev2 2024.05.07

      @@ -20,7 +33,6 @@

      1.7-dev2 2024.05.07

    1. Development: refactor a number of Theme related stuffs
    -

    1.7-dev1 2024.05.04