Read You 0.12.0 Release Notes
|GitHub|
0.11.1
Known issues
- App could crash on devices under Android 14, to workaround this issue, please go to Settings - Color & style - Reading page and set the Content renderer to WebView
Notable changes
- Improve the stability and performance of feed syncing
- Support specifying a client certificate for mTLS auth
- Add a feed-level option to open the article in browsers by default
- Navigating from/to article reader won’t clear the articles marked as read from the list now
- Improve handling of edge cases when using bionic reading
- Add an option to sort unread articles by lastest/earliest
Generated changes
What’s Changed
- feat(sync): sync feeds concurrently by @JunkFood02 in https://github.com/Ashinch/ReadYou/pull/907
- fix(sync): refactor
SyncWorker
for robust background sync by @JunkFood02 in https://github.com/Ashinch/ReadYou/pull/909 - fix: user agent in build config by @JunkFood02 in https://github.com/Ashinch/ReadYou/pull/914
- Support specifying a client certificate for mTLS auth by @tinsukE in https://github.com/Ashinch/ReadYou/pull/940
- Make hiding empty groups toggleable by @ymcx in https://github.com/Ashinch/ReadYou/pull/921
- Translations update from Hosted Weblate by @weblate in https://github.com/Ashinch/ReadYou/pull/908
- Translations update from Hosted Weblate by @weblate in https://github.com/Ashinch/ReadYou/pull/884
- Scroll back to last seen item(from unread list) by @drgnchan in https://github.com/Ashinch/ReadYou/pull/935
- Create README-ja.md by @kum4423 in https://github.com/Ashinch/ReadYou/pull/947
- Fix new group button alignment by @ymcx in https://github.com/Ashinch/ReadYou/pull/948
- Open items in the browser by default by @ymcx in https://github.com/Ashinch/ReadYou/pull/917
- Fix the crash that occurs when adding a feed without an icon by @ymcx in https://github.com/Ashinch/ReadYou/pull/950
- Fix group padding on the ‘Feeds’ page by @ymcx in https://github.com/Ashinch/ReadYou/pull/949
- Feat/lazy mark as read by @JunkFood02 in https://github.com/Ashinch/ReadYou/pull/990
- Improve handling of edge cases when using bionic reading by @JFronny in https://github.com/Ashinch/ReadYou/pull/971
- feat: sort unread items by lastest/earliest by @JunkFood02 in https://github.com/Ashinch/ReadYou/pull/992
New Contributors
- @tinsukE made their first contribution in https://github.com/Ashinch/ReadYou/pull/940
- @ymcx made their first contribution in https://github.com/Ashinch/ReadYou/pull/921
- @drgnchan made their first contribution in https://github.com/Ashinch/ReadYou/pull/935
- @kum4423 made their first contribution in https://github.com/Ashinch/ReadYou/pull/947
- @JFronny made their first contribution in https://github.com/Ashinch/ReadYou/pull/971
Full Changelog: https://github.com/Ashinch/ReadYou/compare/0.11.1...0.12.0