Skip to content

Releases: Anxcye/anx-reader

v1.2.1

23 Nov 08:11
Compare
Choose a tag to compare

1.2.1 2024-11-23

  • Feat: Drag to group books

  • Fix: Bottom navigation bar covers menu bar

  • Fix: Windows no longer deletes original files when importing

  • Fix: Books with single quotes cannot be opened

  • 新增:拖拽实现书籍分组

  • 修复:底部导航栏覆盖菜单栏

  • 修复: Windows 端导入时删除原文件的问题

  • 修复: 包含单引号的书籍无法打开

v1.2.0

18 Nov 02:54
Compare
Choose a tag to compare

1.2.0 2024-11-17

❗Anx-Reader has changed the Android version signature, please back up and reinstall Anx-Reader❗
❗安读更换了 Android 版本的签名, 请做好备份重新安装安读❗

🚀You can now use Anx-Reader on Windows!
🚀现在可以在 Windows 上使用安读了!

  • Feat: Translate selected content

  • Feat: Note add time

  • Feat: Webview version check

  • Feat: convert chinese mode

  • UI: Optimized the statistic card

  • Fix: Context menu cannot be closed once

  • Fix: Cannot correctly judge the version when checking for updates

  • 新增:翻译选中内容

  • 新增:简繁转换

  • 新增:Webview版本检查

  • 新增:显示笔记添加时间

  • UI:优化了统计卡片

  • 修复:上下文菜单不能一次关闭

  • 修复: 检查更新时不能正确判断版本

v1.1.8

23 Oct 06:22
Compare
Choose a tag to compare

1.1.8 2024-10-23

  • Added: Modify import/export file structure

  • Fixed: Book font size cannot maintain relative relationship

  • Fixed: Can be used in lower webview versions (about 92.0.0.0 and above)

  • 修改:修改了导入导出的文件结构

  • 修复:书籍字体大小不能保持相对关系

  • 修复:能够在较低的 webview 版本中使用(约92.0.0.0及以上)

Windows version is coming soon!
Windows端即将发布,敬请期待!

V1.1.7

15 Oct 13:19
Compare
Choose a tag to compare
  • Backup: Export/import all data

  • Ability to click and view large images

  • Convenient back arrow after navigation

  • Multiple pop-up annotations within a pop-up annotation

  • Customizable text indentation size

  • Text selection within pop-up annotations

  • Optimization of status bar and navigation key areas to avoid obstruction by navigation keys

  • Fixed white screen issue when opening files

  • Fixed issue with importing font files with Chinese filenames

  • Shortened TTS reading intervals, especially when using TTS-Server

  • 备份:导出/导入全部数据

  • 能够点击查看大图了

  • 跳转后能够有方便地返回箭头

  • 弹注中多次弹注

  • 弹注字体跟随设置

  • 自定义文本缩进大小

  • 弹注中选择文字

  • 状态栏和导航键区域优化,避免了被导航键遮盖

  • 修复打开文件白屏

  • 修复字体文件中中文文件名无法导入

  • 缩短了TTS朗读间隔,尤其是使用TTS-Server时

  • 根据弹注内容调整弹注框大小

v1.1.6

03 Sep 04:57
Compare
Choose a tag to compare

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
Feature: Added filter, sort, and open book at the note location features in the note list
Feature: Added more page-turning methods
Feature: Added support for importing custom fonts
Feature: Added full-text search functionality
Fix: Resolved issues where book styles were not applied (#24, #28)
Other: For more new features and bug fixes

众多新增功能!
功能:新增mobi、azw3、fb2格式书籍导入
功能:新增TTS语音朗读
功能:笔记列表可筛选、排序、打开书到笔记的位置
功能:新增更多翻页方式
功能:导入自定义字体
功能:全文搜索
修复:书籍样式不生效 #24#28
以及其他众多新功能和修复

v1.1.5

11 Aug 08:32
Compare
Choose a tag to compare

🚀 This update completely reconstructs the reader functionality, displays current status information, adds more dynamic effects, and includes animations for opening and closing books.

Fix: reconstructs the reader
Feature: Added more status displays in the reading interface
Feature: Increased animation effects, resulting in a smoother user experience
Other: Optimized more text and l10n content for improved accuracy
Additional UI and information updates

🚀 本次更新完全重构了阅读器功能,显示当前状态信息,增加更多动效,以及打开和关闭图书的动画效果。

修复:重构阅读器,更加流畅
功能:在阅读界面增加了更多状态显示
功能:增加了更多的动画效果,用起来更流畅了
其他:优化了更多文字和多语言内容,更加准确
其他更多 UI 和信息更新

v1.1.5-beta01

09 Aug 09:42
Compare
Choose a tag to compare
v1.1.5-beta01 Pre-release
Pre-release

Recently, the reader code has been completely refactored, decoupling JavaScript and Flutter, which has made debugging more convenient.

The new reader now offers smoother scrolling, more accurate chapter information retrieval, and support for pop-up annotations. The occasional white screen during startup has also been eliminated.

The localization (l10n) related code has been rewritten, making multi-language support more user-friendly.

最近,完全重构了阅读器代码,实现了js和flutter的解耦,可以更方便地调试了。

新的阅读器滑动更加流畅,章节信息获取上更加精准,也支持了弹注,启动时偶尔的白屏也消失了。

重写了l10n相关代码,多语言支持上更加友好。

v1.1.4

28 Jul 09:07
Compare
Choose a tag to compare

🎉Completely rewrote text selection logic for enhanced functionality and ease of use

Feature: Added support for Turkish language (#21)
Feature: Table of contents now supports jumping to corresponding positions
Feature: Added ability to delete notes
Feature: Added ability to delete notes

Bug fix: Background color now persists after re-entering the reader
Bug fix: Fixed color overlay issue when changing note highlight colors

🎉完全重写了文本选择逻辑,提升了易用性和功能丰富度

功能:新增土耳其语支持(#21
功能:目录现在支持跳转到对应位置
功能:新增删除笔记的功能

修复:重新进入阅读器后背景色保持不变
修复:修复了更改笔记高亮颜色时的颜色叠加问题

v1.1.3

12 Jul 02:48
Compare
Choose a tag to compare

Feature: Added page-turning animations
Feature: Introduced multiple page-turning control options
Improvement: Optimized several user interface elements

功能:添加翻页动画效果
功能:增加多种翻页控制方式
改进:优化部分 UI 设计

v1.1.2

23 May 14:03
Compare
Choose a tag to compare

Feature: Added in-app update check
Feature: ’about‘ page optimization, display more information now
Fix: status bar display delay
Others: Modify some UI

功能:新增应用内检查更新
功能:'关于' 界面优化,展示更多信息
修复:状态栏有时显示延迟
其他:修改部分 UI