diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 93502aa..1c70638 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 539d650..53a9e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 55626fd..cc823ef 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/README_zh.md b/README_zh.md index 3603dc1..ac6bcdc 100644 --- a/README_zh.md +++ b/README_zh.md @@ -15,6 +15,8 @@ 安读是一款专注于阅读的应用,不包含任何在线推广内容,它可以帮助你更专注于阅读,提高阅读效率。 +支持 **epub / mobi / azw3 / fb2** + ![](./docs/images/9_zh.jpg) @@ -31,10 +33,10 @@ ### TODO - [X] UI 适配 Tab 端 - [X] 翻页动画 -- [ ] TTS 语音朗读 -- [ ] 阅读字体 +- [X] TTS 语音朗读 +- [X] 阅读字体 - [ ] 翻译 -- [ ] 支持更多文件类型(目前仅支持导入 epub) +- [ ] 支持更多文件类型(txt, pdf) - [X] 支持 WebDAV 同步 - [ ] 支持 Windows,Linux