Update version 0.7.8

This commit is contained in:
Ash 2022-05-07 19:32:04 +08:00
parent dc2e18bcee
commit f2571f133e
4 changed files with 30 additions and 4 deletions

View File

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

View File

@ -0,0 +1,13 @@
## 0.7.8
1. Add language settings page (some bugs).
2. Add dark theme settings.
3. Add AMOLED dark theme.
4. Add clear articles feature for feeds and groups.
5. For Android 12+ devices, now replace the first palette of wallpaper colors with the system provided color scheme.
6. RSS parsing plugin switched to Rome. (should be able to parse most feeds, known to be unable to parse special formats like Youtube, Reddit, etc.)

View File

@ -4,9 +4,9 @@
2. Add flow page style settings.
3. add initial page settings.
3. Add initial page settings.
4. add initial filter settings.
4. Add initial filter settings.
5. Add change feed URL feature.

View File

@ -0,0 +1,13 @@
## 0.7.8
1. 新增语言设置页面(有些 bug
2. 新增深色主题设置。
3. 新增 AMOLED 深色主题。
4. 新增清空文章选项(针对分组或订阅源)。
5. 对于 Android 12+ 的设备,现在使用系统提供的颜色方案替换壁纸颜色中的第一个调色板。
6. RSS 解析插件切换到 Rome应该能解析大部分 feed已知无法解析 Youtube、Reddit 等特殊格式)。