Skip to content

Commit 27f700d

Browse files
committed
Update version 0.9.11
Signed-off-by: Mark Bestavros <markbest@bu.edu>
1 parent 612d53c commit 27f700d

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
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 21
25-
versionName "0.9.10"
24+
versionCode 22
25+
versionName "0.9.11"
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {

fastlane/metadata/android/en-US/changelogs/20.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
6. Various internal refactorings and improvements (@Ashinch)
1414

15-
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian (thanks to everyone who helped out!)
15+
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian, and many others (thanks to everyone who helped out!)
1616

1717
### Notes
1818

fastlane/metadata/android/en-US/changelogs/21.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
6. Various internal refactorings and improvements (@Ashinch)
1818

19-
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian (thanks to everyone who helped out!)
19+
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian, and many others (thanks to everyone who helped out!)
2020

2121
### Notes
2222

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## 0.9.11
2+
3+
1. Remember scroll position on feed pages (#519) (@aeghn)
4+
5+
2. Favicon fetching and handling fixes (#511) (@Ashinch, @kid1412621)
6+
7+
3. Fix "Swipe to Mark Read" gesture marking multiple items as read (#515) (@kid1412621, @mbestavros)
8+
9+
4. Add workaround for "Row too big to fit into CursorWindow" bug (#312) (@mbestavros)
10+
11+
5. Translations updates (thanks to everyone who helped out!)
12+
13+
### Notes
14+
15+
It's been quite a week for Read You! This release fixes up most of the rest of the major bugs from release 0.9.9, plus one that's been around for a long while.
16+
17+
My hope is that this will be a solid longer-term build, and we can take a break from releases for a bit while we wait for new improvements to cook from our wonderful community. As always, if you encounter a bug, please report it on Github!
18+
19+
Since some of you may have missed the big changes in 0.9.9, I'll include them again below.
20+
21+
## 0.9.9
22+
23+
1. Fever API now properly syncs read/starred metadata across devices (#401) (#406) (@mbestavros)
24+
25+
2. Add prompt for notification permission when relevant (#422) (@RafhaanShah)
26+
27+
3. New feature: Swipe to mark read (#455) (@boun, @nvllz)
28+
29+
4. New option: External link handling (#428) (@S-H-Y-A)
30+
31+
5. Fetch favicons for feed items (#471) (@Ashinch, @kid1412621)
32+
33+
6. Various internal refactorings and improvements (@Ashinch)
34+
35+
7. Translations updates: Hungarian, Turkish, Serbian, German, Indonesian, Persian, and many others (thanks to everyone who helped out!)

0 commit comments

Comments
 (0)