From be84f8da5ac15769999ac79d57f35dc75add0d6a Mon Sep 17 00:00:00 2001 From: chr56 Date: Wed, 15 Jan 2025 10:52:32 +0800 Subject: [PATCH] [changelog] update changelogs --- ReleaseNote.yaml | 55 +++++++++++++++---- ReleaseNoteStable.yaml | 51 ----------------- app/src/main/assets/changelog-ZH-CN.html | 43 +++++---------- app/src/main/assets/changelog.html | 35 ++++-------- .../android/en-US/changelogs/1090.txt | 8 +++ .../android/zh-CN/changelogs/1090.txt | 8 +++ fdroid.properties | 4 +- 7 files changed, 87 insertions(+), 117 deletions(-) delete mode 100644 ReleaseNoteStable.yaml create mode 100644 fastlane/metadata/android/en-US/changelogs/1090.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/1090.txt diff --git a/ReleaseNote.yaml b/ReleaseNote.yaml index 7ae81b39b..ef5192f11 100644 --- a/ReleaseNote.yaml +++ b/ReleaseNote.yaml @@ -1,24 +1,55 @@ -version: "1.9.0-dev3" -channel: "PREVIEW" -versionCode: 1088 -timestamp: 1736830000 +version: "1.9.0" +channel: "STABLE" +versionCode: 1090 +timestamp: 1736950000 notes: en: highlights: [ ] items: - - "Fix: more edge-to-edge display issues in landscape [since 1.9.0-dev1]" + - "Development: Targeting SDK 35 (Android 15)" + - "Fix: possible crashes when dragging items in some circumstances" + - "Fix: dragging playlist items but not in Edit Mode" + - "Fix: crash when entering Tag Editor from multi-selection mode but the selection contains no song" - "Fix: crash after skipping from some notifications or BT devices but queue is empty" + - "Fix: incorrect sorting order of My Top Tracks and Recently Played on some devices" - "Fix: missing automatic refresh in Folders tab" - - "Translation: Portuguese Brazilian (by Ulisses_Mello)" - + - "New: display current distribution Variant in About" + - "New: mark current distribution Variant and Channel in Upgrade Dialog" + - "Improve: show bottom sliding panel in Search" + - "Improve: explicit user interface for version migration" + - "Improve: enable new system back gesture animations for Android T and above" + - "Improve: edge to edge user interface" + - "Remove: preference \"colored navigation bar\" (not applicable now)" + - "Modify: navigation bar would always be colored by default" + - "Modify: navigation bar would be transparent or translucent if possible now" + - "Modify: change default File Playlist icon" + - "Modify: forbid upgrading from prior to v1.4.0 & warn upgrading from prior to v1.7.0" + - "Translation: update Polish (cooky), Portuguese Brazilian (by FalaTudo, Ulisses_Mello), Spanish (by Ulisses_Mello)" + - "Development: update dependencies" zh: highlights: [ ] items: - - "修复 横屏下的一些边到边显示问题 [自 1.9.0-dev1 起]" - - "修复 播放队列清空后,从某些通知或蓝牙设备切换曲目时崩溃" + - "开发 targetSdk 35 (Android 15)" + - "修复 某些情况下拖动列表项目时可能导致崩溃" + - "修复 拖动播放列表项目却不在编辑模式下" + - "修复 从多选进入标签编辑器但所选内容不含任何歌曲时崩溃" + - "修复 播放队列清空后, 从某些通知或蓝牙设备切换曲目时崩溃" + - "修复 部分设备上最常听的歌曲和最近播放播放列表乱序" - "修复 文件夹页缺失自动刷新" - - "翻译 更新 巴西葡萄牙语言(Ulisses_Mello)" + - "新增 关于中显示当前变体版本" + - "新增 更新对话框中标出当前变体版本和通道" + - "改进 搜索界面中显示底部播放器" + - "改进 版本迁移用户界面" + - "改进 启用新的系统返回手势动画 (Android T 及以上)" + - "改进 边到边界面" + - "删除 设置项“着色导航栏” (已无意义)" + - "修改 默认着色导航栏" + - "修改 若可行, 透明或半透明导航栏" + - "修改 默认文件播放列表图标" + - "修改 禁止从 v1.4.0 之前的版本升级, 警告从 v1.7.0 之前的版本升级" + - "翻译 更新 波兰语 (cooky), 巴西葡萄牙语 (FalaTudo, Ulisses_Mello), 西班牙语 (Ulisses_Mello)" + - "开发 更新依赖" -previousVersion: "1.9.0-dev2" -previousChannel: "PREVIEW" \ No newline at end of file +previousVersion: "1.8.5.1" +previousChannel: "STABLE" \ No newline at end of file diff --git a/ReleaseNoteStable.yaml b/ReleaseNoteStable.yaml deleted file mode 100644 index ff9d0ffb1..000000000 --- a/ReleaseNoteStable.yaml +++ /dev/null @@ -1,51 +0,0 @@ -version: "1.9.0" -channel: "STABLE" -versionCode: 1090 -timestamp: 1738000000 -notes: - en: - highlights: [ ] - items: - - "Development: Targeting SDK 35 (Android 15)" - - "Fix: possible crash when dragging items in some circumstances" - - "Fix: dragging playlist items but not in Edit Mode" - - "Fix: crash when entering Tag Editor from multi-selection mode but the selection contains no song" - - "Fix: crash after skipping from some notifications or BT devices but queue is empty" - - "Fix: missing automatic refresh in Folders tab" - - "New: display current distribution Variant in About" - - "Improve: show bottom sliding panel in Search" - - "Improve: explicit user interface for version migration" - - "Improve: enable new system back gesture animations for Android T and above" - - "Improve: edge to edge user interface" - - "Remove: preference \"colored navigation bar\" (not applicable now)" - - "Modify: navigation bar would always be colored by default" - - "Modify: navigation bar would be transparent or translucent if possible now" - - "Modify: change default File Playlist icon" - - "Modify: forbid upgrading from prior to v1.4.0 & warn upgrading from prior to v1.7.0" - - "Translation: update Polish (cooky), Portuguese Brazilian (by FalaTudo), Spanish (by Ulisses_Mello), Portuguese Brazilian (by Ulisses_Mello)" - - "Development: update dependencies" - - zh: - highlights: [ ] - items: - - "开发 targetSdk 35 (Android 15)" - - "修复 某些情况下拖动项目时可能导致崩溃" - - "修复 拖动播放列表项目却不在编辑模式下" - - "修复 从多选进入标签编辑器但所选内容不含任何歌曲时崩溃" - - "修复 播放队列清空后, 从某些通知或蓝牙设备切换曲目时崩溃" - - "修复 文件夹页缺失自动刷新" - - "新增 关于中显示当前变体版本" - - "改进 搜索界面中显示底部滑动面板" - - "改进 版本迁移用户界面" - - "改进 启用新的系统返回手势动画 (Android T 及以上)" - - "改进 边到边界面" - - "删除 设置项“着色导航栏” (已无意义)" - - "修改 默认着色导航栏" - - "修改 若可行, 透明或半透明导航栏" - - "修改 默认文件播放列表图标" - - "修改 禁止从 v1.4.0 之前的版本升级, 警告从 v1.7.0 之前的版本升级" - - "翻译 更新 波兰语 (cooky), 巴西葡萄牙语 (FalaTudo), 西班牙语 (Ulisses_Mello), 巴西葡萄牙语言 (Ulisses_Mello)" - - "开发 更新依赖" - -previousVersion: "1.8.5.1" -previousChannel: "STABLE" \ No newline at end of file diff --git a/app/src/main/assets/changelog-ZH-CN.html b/app/src/main/assets/changelog-ZH-CN.html index 5bb96f8e1..7adbe07c2 100644 --- a/app/src/main/assets/changelog-ZH-CN.html +++ b/app/src/main/assets/changelog-ZH-CN.html @@ -4,47 +4,34 @@

