From 95bcf8fdfbe946ed9510fc3bde9e581ce24ef1e0 Mon Sep 17 00:00:00 2001 From: Ash Date: Wed, 10 Jan 2024 14:32:12 +0800 Subject: [PATCH] Update version 0.9.10 --- app/build.gradle | 4 +-- .../metadata/android/en-US/changelogs/21.txt | 31 +++++++++++++++++++ .../metadata/android/zh-CN/changelogs/20.txt | 27 ++++++++++++++++ .../metadata/android/zh-CN/changelogs/21.txt | 31 +++++++++++++++++++ 4 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/21.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/20.txt create mode 100644 fastlane/metadata/android/zh-CN/changelogs/21.txt diff --git a/app/build.gradle b/app/build.gradle index 229763fbf..6635b267f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "me.ash.reader" minSdk 26 targetSdk 33 - versionCode 20 - versionName "0.9.9" + versionCode 21 + versionName "0.9.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 000000000..13ad4f400 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,31 @@ +## 0.9.10 + +1. This version resolves the authentication issues with Fever API integration. Below is the changelog for version 0.9.9 + +## 0.9.9 + +1. Fever API now properly syncs read/starred metadata across devices (#401) (#406) (@mbestavros) + +2. Add prompt for notification permission when relevant (#422) (@RafhaanShah) + +3. New feature: Swipe to mark read (#455) (@boun, @nvllz) + +4. New option: External link handling (#428) (@S-H-Y-A) + +5. Fetch favicons for feed items (#471) (@Ashinch, @kid1412621) + +6. Various internal refactorings and improvements (@Ashinch) + +7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian (thanks to everyone who helped out!) + +### Notes + +1. @Ashinch has appointed both @mbestavros and @JunkFood02 as additional Collaborators on Github: + +"When I don't have enough free time, I deeply appreciate everyone coming together to contribute to this project. @mbestavros and @JunkFood02 will be added to the list of collaborators for the project, granting you some permissions to manage the project's release plans." + +(Source: https://github.com/Ashinch/ReadYou/issues/495#issuecomment-1880344011) + +To be absolutely clear: this does not mean that @Ashinch is stepping down from the project! It just means there are more people available to help create new releases. This will help a ton when @Ashinch is busy, and should reduce the time to ship code once it's been merged on Github. + +2. On that note: the 0.9.9 release is managed by @mbestavros! I love @Ashinch's work with ReadYou, and I'm grateful for the opportunity to help out with release management. diff --git a/fastlane/metadata/android/zh-CN/changelogs/20.txt b/fastlane/metadata/android/zh-CN/changelogs/20.txt new file mode 100644 index 000000000..bba3a7367 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/20.txt @@ -0,0 +1,27 @@ +## 0.9.9 + +1. Fever API 现在可以跨设备正确同步 已读/星标 元数据 (#401) (#406) (@mbestavros) + +2. 在相关情况下添加通知权限提示 (#422) (@RafhaanShah) + +3. 新功能:轻扫标记已读(样式待优化) (#455) (@boun, @nvllz) + +4. 新交互选项:外部链接处理 (#428) (@S-H-Y-A) + +5. 开始尝试获取 RSS 订阅源的网站图标,如图标尺寸小于 20px 将使用符号代替 (#471) (@Ashinch, @kid1412621) + +6. 各种内部重构和改进 (@Ashinch) + +7. 翻译更新: Hungarian, Turkish, Serbian, German, Indonesian, Persian (感谢所有提供帮助的人!) + +### Notes + +1. @Ashinch 将添加 @mbestavros 和 @JunkFood02 作为 GitHub 项目协作者: + +"When I don't have enough free time, I deeply appreciate everyone coming together to contribute to this project. @mbestavros and @JunkFood02 will be added to the list of collaborators for the project, granting you some permissions to manage the project's release plans." + +(Source: https://github.com/Ashinch/ReadYou/issues/495#issuecomment-1880344011) + +请务必明确:这并不意味着 @Ashinch 将退出该项目!这只是意味着有更多的人可以帮助创建新版本,当 @Ashinch 很忙的时候,这将会有很大的帮助,并且一旦代码被合并到 Github 上,就会减少发布代码的时间 + +2. 关于这一点:0.9.9 版本由 @mbestavros 负责管理!我很喜欢 @Ashinch 为 ReadYou 所做的工作,也很感谢能有机会参与版本管理 diff --git a/fastlane/metadata/android/zh-CN/changelogs/21.txt b/fastlane/metadata/android/zh-CN/changelogs/21.txt new file mode 100644 index 000000000..f5cac5caa --- /dev/null +++ b/fastlane/metadata/android/zh-CN/changelogs/21.txt @@ -0,0 +1,31 @@ +## 0.9.10 + +1. 这个版本解决了 FeverAPI 的身份验证问题,下面是 0.9.9 版本的更新日志 + +## 0.9.9 + +1. Fever API 现在可以跨设备正确同步 已读/星标 元数据 (#401) (#406) (@mbestavros) + +2. 在相关情况下添加通知权限提示 (#422) (@RafhaanShah) + +3. 新功能:轻扫标记已读(样式待优化) (#455) (@boun, @nvllz) + +4. 新交互选项:外部链接处理 (#428) (@S-H-Y-A) + +5. 开始尝试获取 RSS 订阅源的网站图标,如图标尺寸小于 20px 将使用符号代替 (#471) (@Ashinch, @kid1412621) + +6. 各种内部重构和改进 (@Ashinch) + +7. 翻译更新: Hungarian, Turkish, Serbian, German, Indonesian, Persian (感谢所有提供帮助的人!) + +### Notes + +1. @Ashinch 将添加 @mbestavros 和 @JunkFood02 作为 GitHub 项目协作者: + +"When I don't have enough free time, I deeply appreciate everyone coming together to contribute to this project. @mbestavros and @JunkFood02 will be added to the list of collaborators for the project, granting you some permissions to manage the project's release plans." + +(Source: https://github.com/Ashinch/ReadYou/issues/495#issuecomment-1880344011) + +请务必明确:这并不意味着 @Ashinch 将退出该项目!这只是意味着有更多的人可以帮助创建新版本,当 @Ashinch 很忙的时候,这将会有很大的帮助,并且一旦代码被合并到 Github 上,就会减少发布代码的时间 + +2. 关于这一点:0.9.9 版本由 @mbestavros 负责管理!我很喜欢 @Ashinch 为 ReadYou 所做的工作,也很感谢能有机会参与版本管理