Releases: Ashinch/ReadYou
0.9.1
0.9.1
This is an additional update.
-
The renderer will now reposition to the top when clicking the "Next article" button
-
Add and fix translation (thank you all)
-
Fix the "Initial filter" function
-
Fix the article image loading problem of Politico and Substack (thanks for @Liquid-Aristocracy and Feeder)
-
Fix the problem of crash application when checking for updates
0.9.0
0.9.0
-
Add account setting feature
-
Add translation in many languages (thanks to each one of them, thanks to Weblate.com)
-
Add "Next article button" feature when reading (temporary animation, thanks to @frearb)
-
Fix monochrome icon on Android 13
-
Remove TLSv1.3 dependency, reduce app size (unknown impact)
-
Reduce the number of articles loaded at once (100 -> 50)
-
Add multi-account type UI (next version supports multiple local accounts)
0.8.3
0.8.3
-
Allow feed name changes when adding subscriptions (#114)
-
Add reading page style settings (#132)
-
Add Italian translation (thanks to @gdonisi)
-
Add Hindi translation (thanks to augurer)
-
Add Spanish translation (thanks to @Jayler95)
-
Add Polish translation (thanks to @maciej-klupp)
-
Update German translation (thanks to @helloworldtest123)
-
Built ToS and include it on the F-Droid (thanks to @linsui)
-
Other detail changes
Now that Read You has basic local reading functionality, these three things will be the next priority.
-
Some account settings (e.g. sync interval)
-
Multi-account support (this is necessary before supporting third-party APIs)
-
Some third-party APIs support (e.g. Fever, Google Reader)
All other feature requests are postponed.
0.8.1
0.8.1
-
Add French translation (#75, thanks to @DodoLeDev).
-
Change some translated texts (#81, thanks to @comradekingu).
-
Fix the issue that cannot be synchronized after importing OPML file from 0.8.0 version.
-
Fix crash if loading very large (50MB+) images (#83, thanks to Feeder).
-
Fix the issue that some feeds cannot subscribe (#85, thanks to @kzaemrio).
-
Optimize the case of too many feeds (100+).
-
Some performance optimizations and detail changes.
0.8.0
0.8.0
-
Add German translation (#64, thank you @helloworldtest123).
-
Refactor reading page render (#65, thanks to Feeder's open source code).
-
Add scrolling indicator bar for reading page (#63, thanks to @mattttvaughn and Albert Chang. for reference only, because there is no Google's API, can only be implemented manually).
-
Add share article feature.
-
Add article thumbnail previews (#67, only valid for articles newly synced since this release).
-
Other detail changes.
Notes
-
This version is a little laggy, found a lot of problems, the next version will optimize and reformate the code.
-
It takes three months before you can start contributing translations (Weblate's requirement for open source projects).
0.7.8
0.7.8
-
Add language settings page (some bugs).
-
Add dark theme settings.
-
Add AMOLED dark theme.
-
Add clear articles feature for feeds and groups.
-
For Android 12+ devices, now replace the first palette of wallpaper colors with the system provided color scheme.
-
RSS parsing plugin switched to Rome. (should be able to parse most feeds, known to be unable to parse special formats like Youtube, Reddit, etc.)
0.7.7
0.7.6
0.7.5
0.7.5
- Support RSS Atom protocol.
Notes
-
The parsing of
<content>
element in Atom protocol will be supported coming soon. -
The ViewPager is being separating and refactoring recently, so the fluency will be improved.
-
This version is a directly release, so you can test the checking the update function.
0.7.4
0.7.4
-
Add "Tips & Support" page.
-
Add update check and download.
-
Select dynamic color theme by default on first install (if available).
-
Add swipe down sync feature to the information flow page.
-
Temporarily add a loading hint when full content parsing.
-
Update some upstream dependencies (may have unknown defects).
-
Support RSS v1.0 protocol (to be tested).
-
Fix the system navigation bar background.
-
Fix the issue of not intercepting the back event when the option menu is opened.
-
Optimize some video styles in the reading page.
-
Optimize some abnormal styles.
Notes
-
Check for updates once automatically every time when cold start (you can experience it when the next version is released).
-
When checking for updates, use the Gitee API when Simplified Chinese languages and the GitHub API when other languages.
-
Please don't check for updates manually too often (a cooling interval of 2 seconds has been set), as the same IP can only access the GitHub API 60 times per hour, and the exact frequency limit of the Gitee API is unknown (it hasn't been reset for 8 hours yet).
-
Refactoring of reading page came after v0.8, and refactoring of icon and cover came after v0.9, and support for FreshRSS (Fever API, Google Reader API) came after v1.0.
-
This version can only be synchronized in single thread because of the bug of upstream parsing plugin, which may be a bit slow. The plugin author mentions that it will be fixed in the next version, and the Atom protocol will be supported as well.