File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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. 修复检查更新时应用未响应问题
You can’t perform that action at this time.
0 commit comments