-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathversion_catalog.json
76 lines (76 loc) · 4.66 KB
/
version_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"versions": [
{
"channel": "stable",
"versionName": "1.9.2",
"versionCode": 1092,
"date": 1739690000,
"link": [
{
"name": "Github Release (Website)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/tag/v1.9.2"
},
{
"name": "Github Release Modern Variant APK (File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/v1.9.2/PhonographPlus_1.9.2_ModernStableRelease.apk"
},
{
"name": "Github Release Legacy Variant APK(File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/v1.9.2/PhonographPlus_1.9.2_LegacyStableRelease.apk"
}
],
"releaseNote": {
"zh-cn": "<ol><li>修复 服务退出后无法显示任何图像 (自 v1.9.1 起)</li><li>修复 夜间模式下部分对话框中文本颜色问题</li><li>新增 支持清理收藏夹和播放队列中丢失或删除的歌曲</li><li>改进 显示收藏夹中丢失或删除歌曲的路径而不是完全空白</li><li>开发 更新依赖</li></ol>",
"en": "<ol><li>Fix: no images could be displayed once service exits (since v1.9.1)</li><li>Fix: text color legibility in some dialogs in night mode</li><li>New: support removing the missing (deleted) songs in Favorites Playlist and Playing Queue</li><li>Improve: show paths of the missing (deleted) songs instead of complete blank in Favorites Playlist</li><li>Development: update dependencies</li></ol>"
}
},
{
"channel": "preview",
"versionName": "1.9.2-dev2",
"versionCode": 1092,
"date": 1739620000,
"link": [
{
"name": "Github Release (Website)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/tag/preview_1.9.2-dev2"
},
{
"name": "Github Release Modern Variant APK (File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/preview_1.9.2-dev2/PhonographPlus_1.9.2-dev2_ModernPreviewRelease.apk"
},
{
"name": "Github Release Legacy Variant APK(File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/preview_1.9.2-dev2/PhonographPlus_1.9.2-dev2_LegacyPreviewRelease.apk"
}
],
"releaseNote": {
"zh-cn": "<ol><li>修复 夜间模式下部分对话框中文本颜色问题</li><li>新增 支持清理播放队列中缺失(已删除)的歌曲</li><li>开发 更新依赖</li></ol>",
"en": "<ol><li>Fix: text color legibility in some dialogs in night mode</li><li>New: support removing the missing (deleted) songs in Playing Queue</li><li>Development: update dependencies</li></ol>"
}
},
{
"channel": "stable",
"versionName": "1.9.1",
"versionCode": 1091,
"date": 1739088000,
"link": [
{
"name": "Github Release (Website)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/tag/v1.9.1"
},
{
"name": "Github Release Modern Variant APK (File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/v1.9.1/PhonographPlus_1.9.1_ModernStableRelease.apk"
},
{
"name": "Github Release Legacy Variant APK(File Download Link)",
"uri": "https://github.com/chr56/Phonograph_Plus/releases/download/v1.9.1/PhonographPlus_1.9.1_LegacyStableRelease.apk"
}
],
"releaseNote": {
"zh-cn": "<ol><li>修复 后台随机崩溃</li><li>修复 部分设备上重启后崩溃</li><li>修复 部分设备上从后台切换回来后崩溃</li><li>修复 时间戳相同的多行 lrc 歌词将被最后一行覆盖</li><li>修复 当前播放的歌曲发生改变且无歌词时,歌词对话框崩溃</li><li>修复 排序导致的文件页部分文件不显示</li><li>改进 文件页加载速度</li><li>翻译 更新 法语 (Vividly8487), 葡萄牙语 (azilara)</li><li>开发 更新依赖, 清理代码</li></ol>",
"en": "<ol><li>Fix: random crashes from background</li><li>Fix: possible crashes after rebooting on some devices</li><li>Fix: possible crashes after switching back from background on some devices</li><li>Fix: lrc lyrics with same timestamp would be overridden with last one</li><li>Fix: crashes of Lyrics Dialog when current song changed but it has no lyrics</li><li>Fix: possibly some files are missing in Files tab due to sorting</li><li>Improve: performance of loading in Files tab</li><li>Translation: update French (by Vividly8487), Portuguese (by azilara)</li><li>Development: update dependencies, cleanup codes</li></ol>"
}
}
]
}