From 705b3d04b194ced77de08de34d069ae5677ae527 Mon Sep 17 00:00:00 2001 From: Mark Bestavros Date: Tue, 9 Jan 2024 15:13:30 -0500 Subject: [PATCH] Update version 0.9.9 Signed-off-by: Mark Bestavros --- app/build.gradle | 4 +-- .../metadata/android/en-US/changelogs/20.txt | 27 +++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20.txt diff --git a/app/build.gradle b/app/build.gradle index 662116e..229763f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "me.ash.reader" minSdk 26 targetSdk 33 - versionCode 19 - versionName "0.9.8" + versionCode 20 + versionName "0.9.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 0000000..b034688 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,27 @@ +## 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.