Skip to content

Commit

Permalink
Update version 0.9.9
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bestavros <markbest@bu.edu>
  • Loading branch information
mbestavros committed Jan 9, 2024
1 parent 8d064e1 commit 705b3d0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
27 changes: 27 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 705b3d0

Please sign in to comment.