更新日志

开源地址(GitHub) - -

1.9.0-dev3 2025.01.14

-
-
    -
  1. 修复 横屏下的一些边到边显示问题 [自 1.9.0-dev1 起]
  2. -
  3. 修复 播放队列清空后,从某些通知或蓝牙设备切换曲目时崩溃
  4. -
  5. 修复 文件夹页缺失自动刷新
  6. -
  7. 翻译 更新 巴西葡萄牙语言(Ulisses_Mello)
  8. -
-
- -

1.9.0-dev2 2024.12.15

+ + +

1.9.0 2025.01.15

    -
  1. 修复 横屏下的一些边到边显示问题 [自 1.9.0-dev1 起]
  2. -
  3. 修复 某些情况下拖动项目时可能导致崩溃
  4. +
  5. 开发 targetSdk 35 (Android 15)
  6. +
  7. 修复 某些情况下拖动列表项目时可能导致崩溃
  8. 修复 拖动播放列表项目却不在编辑模式下
  9. 修复 从多选进入标签编辑器但所选内容不含任何歌曲时崩溃
  10. +
  11. 修复 播放队列清空后, 从某些通知或蓝牙设备切换曲目时崩溃
  12. +
  13. 修复 部分设备上最常听的歌曲和最近播放播放列表乱序
  14. +
  15. 修复 文件夹页缺失自动刷新
  16. 新增 关于中显示当前变体版本
  17. -
  18. 翻译 更新 波兰语(Cooky)、西班牙语(Ulisses_Mello)
  19. -
