Update version 0.9.12

This commit is contained in:
Ash 2024-02-06 23:14:34 +08:00
parent 9aa24520f0
commit 6176a780cc
4 changed files with 85 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 33
versionCode 22
versionName "0.9.11"
versionCode 23
versionName "0.9.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -0,0 +1,24 @@
## 0.9.12
1. Support Google Reader API and FreshRSS API (#536, @Ashinch)
2. Use forward and backward transition animation (#540, @JunkFood02)
3. Provide option to exclude additional information when exporting to OPML file (#567, @Ashinch)
4. Provide option to gray out starred article items (#547, @MauroGuida)
5. Fix "swipe to mark as read article" (#520, @aeghn)
6. Fix empty group not round bottom corner issue (#529, @kid1412621)
7. Fix refresh view after sync (#531, @kid1412621)
8. Fix error caused by missing article title (#532, @kid1412621)
9. Fix orphaned articles during sync in Fever API (#534, @Ashinch)
10. Many UI improvements and bug fixes (@Ashinch, @JunkFood02)
11. Translations updates (thanks to everyone who helped out)
### Notes
1. Thanks to the FreshRSS community, especially @Alkarex, for their help with this project.
2. ReadYou is currently not fully compatible with Inoreader through the Google Reader API.
3. ReadYou is currently unable to specify a new group when adding a subscription through the Google Reader API.
4. When syncing with Google Reader API, ReadYou can fetch up to 10k articles per sync. For read articles, only those within the past month will be synced, while unread and starred articles will be fully synced. The sync speed primarily depends on the number of these articles. The initial sync may take some time, depends on the amount of data difference between the local and server. If you have a large number of feeds, it may still feel slow, I can try to optimize this if needed.
5. We recommend that users who have participated in the testing re-sync or re-add their Google Reader API account after installing version `0.9.12`.
6. Let's look forward to more improvements in detail in the next version.
**Full changelog:** [0.9.11...0.9.12](https://github.com/Ashinch/ReadYou/compare/0.9.11...0.9.12)

View File

@ -0,0 +1,35 @@
## 0.9.11
1. 正确记住订阅源页面的滚动位置 (#519) (@aeghn)
2. 修复订阅源站点图标的获取 (#511) (@Ashinch, @kid1412621)
3. 修复 "轻扫标记已读 "手势将多个项目标记为已读的问题 (#515) (@kid1412621, @mbestavros)
4. 修复 "Row too big to fit into CursorWindow" 错误 (#312) (@mbestavros)
5. 改进翻译 (感谢所有提供帮助的人)
### Notes
这对于 Read You 来说是相当不错的一周!这个版本修复了从 0.9.9 版本开始的大部分主要 bug还修复了一个长期存在的 bug。
我希望这将是一个稳定的长期版本,而且在我们美好的社区不断提出新的改进时,我们可以稍事休息一下,不再频繁发布版本。如往常一样,如果你遇到了 bug请在 Github 上报告!
由于有些人可能错过了 0.9.9 版本的重大变化,我会在下面再次列出它们。
## 0.9.9
1. Fever API 现在可以跨设备正确同步 已读/星标 元数据 (#401) (#406) (@mbestavros)
2. 在相关情况下添加通知权限提示 (#422) (@RafhaanShah)
3. 新功能:轻扫标记已读(样式待优化) (#455) (@boun, @nvllz)
4. 新交互选项:外部链接处理 (#428) (@S-H-Y-A)
5. 开始尝试获取 RSS 订阅源的网站图标,如图标尺寸小于 20px 将使用符号代替 (#471) (@Ashinch, @kid1412621)
6. 各种内部重构和改进 (@Ashinch)
7. 翻译更新: Hungarian, Turkish, Serbian, German, Indonesian, Persian (感谢所有提供帮助的人!)

View File

@ -0,0 +1,24 @@
## 0.9.12
1. 支持 Google Reader API 和 FreshRSS API (#536, @Ashinch)
2. 使用前进和后退的过渡动画 (#540, @JunkFood02)
3. 导出 OPML 文件时提供排除附加信息的选项 (#567, @Ashinch)
4. 提供淡化显示信息流页面中已加星标的文章项目的选项 (#547, @MauroGuida)
5. 修复 “轻扫标记为已读” (#520, @aeghn)
6. 修复空组圆角显示不正确的问题 (#529, @kid1412621)
7. 修复同步后刷新视图 (#531, @kid1412621)
8. 修复因文章标题缺失而导致的错误 (#532, @kid1412621)
9. 修复 Fever API 在同步过程中的可能出现的孤立文章 (#534, @Ashinch)
10. 许多用户界面改进和错误修复 (@Ashinch, @JunkFood02)
11. 翻译更新 (感谢所有提供帮助的人)
### Notes
1. 感谢 FreshRSS 社区,尤其是 @Alkarex 对本项目的帮助。
2. ReadYou 的 Google Reader API 与 Inoreader 尚未完全兼容。
3. ReadYou 目前在通过 Google Reader API 来添加订阅的同时无法指定新的组。
4. 当与 Google Reader API 同步时ReadYou 每次最多获取 1 万篇数量的文章。对于已读的文章,只有在过去一个月内的文章会被同步,而未读和已加星标的文章将会完整同步,同步速度主要取决于这些文章的数量。初始同步可能需要一定的时间,这取决于本地和服务器之间的数据差异量。如果您有大量的订阅源,可能仍然会感觉很慢,如果有必要,我可以尝试优化这一点。
5. 我们建议曾参与了本次测试的用户在安装 `0.9.12` 版本后,重新同步或重新添加他们的 Google Reader API 帐户。
6. 让我们期待在下一个版本中更多细节方面的改进。
**完整更新日志:** [0.9.11...0.9.12](https://github.com/Ashinch/ReadYou/compare/0.9.11...0.9.12)