Skip to content

Commit

Permalink
Update version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashinch committed May 16, 2023
1 parent b45d6ff commit 84156d2
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "me.ash.reader"
minSdk 26
targetSdk 33
versionCode 18
versionName "0.9.7"
versionCode 19
versionName "0.9.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
29 changes: 29 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
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
29 changes: 29 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/19.txt
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. 感谢这段时间的贡献者们读我的垃圾代码, 最近有一些重构的想法

0 comments on commit 84156d2

Please sign in to comment.