From 251a8167e7ae46fb541b65738c9637c39c4b66ff Mon Sep 17 00:00:00 2001 From: Anxcye Date: Mon, 2 Dec 2024 14:44:36 +0800 Subject: [PATCH] doc: update 1.2.2 release info --- CHANGELOG.md | 5 ++++- README.md | 4 ++-- README_zh.md | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3f561..8f6e63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ - 选择时移动 - 自动背景色 -## Unreleased +## 1.2.2 2024-12-02 +🚀 Support txt files now! +🚀 支持了 txt 文件导入 + - Feat: Setting reading column count - Feat: Import txt format books - Fix: Book progress record is not timely diff --git a/README.md b/README.md index bc412d9..6020d77 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 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** +Support **epub / mobi / azw3 / fb2 / txt** Available on Android and Windows. ![](./docs/images/9.jpg) @@ -33,7 +33,7 @@ Available on Android and Windows. - [X] Reading fonts - [X] Translation - [ ] Full-text translation -- [ ] Support for more file types (txt, pdf) +- [ ] Support for more file types (pdf) - [X] Support for WebDAV synchronization - [ ] Support for Linux, MacOS diff --git a/README_zh.md b/README_zh.md index ffd6bc6..70bd93c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -15,7 +15,7 @@ 安读是一款专注于阅读的应用,不包含任何在线推广内容,它可以帮助你更专注于阅读,提高阅读效率。 -支持 **epub / mobi / azw3 / fb2** +支持 **epub / mobi / azw3 / fb2 / txt** 现已支持 Android 和 Windows。 ![](./docs/images/9_zh.jpg) @@ -37,7 +37,7 @@ - [X] 阅读字体 - [X] 翻译 - [ ] 全文翻译 -- [ ] 支持更多文件类型(txt, pdf) +- [ ] 支持更多文件类型(pdf) - [X] 支持 WebDAV 同步 - [ ] 支持 Linux, MacOS diff --git a/pubspec.yaml b/pubspec.yaml index 9a4df93..77fb2ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: anx_reader description: "An e-book reader." publish_to: 'none' -version: 1.2.1+2034 +version: 1.2.2+2037 environment: sdk: '>=3.5.2 <4.0.0'