Update version 0.9.11

Signed-off-by: Mark Bestavros <markbest@bu.edu>
This commit is contained in:
Mark Bestavros 2024-01-12 14:07:04 -05:00
parent 612d53c95a
commit 27f700dbba
4 changed files with 39 additions and 4 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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

View File

@ -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!)