Update version 0.7.7

This commit is contained in:
Ash 2022-05-04 04:10:14 +08:00
parent 2b5b4dff26
commit ae1e4cb4ee
3 changed files with 28 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 32
versionCode 8
versionName "0.7.6"
versionCode 9
versionName "0.7.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -0,0 +1,13 @@
## 0.7.7
1. Add feeds page style settings.
2. Add flow page style settings.
3. add initial page settings.
4. add initial filter settings.
5. Add change feed URL feature.
6. Fix the Banner filter description.

View File

@ -0,0 +1,13 @@
## 0.7.7
1. 新增订阅源页面样式设置。
2. 新增信息流页面样式设置。
3. 新增启动时起始页面设置。
4. 新增启动时起始过滤条件设置。
5. 新增更改订阅源链接功能。
6. 修复 Banner 过滤描述。