From 7a47329902c08933058f3ccaef0178a8b08cb16e Mon Sep 17 00:00:00 2001 From: Ash Date: Sun, 10 Jul 2022 15:35:04 +0800 Subject: [PATCH] Update version 0.8.3 --- app/build.gradle | 6 ++-- .../metadata/android/en-US/changelogs/13.txt | 29 +++++++++++++++++++ .../metadata/android/zh/changelogs/13.txt | 29 +++++++++++++++++++ 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/13.txt create mode 100644 fastlane/metadata/android/zh/changelogs/13.txt diff --git a/app/build.gradle b/app/build.gradle index 244dd1f..3ee323e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "me.ash.reader" minSdk 26 targetSdk 32 - versionCode 12 - versionName "0.8.1" + versionCode 13 + versionName "0.8.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -185,4 +185,4 @@ dependencies { testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0" -} \ No newline at end of file +} diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..15c78c8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,29 @@ +## 0.8.3 + +1. Allow feed name changes when adding subscriptions + +2. Add reading page style settings + +3. Add Italian translation (thanks to Giovanni) + +4. Add Hindi translation (thanks to augurer) + +5. Add Spanish translation (thanks to Jayler95) + +6. Add Polish translation (thanks to maciej-klupp) + +7. Update German translation (thanks to Dave) + +8. Built ToS and include it on the F-Droid (thanks to linsui) + +9. Other detail changes + +Now that Read You has basic local reading functionality, these three things will be the next priority. + +1. Some account settings (e.g. sync interval) + +2. Multi-account support (this is necessary before supporting third-party APIs) + +3. Some third-party APIs support (e.g. Fever, Google Reader) + +All other feature requests are postponed. \ No newline at end of file diff --git a/fastlane/metadata/android/zh/changelogs/13.txt b/fastlane/metadata/android/zh/changelogs/13.txt new file mode 100644 index 0000000..39ed849 --- /dev/null +++ b/fastlane/metadata/android/zh/changelogs/13.txt @@ -0,0 +1,29 @@ +## 0.8.3 + +1. 允许添加订阅时更改 Feed 标题 + +2. 添加阅读页面相关样式设置 + +3. 添加意大利语翻译(感谢 Giovanni) + +4. 添加印地语翻译(感谢 augurer) + +5. 添加西班牙语翻译(感谢 Jayler95) + +6. 添加波兰语翻译(感谢 maciej-klupp) + +7. 更新德语翻译(感谢 Dave) + +8. 内置 ToS 并上架 F-Droid(感谢 linsui) + +9. 其他细节变动 + +Read You 现在已经具备了基本的本地阅读功能,接下来将优先做这三件事: + +1. 一些账户设置(例如同步间隔) + +2. 多账户支持(这是在支持第三方 API 之前的必要要做的) + +3. 一些第三方 API 支持(例如 Fever、Google Reader) + +其他功能请求全部延后。 \ No newline at end of file