Skip to content

Commit 03082d1

Browse files
committed
Update version 0.9.5
1 parent 605ffe1 commit 03082d1

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-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 15
25-
versionName "0.9.1"
24+
versionCode 16
25+
versionName "0.9.5"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {

app/src/main/java/me/ash/reader/ui/page/settings/accounts/AddAccountsPage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ fun AddAccountsPage(
116116
},
117117
) {}
118118
SettingItem(
119+
enable = false,
119120
title = stringResource(R.string.fever),
120121
desc = stringResource(R.string.fever_desc),
121122
iconPainter = painterResource(id = R.drawable.ic_fever),
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.9.5
2+
3+
1. Support add multiple accounts (local)
4+
5+
2. Add translation (thank you all)
6+
7+
3. Fix some bugs
8+
9+
Request adequate testing of data isolation between multiple accounts.
10+
The Fever API and Google Reader API will soon be supported.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.9.5
2+
3+
1. 支持添加多个本地账户
4+
5+
2. 补充翻译文本(感谢所有人)
6+
7+
3. 修复部分 Bug
8+
9+
希望能为多账户间的数据隔离进行充分的测试。
10+
很快就会支持 Fever API 与 Google Reader API。

0 commit comments

Comments
 (0)