Update version 0.9.5

This commit is contained in:
Ash 2022-12-10 23:55:35 +08:00
parent 605ffe1c75
commit 03082d1830
4 changed files with 23 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 32
versionCode 15
versionName "0.9.1"
versionCode 16
versionName "0.9.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -116,6 +116,7 @@ fun AddAccountsPage(
},
) {}
SettingItem(
enable = false,
title = stringResource(R.string.fever),
desc = stringResource(R.string.fever_desc),
iconPainter = painterResource(id = R.drawable.ic_fever),

View File

@ -0,0 +1,10 @@
## 0.9.5
1. Support add multiple accounts (local)
2. Add translation (thank you all)
3. Fix some bugs
Request adequate testing of data isolation between multiple accounts.
The Fever API and Google Reader API will soon be supported.

View File

@ -0,0 +1,10 @@
## 0.9.5
1. 支持添加多个本地账户
2. 补充翻译文本(感谢所有人)
3. 修复部分 Bug
希望能为多账户间的数据隔离进行充分的测试。
很快就会支持 Fever API 与 Google Reader API。