Skip to content

Commit 850a231

Browse files
committed
Update version 0.9.0
1 parent 75ac40e commit 850a231

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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(下个版本支持多个本地账户)

0 commit comments

Comments
 (0)