Skip to content

Commit

Permalink
[changelog] update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Jun 6, 2024
1 parent 369d55b commit 0385d7b
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 21 deletions.
26 changes: 17 additions & 9 deletions GitHubReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
## **v1.7.1-dev1 2024.06.05**
## **v1.7.1-dev2 2024.06.06**

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

### EN

1. Fix: crash when toggling Colored Footers in Artist Detail
2. Modify: sort Artist Albums by year ascending
3. Modify: forbid upgrading from prior to v0.7.0, drop related compatibility support
4. Development: upgrade AGP to 8.4.1
1. Fix: wrong cover if scrolling too fast
2. Fix: missing album cover in Artist Detail after going back from Artist Album Detail
3. Improve: accelerate palette color generation for performance
4. Modify: reimplement image preload mechanism
5. Development: avoid unexpectedly blocking main thread when loading images
6. Development: disable emoji compat to improve RecyclerView performance
7. Development: do not use plurals strings to improve RecyclerView performance
8. Development: cleanup code


### ZH

1. 修复 艺术家详情中切换彩色页脚开关时崩溃
2. 修改 艺术家专辑按年份升序排序
3. 修改 禁止从 v0.7.0 之前的版本升级至当前版本,清理相关旧版兼容性支持
4. 开发 更新 AGP 至 8.4.1
1. 修复 滚动过快时封面错误
2. 修复 艺术家详情中,从专辑详情返回后,专辑封面丢失
3. 改进 改进主色调生成以提升性能
4. 修改 重新实现图像预加载机制
5. 开发 避免在加载图像时意外阻塞主线程
6. 开发 禁用 emoji compat 以提升 RecyclerView 性能
7. 开发 不使用 plurals 字符串以提升 RecyclerView 性能
8. 开发 清理代码



Expand Down
28 changes: 18 additions & 10 deletions ReleaseNote.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
version: "1.7.1-dev1"
version: "1.7.1-dev2"
versionCode: 1070
timestamp: 1717570000
timestamp: 1717670000
channel: "PREVIEW"
notes:
en:
highlights: [ ]
items:
- "Fix: crash when toggling Colored Footers in Artist Detail"
- "Modify: sort Artist Albums by year ascending"
- "Modify: forbid upgrading from prior to v0.7.0, drop related compatibility support"
- "Development: upgrade AGP to 8.4.1"
- "Fix: wrong cover if scrolling too fast"
- "Fix: missing album cover in Artist Detail after going back from Artist Album Detail"
- "Improve: accelerate palette color generation for performance"
- "Modify: reimplement image preload mechanism"
- "Development: avoid unexpectedly blocking main thread when loading images"
- "Development: disable emoji compat to improve RecyclerView performance"
- "Development: do not use plurals strings to improve RecyclerView performance"
- "Development: cleanup code"
zh:
highlights: [ ]
items:
- "修复 艺术家详情中切换彩色页脚开关时崩溃"
- "修改 艺术家专辑按年份升序排序"
- "修改 禁止从 v0.7.0 之前的版本升级至当前版本,清理相关旧版兼容性支持"
- "开发 更新 AGP 至 8.4.1"
- "修复 滚动过快时封面错误"
- "修复 艺术家详情中,从专辑详情返回后,专辑封面丢失"
- "改进 改进主色调生成以提升性能"
- "修改 重新实现图像预加载机制"
- "开发 避免在加载图像时意外阻塞主线程"
- "开发 禁用 emoji compat 以提升 RecyclerView 性能"
- "开发 不使用 plurals 字符串以提升 RecyclerView 性能"
- "开发 清理代码"
35 changes: 35 additions & 0 deletions ReleaseNoteStable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: "1.7.1"
versionCode: 1071
timestamp: 0
channel: "STABLE"
notes:
en:
highlights: [ ]
items:
- "Fix: crash when toggling Colored Footers in Artist Detail"
- "Fix: wrong cover if scrolling too fast"
- "Fix: missing album cover in Artist Detail after going back from Artist Album Detail"
- "Improve: accelerate palette color generation for performance"
- "Modify: reimplement image preload mechanism"
- "Modify: sort Artist Albums by year ascending"
- "Development: avoid unexpectedly blocking main thread when loading images"
- "Development: disable emoji compat to improve RecyclerView performance"
- "Development: do not use plurals strings to improve RecyclerView performance"
- "Development: cleanup code"
- "Development: upgrade AGP to 8.4.1"
- "Modify: forbid upgrading from prior to v0.7.0, drop related compatibility support"
zh:
highlights: [ ]
items:
- "修复 艺术家详情中切换彩色页脚开关时崩溃"
- "修复 滚动过快时封面错误"
- "修复 艺术家详情中,从专辑详情返回后,专辑封面丢失"
- "改进 改进主色调生成以提升性能"
- "修改 重新实现图像预加载机制"
- "修改 艺术家专辑按年份升序排序"
- "开发 避免在加载图像时意外阻塞主线程"
- "开发 禁用 emoji compat 以提升 RecyclerView 性能"
- "开发 不使用 plurals 字符串以提升 RecyclerView 性能"
- "开发 清理代码"
- "开发 更新 AGP 至 8.4.1"
- "修改 禁止从 v0.7.0 之前的版本升级至当前版本,清理相关旧版兼容性支持"
15 changes: 14 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,20 @@ <h3 class="highlight-text">更新日志</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<div>
<ol>
<li>修复 滚动过快时封面错误</li>
<li>修复 艺术家详情中,从专辑详情返回后,专辑封面丢失</li>
<li>改进 改进主色调生成以提升性能</li>
<li>修改 重新实现图像预加载机制</li>
<li>开发 避免在加载图像时意外阻塞主线程</li>
<li>开发 禁用 emoji compat 以提升 RecyclerView 性能</li>
<li>开发 不使用 plurals 字符串以提升 RecyclerView 性能</li>
<li>开发 清理代码</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<div>
<ol>
Expand All @@ -14,7 +28,6 @@ <h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<li>开发 更新 AGP 至 8.4.1</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<!-- <<</PREVIEW>>> -->
<!-- <<<LATEST/>>> -->
<h4><b>1.7.0</b> 2024.05.20</h4>
Expand Down
15 changes: 14 additions & 1 deletion app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ <h3 class="highlight-text">Changes Logs</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<div>
<ol>
<li>Fix: wrong cover if scrolling too fast</li>
<li>Fix: missing album cover in Artist Detail after going back from Artist Album Detail</li>
<li>Improve: accelerate palette color generation for performance</li>
<li>Modify: reimplement image preload mechanism</li>
<li>Development: avoid unexpectedly blocking main thread when loading images</li>
<li>Development: disable emoji compat to improve RecyclerView performance</li>
<li>Development: do not use plurals strings to improve RecyclerView performance</li>
<li>Development: cleanup code</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<div>
<ol>
Expand All @@ -16,7 +30,6 @@ <h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<li>Development: upgrade AGP to 8.4.1</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<!-- <<</PREVIEW>>> -->
<!-- <<<LATEST/>>> -->
<h4><b>1.7.0</b> 2024.05.20</h4>
Expand Down

0 comments on commit 0385d7b

Please sign in to comment.