File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 applicationId " me.ash.reader"
2222 minSdk 26
2323 targetSdk 32
24- versionCode 13
25- versionName " 0.8.3 "
24+ versionCode 14
25+ versionName " 0.9.0 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828 vectorDrawables {
Original file line number Diff line number Diff line change 1+ ## 0.9.0
2+
3+ 1. Add account setting feature
4+
5+ 2. Add translation in many languages (thanks to each one of them, thanks to Weblate.com)
6+
7+ 3. Add "Next article button" feature when reading (temporary animation, thanks to frearb)
8+
9+ 4. Fix monochrome icon on Android 13
10+
11+ 5. Remove TLSv1.3 dependency, reduce app size (unknown impact)
12+
13+ 6. Reduce the number of articles loaded at once (100 -> 50)
14+
15+ 7. Add multi-account type UI (next version supports multiple local accounts)
Original file line number Diff line number Diff line change 1+ ## 0.9.0
2+
3+ 1. 添加账户设置功能
4+
5+ 2. 添加众多语言翻译(感谢他们中的每一位,感谢 Weblate.com)
6+
7+ 3. 添加阅读文章时下一篇按钮功能(临时动画,感谢 frearb)
8+
9+ 4. 修复 Android 13 单色图标
10+
11+ 5. 取消 TLSv1.3 依赖,减小应用体积(未知影响)
12+
13+ 6. 减少一次性加载的文章数量(100 -> 50)
14+
15+ 7. 添加多账户类型 UI(下个版本支持多个本地账户)
You can’t perform that action at this time.
0 commit comments