Skip to content

Commit

Permalink
Update version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashinch committed Dec 10, 2022
1 parent 605ffe1 commit e7357b8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.9.5

1. 支持添加多个本地账户

2. 补充翻译文本(感谢所有人)

3. 修复部分 Bug

希望能为多账户间的数据隔离进行充分的测试。
很快就会支持 Fever API 与 Google Reader API。

0 comments on commit e7357b8

Please sign in to comment.