-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## 0.9.8 | ||
|
||
1. Improve translation (@nvllz , thanks to all) | ||
|
||
2. Remove the built-in GoogleSans font from the app (will use the system default font) | ||
|
||
3. Support using external font files as app basic and reading fonts | ||
|
||
4. Fix import from OPML file function | ||
|
||
5. Optimize Fever API integration (#363) | ||
|
||
6. UI fixes (#382, @JunkFood02) | ||
|
||
7. Fix "Mark as Read" buttons for Fever API (#399, @mbestavros) | ||
|
||
8. Support for RTL text layout in reading page (#378, @JunkFood02) | ||
|
||
9. Bump Material to 1.0.1 version and fix "Always Expand" preview (#374, @Scholar-Jr) | ||
|
||
### Notes | ||
|
||
1. Providing GoogleSans font will face legal risks | ||
|
||
2. External fonts do not yet support multiple font weights | ||
|
||
3. Google Reader (GReader) API is being integrated | ||
|
||
4. Thank you to all contributors who have read my bad code. I have some ideas for refactoring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## 0.9.8 | ||
|
||
1. 改进翻译 (@nvllz, 感谢所有人) | ||
|
||
2. 移除应用内置的 GoogleSans 字体 (将使用系统默认字体) | ||
|
||
3. 支持使用外部字体文件来替换应用内字体和阅读字体 | ||
|
||
4. 修复导入 OPML 文件功能 | ||
|
||
5. 优化 Fever API 集成 (#363) | ||
|
||
6. 修复 UI 错误 (#382, @JunkFood02) | ||
|
||
7. 修复 Fever API 账户下的 "标记为已读" 按钮功能 (#399, @mbestavros) | ||
|
||
8. 阅读页面支持 RTL 语言布局(#378, @JunkFood02) | ||
|
||
9. 升级 Material 组件库到 1.0.1 版本并修复订阅源组 "总是展开" 的预览样式 (#374, @Scholar-Jr) | ||
|
||
### 其他 | ||
|
||
1. 提供 GoogleSans 字体将面临法律风险 | ||
|
||
2. 外部字体暂未支持多字重 | ||
|
||
3. Google Reader (GReader) API 在集成中 | ||
|
||
4. 感谢这段时间的贡献者们读我的垃圾代码, 最近有一些重构的想法 |