Skip to content

Commit c741f19

Browse files
committed
Update version 0.8.1
1 parent 9a933ce commit c741f19

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-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 11
25-
versionName "0.8.0"
24+
versionCode 12
25+
versionName "0.8.1"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 0.8.1
2+
3+
1. Add French translation (thanks to DodoLeDev).
4+
5+
2. Add Czech translation (thanks to Fjuro).
6+
7+
3. Change some translated texts (thanks to comradekingu).
8+
9+
4. Fix the issue that cannot be synchronized after importing OPML file from 0.8.0 version.
10+
11+
5. Fix crash if loading very large (50MB+) images (thanks to Feeder).
12+
13+
6. Fix the issue that some feeds cannot subscribe (thanks to kzaemrio).
14+
15+
7. Optimize the case of too many feeds (100+).
16+
17+
8. Some performance optimizations and detail changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 0.8.1
2+
3+
1. 新增法语翻译(感谢 DodoLeDev)。
4+
5+
2. 新增捷克语翻译(感谢 Fjuro)。
6+
7+
3. 变更部分翻译文本 (感谢 comradekingu)。
8+
9+
4. 修复从 0.8.0 版本中出现的导入 OPML 文件后无法同步的问题。
10+
11+
5. 修复图片过大(50MB+)导致的崩溃问题(感谢 Feeder)。
12+
13+
6. 修复部分 feed 订阅失败的问题(感谢 kzaemrio)。
14+
15+
7. 优化 feed 数量过多(100+)的情况。
16+
17+
8. 一些的性能优化和细节改动。

0 commit comments

Comments
 (0)