-
-

1.9.0-dev1 2024.11.24

-
-
    -
  1. 开发 targetSdk 35 (Android 15)
  2. -
  3. 改进 搜索界面中显示底部滑动面板
  4. +
  5. 新增 更新对话框中标出当前变体版本和通道
  6. +
  7. 改进 搜索界面中显示底部播放器
  8. 改进 版本迁移用户界面
  9. -
  10. 改进 启用新的系统返回手势动画 (Android T及以上)
  11. +
  12. 改进 启用新的系统返回手势动画 (Android T 及以上)
  13. 改进 边到边界面
  14. -
  15. 删除 设置项“着色导航栏”(已无意义)
  16. +
  17. 删除 设置项“着色导航栏” (已无意义)
  18. 修改 默认着色导航栏
  19. -
  20. 修改 若可行,透明或半透明导航栏
  21. +
  22. 修改 若可行, 透明或半透明导航栏
  23. 修改 默认文件播放列表图标
  24. 修改 禁止从 v1.4.0 之前的版本升级, 警告从 v1.7.0 之前的版本升级
  25. -
  26. 翻译 更新 波兰语(Cooky)、巴西葡萄牙语(FalaTudo)
  27. +
  28. 翻译 更新 波兰语 (cooky), 巴西葡萄牙语 (FalaTudo, Ulisses_Mello), 西班牙语 (Ulisses_Mello)
  29. 开发 更新依赖
- - +

1.8.5.1 2024.11.05

此为修正版本,修复构建的一个小问题 diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 25ac18e11..0f6ab2ce7 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -6,32 +6,20 @@

Changes Logs

Translate Phonograph Plus into your language -> crowdin

- -

1.9.0-dev3 2025.01.14

-
-
    -
  1. Fix: more edge-to-edge display issues in landscape [since 1.9.0-dev1]
  2. -
  3. Fix: crash after skipping from some notifications or BT devices but queue is empty
  4. -
  5. Fix: missing automatic refresh in Folders tab
  6. -
  7. Translation: Portuguese Brazilian (by Ulisses_Mello)
  8. -
