From c741f1922c550fe40ed3afa4a1d60e877e33893e Mon Sep 17 00:00:00 2001 From: Ash Date: Sun, 5 Jun 2022 21:36:47 +0800 Subject: [PATCH] Update version 0.8.1 --- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/12.txt | 17 +++++++++++++++++ fastlane/metadata/android/zh/changelogs/12.txt | 17 +++++++++++++++++ 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/12.txt create mode 100644 fastlane/metadata/android/zh/changelogs/12.txt diff --git a/app/build.gradle b/app/build.gradle index 698cffa..244dd1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "me.ash.reader" minSdk 26 targetSdk 32 - versionCode 11 - versionName "0.8.0" + versionCode 12 + versionName "0.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..e9c5fba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,17 @@ +## 0.8.1 + +1. Add French translation (thanks to DodoLeDev). + +2. Add Czech translation (thanks to Fjuro). + +3. Change some translated texts (thanks to comradekingu). + +4. Fix the issue that cannot be synchronized after importing OPML file from 0.8.0 version. + +5. Fix crash if loading very large (50MB+) images (thanks to Feeder). + +6. Fix the issue that some feeds cannot subscribe (thanks to kzaemrio). + +7. Optimize the case of too many feeds (100+). + +8. Some performance optimizations and detail changes. \ No newline at end of file diff --git a/fastlane/metadata/android/zh/changelogs/12.txt b/fastlane/metadata/android/zh/changelogs/12.txt new file mode 100644 index 0000000..6682b99 --- /dev/null +++ b/fastlane/metadata/android/zh/changelogs/12.txt @@ -0,0 +1,17 @@ +## 0.8.1 + +1. 新增法语翻译(感谢 DodoLeDev)。 + +2. 新增捷克语翻译(感谢 Fjuro)。 + +3. 变更部分翻译文本 (感谢 comradekingu)。 + +4. 修复从 0.8.0 版本中出现的导入 OPML 文件后无法同步的问题。 + +5. 修复图片过大(50MB+)导致的崩溃问题(感谢 Feeder)。 + +6. 修复部分 feed 订阅失败的问题(感谢 kzaemrio)。 + +7. 优化 feed 数量过多(100+)的情况。 + +8. 一些的性能优化和细节改动。 \ No newline at end of file