diff --git a/app/build.gradle b/app/build.gradle index d5ab52a..16cbc01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "me.ash.reader" minSdk 26 targetSdk 32 - versionCode 10 - versionName "0.7.8" + versionCode 11 + versionName "0.8.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/de-DE/changelogs/11.txt b/fastlane/metadata/android/de-DE/changelogs/11.txt new file mode 100644 index 0000000..ef0e23a --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/11.txt @@ -0,0 +1,19 @@ +## 0.8.0 + +1. Add German translation (thanks Dave). + +2. Refactor reading page render (thanks to Feeder's open source code). + +3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually). + +4. Add share article feature. + +5. Add article thumbnail previews (only valid for articles newly synced since this release). + +6. Other detail changes. + +### Note + +1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code. + +2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects). diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..ef0e23a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,19 @@ +## 0.8.0 + +1. Add German translation (thanks Dave). + +2. Refactor reading page render (thanks to Feeder's open source code). + +3. Add scrolling indicator bar for reading page (thanks to Matt Vaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually). + +4. Add share article feature. + +5. Add article thumbnail previews (only valid for articles newly synced since this release). + +6. Other detail changes. + +### Note + +1. This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code. + +2. It takes three months before you can start contributing translations (Weblate's requirement for open source projects). diff --git a/fastlane/metadata/android/zh/changelogs/11.txt b/fastlane/metadata/android/zh/changelogs/11.txt new file mode 100644 index 0000000..0600421 --- /dev/null +++ b/fastlane/metadata/android/zh/changelogs/11.txt @@ -0,0 +1,19 @@ +## 0.8.0 + +1. 新增德语翻译(感谢 Dave)。 + +2. 重构阅读页面的渲染(感谢 Feeder 的开源代码)。 + +3. 新增阅读页面滚动指示条(感谢 Matt Vaughn 和 Albert Chang。仅供参考,因为官方没有提供 API,纯手工实现,当前勉强能看)。 + +4. 新增文章分享功能。 + +5. 新增文章缩略图预览(仅对从此版本后新同步的文章生效)。 + +6. 其他细节改动。 + +### 说明 + +1. 这个版本有些卡顿,发现了很多问题,下个版本将会优化和整理代码。 + +2. 翻译贡献需要三个月后才能开始(Weblate 对开源项目的要求)