Skip to content

Commit

Permalink
[changelog] update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chr56 committed Oct 17, 2024
1 parent c1982cc commit 8841d21
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ReleaseNote.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
version: "1.8.5-dev2"
channel: "PREVIEW"
versionCode: 1084
timestamp: 1728888788
timestamp: 1729158000
notes:
en:
highlights: [ ]
items:
- "Fix: crash when reading or editing tags of some certain files"
- "Fix: crash when adding songs to a playlist in Search Results, Album Detail, Artist Detail, Genre Detail"
- "Modify: no longer start service after device booting on Android N if any AppWidget exists"
- "Improve: user experience on creating or duplicating playlists"
- "Improve: sort order of track number in the album on some devices"
- "Development: update dependencies"
- "Development: cleanup code"
Expand All @@ -19,6 +20,7 @@ notes:
- "修复 读写某些文件的音乐标签时崩溃"
- "修复 在搜索结果、专辑详情、艺术家详情、流派详情中,向播放列表增添歌曲时崩溃"
- "修改 Android N 上,不再开机自启服务,倘若存在任何小组件时"
- "改进 创建或复制播放列表流程"
- "改进 在某些设备上专辑中曲目编号的排序顺序"
- "开发 更新依赖"
- "开发 清理代码"
Expand Down
4 changes: 3 additions & 1 deletion ReleaseNoteStable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ notes:
highlights: [ ]
items:
- "Fix: regression of playlists icons"
- "Fix: possible crashes when starting from background"
- "Fix: possibly crash when starting from background"
- "Fix: crash when reading or editing tags of some certain files"
- "Fix: frozen or crash when processing extremely long tag in Tag Editor"
- "Fix: crash when adding songs to a playlist in Search Results, Album Detail, Artist Detail, Genre Detail"
- "Modify: no longer start service after device booting on Android N if any AppWidget exists"
- "Improve: sort order of track number in the album on some devices"
- "Improve: user experience on creating or duplicating playlists"
- "Translation: update Polish (cooky)"
- "Development: upgrade AGP to 8.6.1, update dependencies"
- "Development: cleanup code"
Expand All @@ -27,6 +28,7 @@ notes:
- "修复 在搜索结果、专辑详情、艺术家详情、流派详情中,向播放列表增添歌曲时崩溃"
- "修改 Android N 上,不再开机自启服务,倘若存在任何小组件时"
- "改进 在某些设备上专辑中曲目编号的排序顺序"
- "改进 创建或复制播放列表流程"
- "翻译 更新 波兰语(cooky)"
- "开发 更新 AGP 至 8.6.1, 更新依赖"
- "开发 清理代码"
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.8.5-dev2</b> 2024.10.17</h4>
<div>
<ol>
<li>修复 读写某些文件的音乐标签时崩溃</li>
<li>修复 在搜索结果、专辑详情、艺术家详情、流派详情中,向播放列表增添歌曲时崩溃</li>
<li>修改 Android N 上,不再开机自启服务,倘若存在任何小组件时</li>
<li>改进 创建或复制播放列表流程</li>
<li>改进 在某些设备上专辑中曲目编号的排序顺序</li>
<li>开发 更新依赖</li>
<li>开发 清理代码</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.8.5-dev1</b> 2024.10.01</h4>
<div>
<ol>
Expand All @@ -16,7 +29,6 @@ <h4><b>1.8.5-dev1</b> 2024.10.01</h4>
<li>开发 清理代码</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<!-- <<</PREVIEW>>> -->
<!-- <<<LATEST/>>> -->
<h4><b>1.8.4</b> 2024.09.16</h4>
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.8.5-dev2</b> 2024.10.17</h4>
<div>
<ol>
<li>Fix: crash when reading or editing tags of some certain files</li>
<li>Fix: crash when adding songs to a playlist in Search Results, Album Detail, Artist Detail, Genre Detail</li>
<li>Modify: no longer start service after device booting on Android N if any AppWidget exists</li>
<li>Improve: user experience on creating or duplicating playlists</li>
<li>Improve: sort order of track number in the album on some devices</li>
<li>Development: update dependencies</li>
<li>Development: cleanup code</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<h4><b>1.8.5-dev1</b> 2024.10.01</h4>
<div>
<ol>
Expand All @@ -18,7 +31,6 @@ <h4><b>1.8.5-dev1</b> 2024.10.01</h4>
<li>Development: cleanup code</li>
</ol>
</div>
<!-- <<</CURRENT_PREVIEW>>> -->
<!-- <<</PREVIEW>>> -->
<!-- <<<LATEST/>>> -->
<h4><b>1.8.4</b> 2024.09.16</h4>
Expand Down

0 comments on commit 8841d21

Please sign in to comment.