From db8fb339ebea4f39338154c2310b5e64eefc2cc6 Mon Sep 17 00:00:00 2001 From: Ash Date: Sat, 15 Oct 2022 20:50:57 +0800 Subject: [PATCH] Update version 0.9.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/15.txt | 13 +++++++++++++ fastlane/metadata/android/zh-CN/changelogs/15.txt | 13 +++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/15.txt diff --git a/app/build.gradle b/app/build.gradle index 2ffea93..9e09c02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 0000000..3d16298 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/changelogs/15.txt b/fastlane/metadata/android/zh-CN/changelogs/15.txt new file mode 100644 index 0000000..221b5d9 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/15.txt @@ -0,0 +1,13 @@ +## 0.9.1 + +这是一个补充更新。 + +1. 现在点击“下一篇文章”按钮时,渲染器会重新定位到顶部 + +2. 补充、修正翻译文本(感谢所有人) + +3. 修复“初始过滤条件”功能 + +4. 修复 Politico 和 Substack 的文章图片加载问题(感谢 Liquid-Aristocracy 和 Feeder) + +5. 修复检查更新时应用未响应问题 \ No newline at end of file