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 8, 2024
1 parent 31c85d8 commit fd0ab9f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 37 deletions.
20 changes: 3 additions & 17 deletions GitHubReleaseNote.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
## **v1.7.1-dev2 2024.06.06**
## **v1.7.1-beta1 2024.06.08**

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

### EN

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
1. Fix: Albums Page sort order fails since v1.7.1-dev1


### ZH

1. 修复 滚动过快时封面错误
2. 修复 艺术家详情中,从专辑详情返回后,专辑封面丢失
3. 改进 改进主色调生成以提升性能
4. 修改 重新实现图像预加载机制
5. 开发 避免在加载图像时意外阻塞主线程
6. 开发 禁用 emoji compat 以提升 RecyclerView 性能
7. 开发 不使用 plurals 字符串以提升 RecyclerView 性能
8. 开发 清理代码
1. Fix: 自 v1.7.1-dev1 起,专辑页排序失效



Expand Down
22 changes: 4 additions & 18 deletions ReleaseNote.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
version: "1.7.1-dev2"
version: "1.7.1-beta1"
versionCode: 1070
timestamp: 1717670000
timestamp: 1717820000
channel: "PREVIEW"
notes:
en:
highlights: [ ]
items:
- "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"
- "Fix: Albums Page sort order fails since v1.7.1-dev1"
zh:
highlights: [ ]
items:
- "修复 滚动过快时封面错误"
- "修复 艺术家详情中,从专辑详情返回后,专辑封面丢失"
- "改进 改进主色调生成以提升性能"
- "修改 重新实现图像预加载机制"
- "开发 避免在加载图像时意外阻塞主线程"
- "开发 禁用 emoji compat 以提升 RecyclerView 性能"
- "开发 不使用 plurals 字符串以提升 RecyclerView 性能"
- "开发 清理代码"
- "Fix: 自 v1.7.1-dev1 起,专辑页排序失效"
8 changes: 7 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,13 @@ <h3 class="highlight-text">更新日志</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-beta1</b> 2024.06.08</h4>
<div>
<ol>
<li>Fix: 自 v1.7.1-dev1 起,专辑页排序失效</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<div>
<ol>
Expand All @@ -18,7 +25,6 @@ <h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<li>开发 清理代码</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<div>
<ol>
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ <h3 class="highlight-text">Changes Logs</h3>

<!-- <<<PREVIEW>>> -->
<!-- <<<CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-beta1</b> 2024.06.08</h4>
<div>
<ol>
<li>Fix: Albums Page sort order fails since v1.7.1-dev1</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<div>
<ol>
Expand All @@ -20,7 +27,6 @@ <h4><b>1.7.1-dev2</b> 2024.06.06</h4>
<li>Development: cleanup code</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.7.1-dev1</b> 2024.06.05</h4>
<div>
<ol>
Expand Down

0 comments on commit fd0ab9f

Please sign in to comment.