File tree Expand file tree Collapse file tree 3 files changed +60
-2
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 3 files changed +60
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 applicationId " me.ash.reader"
2222 minSdk 26
2323 targetSdk 33
24- versionCode 18
25- versionName " 0.9.7 "
24+ versionCode 19
25+ versionName " 0.9.8 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828 vectorDrawables {
Original file line number Diff line number Diff line change 1+ ## 0.9.8
2+
3+ 1. Improve translation (@nvllz , thanks to all)
4+
5+ 2. Remove the built-in GoogleSans font from the app (will use the system default font)
6+
7+ 3. Support using external font files as app basic and reading fonts
8+
9+ 4. Fix import from OPML file function
10+
11+ 5. Optimize Fever API integration (#363)
12+
13+ 6. UI fixes (#382, @JunkFood02)
14+
15+ 7. Fix "Mark as Read" buttons for Fever API (#399, @mbestavros)
16+
17+ 8. Support for RTL text layout in reading page (#378, @JunkFood02)
18+
19+ 9. Bump Material to 1.0.1 version and fix "Always Expand" preview (#374, @Scholar-Jr)
20+
21+ ### Notes
22+
23+ 1. Providing GoogleSans font will face legal risks
24+
25+ 2. External fonts do not yet support multiple font weights
26+
27+ 3. Google Reader (GReader) API is being integrated
28+
29+ 4. Thank you to all contributors who have read my bad code. I have some ideas for refactoring
Original file line number Diff line number Diff line change 1+ ## 0.9.8
2+
3+ 1. 改进翻译 (@nvllz, 感谢所有人)
4+
5+ 2. 移除应用内置的 GoogleSans 字体 (将使用系统默认字体)
6+
7+ 3. 支持使用外部字体文件来替换应用内字体和阅读字体
8+
9+ 4. 修复导入 OPML 文件功能
10+
11+ 5. 优化 Fever API 集成 (#363)
12+
13+ 6. 修复 UI 错误 (#382, @JunkFood02)
14+
15+ 7. 修复 Fever API 账户下的 "标记为已读" 按钮功能 (#399, @mbestavros)
16+
17+ 8. 阅读页面支持 RTL 语言布局(#378, @JunkFood02)
18+
19+ 9. 升级 Material 组件库到 1.0.1 版本并修复订阅源组 "总是展开" 的预览样式 (#374, @Scholar-Jr)
20+
21+ ### 其他
22+
23+ 1. 提供 GoogleSans 字体将面临法律风险
24+
25+ 2. 外部字体暂未支持多字重
26+
27+ 3. Google Reader (GReader) API 在集成中
28+
29+ 4. 感谢这段时间的贡献者们读我的垃圾代码, 最近有一些重构的想法
You can’t perform that action at this time.
0 commit comments