Skip to content

Commit

Permalink
ci: apk file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anxcye committed Sep 3, 2024
1 parent e9accc6 commit 942a531
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
app/build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-armeabi-v7a.apk
app/build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-arm64-v8a.apk
app/build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-x86_64.apk
app/build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-universal.apk
build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-armeabi-v7a.apk
build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-arm64-v8a.apk
build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-x86_64.apk
build/app/outputs/flutter-apk/Anx-Reader-${{ env.VERSION }}-universal.apk
body: ${{ env.RELEASE_NOTES }}
generate_release_notes: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.6 2024-09-02
## 1.1.6 2024-09-03
This release includes a number of new features and improvements, as well as bug fixes.
Feature: Added support for importing books in mobi, azw3, and fb2 formats
Feature: Added TTS (Text-to-Speech) voice reading functionality
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

Anx Reader is an application focused on reading, without any online promotional content. It can help you concentrate more on reading and improve your reading efficiency.

Support **epub / mobi / azw3 / fb2**

![](./docs/images/9.jpg)

- More comprehensive synchronization features. Supports using WebDAV to sync reading progress, notes, and book files.
Expand All @@ -26,10 +28,10 @@ Anx Reader is an application focused on reading, without any online promotional
### TODO
- [X] UI adaptation for tablets
- [X] Page-turning animation
- [ ] TTS voice reading
- [ ] Reading fonts
- [X] TTS voice reading
- [X] Reading fonts
- [ ] Translation
- [ ] Support for more file types (currently only supports importing epub)
- [ ] Support for more file types (txt, pdf)
- [X] Support for WebDAV synchronization
- [ ] Support for Windows, Linux

Expand Down
8 changes: 5 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

安读是一款专注于阅读的应用,不包含任何在线推广内容,它可以帮助你更专注于阅读,提高阅读效率。

支持 **epub / mobi / azw3 / fb2**

![](./docs/images/9_zh.jpg)


Expand All @@ -31,10 +33,10 @@
### TODO
- [X] UI 适配 Tab 端
- [X] 翻页动画
- [ ] TTS 语音朗读
- [ ] 阅读字体
- [X] TTS 语音朗读
- [X] 阅读字体
- [ ] 翻译
- [ ] 支持更多文件类型(目前仅支持导入 epub
- [ ] 支持更多文件类型(txt, pdf
- [X] 支持 WebDAV 同步
- [ ] 支持 Windows,Linux

Expand Down

0 comments on commit 942a531

Please sign in to comment.