Update version 0.9.0

This commit is contained in:
Ash 2022-10-07 21:58:47 +08:00
parent 75ac40ed96
commit 850a2317ef
3 changed files with 32 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader" applicationId "me.ash.reader"
minSdk 26 minSdk 26
targetSdk 32 targetSdk 32
versionCode 13 versionCode 14
versionName "0.8.3" versionName "0.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@ -0,0 +1,15 @@
## 0.9.0
1. Add account setting feature
2. Add translation in many languages (thanks to each one of them, thanks to Weblate.com)
3. Add "Next article button" feature when reading (temporary animation, thanks to frearb)
4. Fix monochrome icon on Android 13
5. Remove TLSv1.3 dependency, reduce app size (unknown impact)
6. Reduce the number of articles loaded at once (100 -> 50)
7. Add multi-account type UI (next version supports multiple local accounts)

View File

@ -0,0 +1,15 @@
## 0.9.0
1. 添加账户设置功能
2. 添加众多语言翻译(感谢他们中的每一位,感谢 Weblate.com
3. 添加阅读文章时下一篇按钮功能(临时动画,感谢 frearb
4. 修复 Android 13 单色图标
5. 取消 TLSv1.3 依赖,减小应用体积(未知影响)
6. 减少一次性加载的文章数量100 -> 50
7. 添加多账户类型 UI下个版本支持多个本地账户