Update version 0.9.1
This commit is contained in:
parent
450ad7520d
commit
db8fb339eb
|
@ -21,8 +21,8 @@ android {
|
|||
applicationId "me.ash.reader"
|
||||
minSdk 26
|
||||
targetSdk 32
|
||||
versionCode 14
|
||||
versionName "0.9.0"
|
||||
versionCode 15
|
||||
versionName "0.9.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
13
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
## 0.9.1
|
||||
|
||||
This is an additional update.
|
||||
|
||||
1. The renderer will now reposition to the top when clicking the "Next article" button
|
||||
|
||||
2. Add and fix translation (thank you all)
|
||||
|
||||
3. Fix the "Initial filter" function
|
||||
|
||||
4. Fix the article image loading problem of Politico and Substack (thanks for Liquid-Aristocracy and Feeder)
|
||||
|
||||
5. Fix the problem of crash application when checking for updates
|
13
fastlane/metadata/android/zh-CN/changelogs/15.txt
Normal file
13
fastlane/metadata/android/zh-CN/changelogs/15.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
## 0.9.1
|
||||
|
||||
这是一个补充更新。
|
||||
|
||||
1. 现在点击“下一篇文章”按钮时,渲染器会重新定位到顶部
|
||||
|
||||
2. 补充、修正翻译文本(感谢所有人)
|
||||
|
||||
3. 修复“初始过滤条件”功能
|
||||
|
||||
4. 修复 Politico 和 Substack 的文章图片加载问题(感谢 Liquid-Aristocracy 和 Feeder)
|
||||
|
||||
5. 修复检查更新时应用未响应问题
|
Loading…
Reference in New Issue
Block a user