Skip to content

Commit

Permalink
Update version 0.9.11
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 12, 2024
1 parent 612d53c commit 27f700d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 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 21
versionName "0.9.10"
versionCode 22
versionName "0.9.11"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

6. Various internal refactorings and improvements (@Ashinch)

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

### Notes

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

6. Various internal refactorings and improvements (@Ashinch)

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

### Notes

Expand Down
35 changes: 35 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## 0.9.11

1. Remember scroll position on feed pages (#519) (@aeghn)

2. Favicon fetching and handling fixes (#511) (@Ashinch, @kid1412621)

3. Fix "Swipe to Mark Read" gesture marking multiple items as read (#515) (@kid1412621, @mbestavros)

4. Add workaround for "Row too big to fit into CursorWindow" bug (#312) (@mbestavros)

5. Translations updates (thanks to everyone who helped out!)

### Notes

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.

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!

Since some of you may have missed the big changes in 0.9.9, I'll include them again below.

## 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, and many others (thanks to everyone who helped out!)

0 comments on commit 27f700d

Please sign in to comment.