Skip to content

Commit db8fb33

Browse files
committed
Update version 0.9.1
1 parent 450ad75 commit db8fb33

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-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 14
25-
versionName "0.9.0"
24+
versionCode 15
25+
versionName "0.9.1"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.9.1
2+
3+
This is an additional update.
4+
5+
1. The renderer will now reposition to the top when clicking the "Next article" button
6+
7+
2. Add and fix translation (thank you all)
8+
9+
3. Fix the "Initial filter" function
10+
11+
4. Fix the article image loading problem of Politico and Substack (thanks for Liquid-Aristocracy and Feeder)
12+
13+
5. Fix the problem of crash application when checking for updates
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.9.1
2+
3+
这是一个补充更新。
4+
5+
1. 现在点击“下一篇文章”按钮时,渲染器会重新定位到顶部
6+
7+
2. 补充、修正翻译文本(感谢所有人)
8+
9+
3. 修复“初始过滤条件”功能
10+
11+
4. 修复 Politico 和 Substack 的文章图片加载问题(感谢 Liquid-Aristocracy 和 Feeder)
12+
13+
5. 修复检查更新时应用未响应问题

0 commit comments

Comments
 (0)