Skip to content

Commit 705b3d0

Browse files
committed
Update version 0.9.9
Signed-off-by: Mark Bestavros <markbest@bu.edu>
1 parent 8d064e1 commit 705b3d0

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "me.ash.reader"
2222
minSdk 26
2323
targetSdk 33
24-
versionCode 19
25-
versionName "0.9.8"
24+
versionCode 20
25+
versionName "0.9.9"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 0.9.9
2+
3+
1. Fever API now properly syncs read/starred metadata across devices (#401) (#406) (@mbestavros)
4+
5+
2. Add prompt for notification permission when relevant (#422) (@RafhaanShah)
6+
7+
3. New feature: Swipe to mark read (#455) (@boun, @nvllz)
8+
9+
4. New option: External link handling (#428) (@S-H-Y-A)
10+
11+
5. Fetch favicons for feed items (#471) (@Ashinch, @kid1412621)
12+
13+
6. Various internal refactorings and improvements (@Ashinch)
14+
15+
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian (thanks to everyone who helped out!)
16+
17+
### Notes
18+
19+
1. @Ashinch has appointed both @mbestavros and @JunkFood02 as additional Collaborators on Github:
20+
21+
"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."
22+
23+
(Source: https://github.com/Ashinch/ReadYou/issues/495#issuecomment-1880344011)
24+
25+
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.
26+
27+
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 commit comments

Comments
 (0)