-
- -

1.9.0-dev2 2024.12.15

+ + +

1.9.0 2025.01.15

    -
  1. Fix: some edge-to-edge display issues in landscape [since 1.9.0-dev1]
  2. -
  3. Fix: possible crash when dragging items in some circumstances
  4. +
  5. Development: Targeting SDK 35 (Android 15)
  6. +
  7. Fix: possible crashes when dragging items in some circumstances
  8. Fix: dragging playlist items but not in Edit Mode
  9. Fix: crash when entering Tag Editor from multi-selection mode but the selection contains no song
  10. +
  11. Fix: crash after skipping from some notifications or BT devices but queue is empty
  12. +
  13. Fix: incorrect sorting order of My Top Tracks and Recently Played on some devices
  14. +
  15. Fix: missing automatic refresh in Folders tab
  16. New: display current distribution Variant in About
  17. -
  18. Translation: update Polish (cooky), Spanish (by Ulisses_Mello)
  19. -
-
-

1.9.0-dev1 2024.11.24

-
-
    -
  1. Development: Targeting SDK 35 (Android 15)
  2. +
  3. New: mark current distribution Variant and Channel in Upgrade Dialog
  4. Improve: show bottom sliding panel in Search
  5. Improve: explicit user interface for version migration
  6. Improve: enable new system back gesture animations for Android T and above
  7. @@ -41,12 +29,11 @@

    1.9.0-dev1 2024.11.24

  8. Modify: navigation bar would be transparent or translucent if possible now
  9. Modify: change default File Playlist icon
  10. Modify: forbid upgrading from prior to v1.4.0 & warn upgrading from prior to v1.7.0
  11. -
  12. Translation: update Polish (cooky), Portuguese Brazilian (by FalaTudo)
  13. +
  14. Translation: update Polish (cooky), Portuguese Brazilian (by FalaTudo, Ulisses_Mello), Spanish (by Ulisses_Mello)
  15. Development: update dependencies
- - +

1.8.5.1 2024.11.05

Note: This is a patch release, with a small fix in building diff --git a/fastlane/metadata/android/en-US/changelogs/1090.txt b/fastlane/metadata/android/en-US/changelogs/1090.txt new file mode 100644 index 000000000..faff94344 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1090.txt @@ -0,0 +1,8 @@ +1.9.0(1090) 2025.01.15 +- Development: Targeting SDK 35 (Android 15) +- Fix: possible crashes when dragging items in some circumstances +- Fix: dragging playlist items but not in Edit Mode +- Fix: crash when entering Tag Editor from multi-selection mode but the selection contains no song +- Fix: crash after skipping from some notifications or BT devices but queue is empty +- Fix: incorrect sorting order of My Top Tracks and Recently Played +...(Visit project homepage to see full changelogs) \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/changelogs/1090.txt b/fastlane/metadata/android/zh-CN/changelogs/1090.txt new file mode 100644 index 000000000..ba987da20 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/1090.txt @@ -0,0 +1,8 @@ +1.9.0(1090) 2025.01.15 +- 开发 targetSdk 35 (Android 15) +- 修复 某些情况下拖动列表项目时可能导致崩溃 +- 修复 拖动播放列表项目却不在编辑模式下 +- 修复 从多选进入标签编辑器但所选内容不含任何歌曲时崩溃 +- 修复 播放队列清空后, 从某些通知或蓝牙设备切换曲目时崩溃 +- 修复 部分设备上最常听的歌曲和最近播放播放列表乱序 +...(Visit project homepage to see full changelogs) \ No newline at end of file diff --git a/fdroid.properties b/fdroid.properties index 6ad23f749..eb537850d 100644 --- a/fdroid.properties +++ b/fdroid.properties @@ -1,2 +1,2 @@ -latest_version_name=1.8.5 -latest_version_code=1085 +latest_version_name=1.9.0 +latest_version_code=1090