Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jul 1, 2022
1 parent 8fe52f4 commit 520d0f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
flutter_version: '2.10.3'
- target: ios
host: macos-latest
flutter_version: '3.0.0'
flutter_version: '3.0.3'
- target: android-arm32
host: ubuntu-latest
flutter_version: '2.10.3'
Expand All @@ -73,13 +73,13 @@ jobs:
flutter_version: '2.10.3'
- target: android-arm32
host: ubuntu-latest
flutter_version: '3.0.0'
flutter_version: '3.0.3'
- target: android-arm64
host: ubuntu-latest
flutter_version: '3.0.0'
flutter_version: '3.0.3'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '3.0.0'
flutter_version: '3.0.3'

runs-on: ${{ matrix.config.host }}

Expand Down
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.3
v1.5.4
13 changes: 11 additions & 2 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
- [x] 修复一些错别字
- [x] 解决了漫画和游戏下拉刷新页面延迟重载的问题
更新

- [x] 苹果手机支持导出导出了
- [x] 修复了安卓导入时不能选择文件 (AOSP个别机型的问题)
- [x] 增加了导出 PKI/PKZ 等格式
- [x] 苹果/安卓 在文件管理器中可以直接打开 PKI/PKZ 导入或观看
- [x] 增加了骑士榜

计划

- [ ] 本地骑士书签 (漫画书签?/快捷搜索书签?)

0 comments on commit 520d0f8

Please sign in to comment.