Skip to content

Releases: Anxcye/anx-reader

v1.14.0

19 Mar 07:40

Choose a tag to compare

1.14.0

  • Fix(translate): Remove legacy Microsoft reverse-engineered translation service and migrate saved full-text translation preference to Microsoft Azure API

  • Fix(l10n): Remove legacy Microsoft translation localization entries

  • Feat(ai): Support separate AI reasoning content with lightweight collapsible thinking UI in chat and stream views (#787)

  • Feat(reader): Add background image fit mode setting with cover and stretch options

  • Feat(appearance): Add setting to toggle action button labels visibility in selection context menu

  • Feat(reader): Add background image blur and opacity controls in reading settings (#753)

  • Feat(tts): Add Narrator option to text selection toolbar to start TTS from selected text (#794) Thanks @deskangel

  • Feat(tts): Add click to pause/resume TTS playback on currently reading text (#794) Thanks @deskangel

  • Feat(tts): Add floating action button in reader for quick TTS controls (previous, pause/resume, next, stop) (#723)

  • Feat(reader): Add Ctrl+[ and Ctrl+] page turning shortcuts on macOS, support Logitech Options+ mouse button mapping (#794) Thanks @deskangel

  • Feat(ai): Add global AI RPM rate limiting in AI service layer

  • Feat(ai): Add AI Provider Configuration Center with support for OpenAI-compatible, Claude, and Gemini protocols

  • Feat(ai): Support multiple API keys per provider with round-robin rotation

  • Feat(ai): Add provider-level reasoning_effort configuration with auto mode and advanced settings entry

  • Feat(ai): Add provider test connection with streaming preview

  • Feat(ai): Add AI chat display mode settings with adaptive, split, and popup options

  • Feat(ai): Add resizable AI panel with drag to resize, sizes persisted

  • Feat(ai): Add AI panel position settings (bottom/right) for non-popup modes

  • Feat(ai): Add font size setting for AI chat via three-dot menu

  • Feat(ai): Add quick model switcher in AI chat input bar (tune icon button)

  • Feat(ai): Add model picker in provider detail page with showMenu dropdown after fetching

  • Fix(ui): Fix context menu action buttons layout and icon color issues when labels are hidden

  • Fix(reader): Fix background image effects not applying and switch reader background fill mode to cover (#753)

  • Fix(reader): Fix RangeError crash when read theme color is null/invalid (#759)

  • Fix(tts): Fix TTS type selection having no effect when changed in reading interface (#794) Thanks @deskangel

  • Fix(tts): Fix incorrect reading position after modifying pitch or rate (#794) Thanks @deskangel

  • Fix(tts): Fix crash when SystemTts speak() receives null text from WebView

  • Fix(ai): Fix unable to use AI for full-text translation

  • Fix(ai): Fix test connection using default provider instead of current provider

  • Fix(ai): Fix AI crash prevention by adding guards for null webViewEnvironment on Windows

  • Fix(ai): Fix type cast error when using Gemini AI with tools (#747)

  • Fix(reader): Desktop resource lifecycle, WebView stability, and scroll UX optimization (#790) Thanks @yi124773651

  • Fix(reader): Fix window close cleanup to properly stop server, dispose WebView2, close database, and destroy window

  • Fix(reader): Add scroll debounce mechanism for smoother page turning experience

  • Fix(reader): Fix image saving permission issue on Android 10+ devices by removing unnecessary storage permission requests (#793)

  • Fix(reader): Disable WebView2 right-click context menu (back, reload, save as, print) on Windows (#746)

  • Fix(reader): Fix images with large inline max-width overflowing column width and appearing on wrong page (#742)

  • Fix(reader): Fix epub heading color not following theme color when useBookStyles is disabled (#749)

  • Fix(toc): Show full chapter titles in TOC by wrapping long text instead of truncating with ellipsis (#751)

  • Fix(l10n): Fallback to English when system language is unsupported on first launch (#785)

  • Feat(reader): Support independent left/right margins and font size for header and footer reading info, with shared section-based configuration model (#791)

  • Fix(l10n): Update Russian translation in app_ru.arb (#774) Thanks @Xapitonov

  • Fix(l10n): Update full_description.txt (#775) Thanks @Xapitonov

  • L10n: Complete Romanian translation (#714) Thanks @Steinhagen

  • Feat(ai): AI 支持单独的思考内容字段,并在聊天与流式界面中以轻量可折叠方式展示思考过程 (#787)

  • Fix(translate): 移除旧版 Microsoft 逆向翻译服务,并将已保存的全文翻译偏好迁移到 Microsoft Azure API

  • Fix(l10n): 移除旧版 Microsoft 翻译相关本地化条目

  • Feat(appearance): 新增设置项,可开关选中文本菜单等操作按钮的底部文字提示

  • Feat(reader): 新增背景图缩放模式设置,支持 cover 和 stretch 两种模式

  • Feat(reader): 阅读设置新增背景图模糊度和透明度调节 (#753)

  • Feat(tts): 在文本选择工具栏新增朗读选项,支持从选中文本开始 TTS (#794) 感谢 @deskangel

  • Feat(tts): 新增点击正在朗读的文本以暂停/继续 TTS 播放 (#794) 感谢 @deskangel

  • Feat(tts): 新增阅读界面朗读快捷操作悬浮按钮(上一句、暂停/继续、下一句、停止)(#723)

  • Feat(reader): macOS 新增 Ctrl+[ 和 Ctrl+] 翻页快捷键,支持 Logitech Options+ 鼠标按键映射 (#794) 感谢 @deskangel

  • Feat(ai): 在 AI 服务层添加全局 AI 请求限流(RPM)

  • Feat(ai): 新增 AI 供应商配置中心,支持 OpenAI 兼容、Claude 和 Gemini 协议

  • Feat(ai): 支持每个供应商配置多个 API Key,自动轮询使用

  • Feat(ai): 新增供应商级 reasoning_effort 配置,支持自动模式并收纳到高级设置中

  • Feat(ai): 新增供应商连接测试,支持流式预览

  • Feat(ai): 新增 AI 对话显示模式设置,支持自适应、分屏和弹出三种模式

  • Feat(ai): 新增可调整尺寸的 AI 面板,支持拖动调整大小,尺寸自动保存

  • Feat(ai): 新增 AI 面板位置设置(非弹出模式下可选择底部或右侧)

  • Feat(ai): 新增 AI 对话字体大小设置,通过三点菜单访问

  • Feat(ai): 新增 AI 聊天输入栏快速切换模型按钮(调谐图标)

  • Feat(ai): 供应商详情页新增模型选择器,获取后通过下拉菜单显示

  • Fix(ui): 修复关闭文字提示时上下文菜单按钮布局及图标颜色变灰的问题

  • Fix(reader): 修复背景图效果不生效的问题,并将阅读器背景图填充方式调整为 cover (#753)

  • Fix(reader): 修复阅读主题颜色为空/无效时的 RangeError 崩溃 (#759)

  • Fix(tts): 修复在阅读界面切换 TTS 类型无效的问题 (#794) 感谢 @deskangel

  • Fix(tts): 修复调整音调或语速后朗读位置不正确的问题 (#794) 感谢 @deskangel

  • Fix(tts): 修复 SystemTts 从 WebView 获取文本为空时的崩溃问题

  • Fix(ai): 修复无法使用 AI 进行全文翻译的问题

  • Fix(ai): 修复测试连接时使用默认供应商而非当前供应商的问题

  • Fix(ai): 修复 AI 崩溃问题,为 Windows 上空 webViewEnvironment 添加防护

  • Fix(ai): 修复使用 Gemini AI 工具时的类型转换错误 (#747)

  • Fix(reader): 桌面端资源生命周期管理、WebView 稳定性及滚动体验优化 (#790) 感谢 @yi124773651

  • Fix(reader): 修复窗口关闭时的清理流程,正确停止服务器、释放 WebView2、关闭数据库并销毁窗口

  • Fix(reader): 添加滚动防抖机制,优化翻页体验

  • Fix(reader): 修复 Android 10+ 设备图片保存权限问题,移除不必要的存储权限请求 (#793)

  • Fix(reader): 修复 Windows 端右键触发 WebView2 系统上下文菜单(返回、刷新、另存为、打印)的问题 (#746)

  • Fix(reader): 修复图片内嵌大 max-width 导致宽度超出栏宽而显示到下一页的问题 (#742)

  • Fix(reader): 修复禁用书籍自带样式时 epub 标题颜色不跟随主题色的问题,智能识别黑色标题并进行覆盖 (#749)

  • Fix(toc): 目录中过长的章节标题现在会自动换行显示完整内容,不再以省略号截断 (#751)

  • Fix(l10n): 修复首次启动时系统语言不受支持会错误回退到阿拉伯语的问题,改为回退到英文 (#785)

  • Feat(reader): 页眉和页脚阅读信息支持分别设置左右边距与字体大小,并重构为共享的分区配置模型 (#791)

  • Fix(l10n): 更新俄语翻译 app_ru.arb (#774) 感谢 @Xapitonov

  • L10n: 完成罗马尼亚语翻译 (#714) 感谢 @Steinhagen

v1.14.0-beta.3

17 Mar 10:34

Choose a tag to compare

v1.14.0-beta.3 Pre-release
Pre-release

1.14.0

  • Feat(ai): Support separate AI reasoning content with lightweight collapsible thinking UI in chat and stream views (#787)

  • Feat(reader): Add background image fit mode setting with cover and stretch options

  • Feat(appearance): Add setting to toggle action button labels visibility in selection context menu

  • Feat(reader): Add background image blur and opacity controls in reading settings (#753)

  • Feat(tts): Add Narrator option to text selection toolbar to start TTS from selected text (#794) Thanks @deskangel

  • Feat(tts): Add click to pause/resume TTS playback on currently reading text (#794) Thanks @deskangel

  • Feat(tts): Add floating action button in reader for quick TTS controls (previous, pause/resume, next, stop) (#723)

  • Feat(reader): Add Ctrl+[ and Ctrl+] page turning shortcuts on macOS, support Logitech Options+ mouse button mapping (#794) Thanks @deskangel

  • Feat(ai): Add global AI RPM rate limiting in AI service layer

  • Feat(ai): Add AI Provider Configuration Center with support for OpenAI-compatible, Claude, and Gemini protocols

  • Feat(ai): Support multiple API keys per provider with round-robin rotation

  • Feat(ai): Add provider-level reasoning_effort configuration with auto mode and advanced settings entry

  • Feat(ai): Add provider test connection with streaming preview

  • Feat(ai): Add AI chat display mode settings with adaptive, split, and popup options

  • Feat(ai): Add resizable AI panel with drag to resize, sizes persisted

  • Feat(ai): Add AI panel position settings (bottom/right) for non-popup modes

  • Feat(ai): Add font size setting for AI chat via three-dot menu

  • Feat(ai): Add quick model switcher in AI chat input bar (tune icon button)

  • Feat(ai): Add model picker in provider detail page with showMenu dropdown after fetching

  • Fix(ui): Fix context menu action buttons layout and icon color issues when labels are hidden

  • Fix(reader): Fix background image effects not applying and switch reader background fill mode to cover (#753)

  • Fix(reader): Fix RangeError crash when read theme color is null/invalid (#759)

  • Fix(tts): Fix TTS type selection having no effect when changed in reading interface (#794) Thanks @deskangel

  • Fix(tts): Fix incorrect reading position after modifying pitch or rate (#794) Thanks @deskangel

  • Fix(tts): Fix crash when SystemTts speak() receives null text from WebView

  • Fix(ai): Fix unable to use AI for full-text translation

  • Fix(ai): Fix test connection using default provider instead of current provider

  • Fix(ai): Fix AI crash prevention by adding guards for null webViewEnvironment on Windows

  • Fix(ai): Fix type cast error when using Gemini AI with tools (#747)

  • Fix(reader): Desktop resource lifecycle, WebView stability, and scroll UX optimization (#790) Thanks @yi124773651

  • Fix(reader): Fix window close cleanup to properly stop server, dispose WebView2, close database, and destroy window

  • Fix(reader): Add scroll debounce mechanism for smoother page turning experience

  • Fix(reader): Fix image saving permission issue on Android 10+ devices by removing unnecessary storage permission requests (#793)

  • Fix(reader): Disable WebView2 right-click context menu (back, reload, save as, print) on Windows (#746)

  • Fix(reader): Fix images with large inline max-width overflowing column width and appearing on wrong page (#742)

  • Fix(reader): Fix epub heading color not following theme color when useBookStyles is disabled (#749)

  • Fix(toc): Show full chapter titles in TOC by wrapping long text instead of truncating with ellipsis (#751)

  • Fix(l10n): Fallback to English when system language is unsupported on first launch (#785)

  • Feat(reader): Support independent left/right margins and font size for header and footer reading info, with shared section-based configuration model (#791)

  • Fix(l10n): Update Russian translation in app_ru.arb (#774) Thanks @Xapitonov

  • Fix(l10n): Update full_description.txt (#775) Thanks @Xapitonov

  • L10n: Complete Romanian translation (#714) Thanks @Steinhagen

  • Feat(ai): AI 支持单独的思考内容字段,并在聊天与流式界面中以轻量可折叠方式展示思考过程 (#787)

  • Feat(appearance): 新增设置项,可开关选中文本菜单等操作按钮的底部文字提示

  • Feat(reader): 新增背景图缩放模式设置,支持 cover 和 stretch 两种模式

  • Feat(reader): 阅读设置新增背景图模糊度和透明度调节 (#753)

  • Feat(tts): 在文本选择工具栏新增朗读选项,支持从选中文本开始 TTS (#794) 感谢 @deskangel

  • Feat(tts): 新增点击正在朗读的文本以暂停/继续 TTS 播放 (#794) 感谢 @deskangel

  • Feat(tts): 新增阅读界面朗读快捷操作悬浮按钮(上一句、暂停/继续、下一句、停止)(#723)

  • Feat(reader): macOS 新增 Ctrl+[ 和 Ctrl+] 翻页快捷键,支持 Logitech Options+ 鼠标按键映射 (#794) 感谢 @deskangel

  • Feat(ai): 在 AI 服务层添加全局 AI 请求限流(RPM)

  • Feat(ai): 新增 AI 供应商配置中心,支持 OpenAI 兼容、Claude 和 Gemini 协议

  • Feat(ai): 支持每个供应商配置多个 API Key,自动轮询使用

  • Feat(ai): 新增供应商级 reasoning_effort 配置,支持自动模式并收纳到高级设置中

  • Feat(ai): 新增供应商连接测试,支持流式预览

  • Feat(ai): 新增 AI 对话显示模式设置,支持自适应、分屏和弹出三种模式

  • Feat(ai): 新增可调整尺寸的 AI 面板,支持拖动调整大小,尺寸自动保存

  • Feat(ai): 新增 AI 面板位置设置(非弹出模式下可选择底部或右侧)

  • Feat(ai): 新增 AI 对话字体大小设置,通过三点菜单访问

  • Feat(ai): 新增 AI 聊天输入栏快速切换模型按钮(调谐图标)

  • Feat(ai): 供应商详情页新增模型选择器,获取后通过下拉菜单显示

  • Fix(ui): 修复关闭文字提示时上下文菜单按钮布局及图标颜色变灰的问题

  • Fix(reader): 修复背景图效果不生效的问题,并将阅读器背景图填充方式调整为 cover (#753)

  • Fix(reader): 修复阅读主题颜色为空/无效时的 RangeError 崩溃 (#759)

  • Fix(tts): 修复在阅读界面切换 TTS 类型无效的问题 (#794) 感谢 @deskangel

  • Fix(tts): 修复调整音调或语速后朗读位置不正确的问题 (#794) 感谢 @deskangel

  • Fix(tts): 修复 SystemTts 从 WebView 获取文本为空时的崩溃问题

  • Fix(ai): 修复无法使用 AI 进行全文翻译的问题

  • Fix(ai): 修复测试连接时使用默认供应商而非当前供应商的问题

  • Fix(ai): 修复 AI 崩溃问题,为 Windows 上空 webViewEnvironment 添加防护

  • Fix(ai): 修复使用 Gemini AI 工具时的类型转换错误 (#747)

  • Fix(reader): 桌面端资源生命周期管理、WebView 稳定性及滚动体验优化 (#790) 感谢 @yi124773651

  • Fix(reader): 修复窗口关闭时的清理流程,正确停止服务器、释放 WebView2、关闭数据库并销毁窗口

  • Fix(reader): 添加滚动防抖机制,优化翻页体验

  • Fix(reader): 修复 Android 10+ 设备图片保存权限问题,移除不必要的存储权限请求 (#793)

  • Fix(reader): 修复 Windows 端右键触发 WebView2 系统上下文菜单(返回、刷新、另存为、打印)的问题 (#746)

  • Fix(reader): 修复图片内嵌大 max-width 导致宽度超出栏宽而显示到下一页的问题 (#742)

  • Fix(reader): 修复禁用书籍自带样式时 epub 标题颜色不跟随主题色的问题,智能识别黑色标题并进行覆盖 (#749)

  • Fix(toc): 目录中过长的章节标题现在会自动换行显示完整内容,不再以省略号截断 (#751)

  • Fix(l10n): 修复首次启动时系统语言不受支持会错误回退到阿拉伯语的问题,改为回退到英文 (#785)

  • Feat(reader): 页眉和页脚阅读信息支持分别设置左右边距与字体大小,并重构为共享的分区配置模型 (#791)

  • Fix(l10n): 更新俄语翻译 app_ru.arb (#774) 感谢 @Xapitonov

  • L10n: 完成罗马尼亚语翻译 (#714) 感谢 @Steinhagen

v1.14.0-beta.1

13 Mar 12:06

Choose a tag to compare

v1.14.0-beta.1 Pre-release
Pre-release

1.14.0

  • Feat(reader): Add background image blur and opacity controls in reading settings (#753)

  • Fix(reader): Fix background image effects not applying and switch reader background fill mode to cover (#753)

  • Fix(reader): Fix RangeError crash when read theme color is null/invalid (#759)

  • Feat(tts): Add Narrator option to text selection toolbar to start TTS from selected text (#794) Thanks @deskangel

  • Feat(tts): Add click to pause/resume TTS playback on currently reading text (#794) Thanks @deskangel

  • Feat(reader): Add Ctrl+[ and Ctrl+] page turning shortcuts on macOS, support Logitech Options+ mouse button mapping (#794) Thanks @deskangel

  • Feat(ai): Add global AI RPM rate limiting in AI service layer

  • Fix(ai): Fix unable to use AI for full-text translation

  • Fix(tts): Fix TTS type selection having no effect when changed in reading interface (#794) Thanks @deskangel

  • Fix(tts): Fix incorrect reading position after modifying pitch or rate (#794) Thanks @deskangel

  • Fix(reader): Desktop resource lifecycle, WebView stability, and scroll UX optimization (#790) Thanks @yi124773651

  • Fix(reader): Fix window close cleanup to properly stop server, dispose WebView2, close database, and destroy window

  • Fix(ai): Fix AI crash prevention by adding guards for null webViewEnvironment on Windows

  • Fix(reader): Add scroll debounce mechanism for smoother page turning experience

  • Fix(l10n): Update Russian translation in app_ru.arb (#774) Thanks @Xapitonov

  • Fix(l10n): Update full_description.txt (#775) Thanks @Xapitonov

  • Docs: Add CLAUDE.md for AI assistant guidance (#792) Thanks @Anxcye

  • Fix(toc): Show full chapter titles in TOC by wrapping long text instead of truncating with ellipsis (#751)

  • L10n: Complete Romanian translation (#714) Thanks @Steinhagen

  • Feat(reader): 阅读设置新增背景图模糊度和透明度调节 (#753)

  • Fix(reader): 修复背景图效果不生效的问题,并将阅读器背景图填充方式调整为 cover (#753)

  • Feat(tts): 在文本选择工具栏新增朗读选项,支持从选中文本开始 TTS (#794) 感谢 @deskangel

  • Fix(reader): 修复阅读主题颜色为空/无效时的 RangeError 崩溃 (#759)

  • Feat(tts): 新增点击正在朗读的文本以暂停/继续 TTS 播放 (#794) 感谢 @deskangel

  • Feat(reader): macOS 新增 Ctrl+[ 和 Ctrl+] 翻页快捷键,支持 Logitech Options+ 鼠标按键映射 (#794) 感谢 @deskangel

  • Feat(ai): 在 AI 服务层添加全局 AI 请求限流(RPM)

  • Fix(ai): 修复无法使用 AI 进行全文翻译的问题

  • Fix(tts): 修复在阅读界面切换 TTS 类型无效的问题 (#794) 感谢 @deskangel

  • Fix(tts): 修复调整音调或语速后朗读位置不正确的问题 (#794) 感谢 @deskangel

  • Fix(reader): 桌面端资源生命周期管理、WebView 稳定性及滚动体验优化 (#790) 感谢 @yi124773651

  • Fix(reader): 修复窗口关闭时的清理流程,正确停止服务器、释放 WebView2、关闭数据库并销毁窗口

  • Fix(ai): 修复 AI 崩溃问题,为 Windows 上空 webViewEnvironment 添加防护

  • Fix(reader): 添加滚动防抖机制,优化翻页体验

  • Fix(l10n): 更新俄语翻译 app_ru.arb (#774) 感谢 @Xapitonov

  • Fix(l10n): 更新 full_description.txt (#775) 感谢 @Xapitonov

  • Docs: 添加 CLAUDE.md 为 AI 助手提供指导 (#792) 感谢 @Anxcye

  • Fix(toc): 目录中过长的章节标题现在会自动换行显示完整内容,不再以省略号截断 (#751)

  • L10n: 完成罗马尼亚语翻译 (#714) 感谢 @Steinhagen

v1.12.0

10 Feb 04:07

Choose a tag to compare

1.12.0

  • Feat(tts): Add OpenAI-compatible TTS service support (#653)

  • Feat(tts): Add Aliyun TTS support with access key auth and auto endpoint

  • Feat(tts): Add Aliyun voice list and descriptions

  • Feat(reader): Add code syntax highlighting with 12 themes, 60+ languages

  • Perf(reader): Optimize page turning smoothness and fix momentum scrolling issues on Android devices

  • Fix(reader): Change default auto-translate selection setting to disabled

  • Feat(reader): Add heading font size adjustment slider

  • Feat(reader): Add customizable column threshold for auto single/double column switching

  • Feat(reader): Add glassmorphism history navigation capsule in reader

  • Feat(reader): Support manual control of history navigation visibility (no auto-hide)

  • Feat(reader): Support manually selecting and remembering day/night background image preference

  • Feat(reader): Support custom page turn area configuration with 3x3 grid

  • Feat(reader): Add "Use Book Styles" toggle to preserve original book styling

  • Feat(reader): Add toggle for mouse hover menu display at top/bottom edges

  • Feat(reader): Add mouse wheel zoom support for image viewer

  • Feat(bookshelf): Support displaying book title and author on default cover with responsive scaling

  • Feat(ai): Support unlimited custom AI prompts with horizontal scrollable quick access

  • Feat(ai): Support toggling AI panel position between right side and bottom in large screen mode

  • Feat(sync): Add comprehensive WebDAV test (create, upload, download, delete) for connection validation

  • Feat(window): Support window position and size memory on macOS

  • Feat(import): Use original filename when book metadata title is missing or invalid

  • Feat(import): Add detailed error message display for failed book imports with info dialog @navono

  • UI(reader): Optimize reading history navigation button design

  • Fix(reader): Fix image loading issue in non-standard EPUBs with missing manifest entries

  • Fix(reader): Fix AI quick prompt chips overlapping issue

  • Fix(reader): Fix PDF files with invalid TOC destinations failing to open

  • Fix(reader): Fix reading info center alignment in header and footer

  • Fix(reader): Fix search results scroll position not being preserved when returning from a result

  • Fix(reader): Fix font-size adjustment not working for CSS keyword values (medium, large, etc.)

  • Fix(statistics): Fix reading progress not being saved when opening books from continue reading tile

  • Fix(sync): Fix WebDAV sync showing multiple direction selection dialogs

  • Fix(ai_services): update Gemini service URL and model version

  • Fix(window): Fix window becoming inaccessible after disconnecting secondary display

  • Fix(sync): Fix WebDAV sync failure on Android devices with older SQLite versions

  • Fix(import): Fix cross-platform path handling issues on Windows @navono

  • Fix(bookshelf): Fix replace book file feature not converting TXT files to EPUB before replacement

  • Fix(import): Enhance EPUB cover extraction with fallback strategies for non-standard formats

  • Fix(bookshelf): Fix stacked view showing sharp corners when cover width is narrow (#727)

  • Feat(reader): 添加代码语法高亮,支持 12 种主题, 60+ 编程语言

  • Feat(tts): 增加 OpenAI 兼容 TTS 服务支持 (#653)

  • Feat(tts): 增加阿里云 TTS 支持,使用 AccessKey 鉴权并支持自动就近 Endpoint

  • Feat(tts): 增加阿里云音色列表与描述

  • Perf(reader): 优化翻页流畅度,修复安卓设备惯性滚动问题

  • Fix(reader): 修改自动翻译选中文本的默认设置为关闭

  • Feat(reader): 添加标题字体大小调节滑块

  • Feat(reader): 添加单双栏切换阈值自定义功能

  • Feat(reader): 添加阅读器历史导航玻璃拟态胶囊

  • Feat(reader): 支持手动控制历史导航显隐(不自动隐藏)

  • Feat(reader): 支持手动选择并记忆日夜背景图偏好

  • Feat(reader): 支持自定义翻页区域配置(3x3网格)

  • Feat(reader): 添加"使用书籍样式"开关,保留书籍原始样式

  • Feat(reader): 添加鼠标悬浮在顶部/底部时显示菜单的开关

  • Feat(reader): 添加图片查看器鼠标滚轮缩放支持

  • Feat(bookshelf): 支持在默认封面上显示书名和作者,支持响应式缩放

  • Feat(ai): 支持无限制自定义AI提示词,快捷访问支持横向滚动

  • Feat(ai): 支持切换 AI 面板位置(右侧/底部),适用于大屏模式

  • Feat(sync): 添加 WebDAV 完整测试功能(创建、上传、下载、删除),全面验证连接

  • Feat(window): 支持 macOS 记忆窗口位置和大小

  • Fix(statistics): 修复从继续阅读卡片打开书籍时阅读进度无法保存的问题

  • Feat(import): 当书籍元数据标题缺失或无效时,使用原始文件名

  • Feat(import): 添加书籍导入失败时的详细错误信息显示和信息对话框 @navono

  • UI(reader): 优化阅读历史导航按钮设计

  • Fix(reader): 修复不规范 EPUB(manifest 缺失资源声明)中图片无法加载的问题

  • Fix(reader): 修复AI快速提示重叠问题

  • Fix(reader): 修复包含无效目录的 PDF 文件无法打开的问题

  • Fix(reader): 修复页眉页脚阅读信息居中对齐问题

  • Fix(reader): 修复点击搜索结果后重新打开搜索抽屉时滚动位置丢失的问题

  • Fix(reader): 修复使用 CSS 关键字值(medium、large 等)的字体大小无法调节的问题

  • Fix(sync): 修复 WebDAV 同步时出现多个方向选择弹窗的问题

  • Fix(ai_services): 更新 Gemini 服务 URL 和模型版本

  • Fix(window): 修复断开副屏后窗口位置不可访问的问题

  • Fix(sync): 修复 Android 旧版 SQLite 设备 WebDAV 同步失败问题

  • Fix(import): 修复 Windows 平台路径处理问题 @navono

  • Fix(bookshelf): 修复替换书籍文件功能未将 TXT 文件转换为 EPUB 的问题

  • Fix(import): 增强 EPUB 封面提取功能,支持非标准格式的多种回退策略

  • Fix(bookshelf): 修复当封面宽度较低时书架重叠视图存在异常的直角边的问题 (#727)

v1.12.0-beta.3

01 Feb 15:01

Choose a tag to compare

v1.12.0-beta.3 Pre-release
Pre-release

1.12.0

  • Feat(tts): Add OpenAI-compatible TTS service support (#653)

  • Feat(tts): Add Aliyun TTS support with access key auth and auto endpoint

  • Feat(tts): Add Aliyun voice list and descriptions

  • Feat(reader): Add code syntax highlighting with 12 themes, 60+ languages

  • Perf(reader): Optimize page turning smoothness and fix momentum scrolling issues on Android devices

  • Fix(reader): Change default auto-translate selection setting to disabled

  • Feat(reader): Add heading font size adjustment slider

  • Feat(reader): Add customizable column threshold for auto single/double column switching

  • Feat(reader): Add glassmorphism history navigation capsule in reader

  • Feat(reader): Support manual control of history navigation visibility (no auto-hide)

  • Feat(reader): Support manually selecting and remembering day/night background image preference

  • Feat(reader): Support custom page turn area configuration with 3x3 grid

  • Feat(reader): Add "Use Book Styles" toggle to preserve original book styling

  • Feat(reader): Add toggle for mouse hover menu display at top/bottom edges

  • Feat(reader): Add mouse wheel zoom support for image viewer

  • Feat(bookshelf): Support displaying book title and author on default cover with responsive scaling

  • Feat(ai): Support unlimited custom AI prompts with horizontal scrollable quick access

  • Feat(ai): Support toggling AI panel position between right side and bottom in large screen mode

  • Feat(sync): Add comprehensive WebDAV test (create, upload, download, delete) for connection validation

  • Feat(window): Support window position and size memory on macOS

  • Feat(import): Use original filename when book metadata title is missing or invalid

  • Feat(import): Add detailed error message display for failed book imports with info dialog @navono

  • UI(reader): Optimize reading history navigation button design

  • Fix(reader): Fix image loading issue in non-standard EPUBs with missing manifest entries

  • Fix(reader): Fix AI quick prompt chips overlapping issue

  • Fix(reader): Fix PDF files with invalid TOC destinations failing to open

  • Fix(reader): Fix reading info center alignment in header and footer

  • Fix(reader): Fix search results scroll position not being preserved when returning from a result

  • Fix(reader): Fix font-size adjustment not working for CSS keyword values (medium, large, etc.)

  • Fix(statistics): Fix reading progress not being saved when opening books from continue reading tile

  • Fix(sync): Fix WebDAV sync showing multiple direction selection dialogs

  • Fix(ai_services): update Gemini service URL and model version

  • Fix(window): Fix window becoming inaccessible after disconnecting secondary display

  • Fix(sync): Fix WebDAV sync failure on Android devices with older SQLite versions

  • Fix(import): Fix cross-platform path handling issues on Windows @navono

  • Fix(bookshelf): Fix replace book file feature not converting TXT files to EPUB before replacement

  • Fix(import): Enhance EPUB cover extraction with fallback strategies for non-standard formats

  • Fix(bookshelf): Fix stacked view showing sharp corners when cover width is narrow (#727)

  • Feat(reader): 添加代码语法高亮,支持 12 种主题, 60+ 编程语言

  • Feat(tts): 增加 OpenAI 兼容 TTS 服务支持 (#653)

  • Feat(tts): 增加阿里云 TTS 支持,使用 AccessKey 鉴权并支持自动就近 Endpoint

  • Feat(tts): 增加阿里云音色列表与描述

  • Perf(reader): 优化翻页流畅度,修复安卓设备惯性滚动问题

  • Fix(reader): 修改自动翻译选中文本的默认设置为关闭

  • Feat(reader): 添加标题字体大小调节滑块

  • Feat(reader): 添加单双栏切换阈值自定义功能

  • Feat(reader): 添加阅读器历史导航玻璃拟态胶囊

  • Feat(reader): 支持手动控制历史导航显隐(不自动隐藏)

  • Feat(reader): 支持手动选择并记忆日夜背景图偏好

  • Feat(reader): 支持自定义翻页区域配置(3x3网格)

  • Feat(reader): 添加"使用书籍样式"开关,保留书籍原始样式

  • Feat(reader): 添加鼠标悬浮在顶部/底部时显示菜单的开关

  • Feat(reader): 添加图片查看器鼠标滚轮缩放支持

  • Feat(bookshelf): 支持在默认封面上显示书名和作者,支持响应式缩放

  • Feat(ai): 支持无限制自定义AI提示词,快捷访问支持横向滚动

  • Feat(ai): 支持切换 AI 面板位置(右侧/底部),适用于大屏模式

  • Feat(sync): 添加 WebDAV 完整测试功能(创建、上传、下载、删除),全面验证连接

  • Feat(window): 支持 macOS 记忆窗口位置和大小

  • Fix(statistics): 修复从继续阅读卡片打开书籍时阅读进度无法保存的问题

  • Feat(import): 当书籍元数据标题缺失或无效时,使用原始文件名

  • Feat(import): 添加书籍导入失败时的详细错误信息显示和信息对话框 @navono

  • UI(reader): 优化阅读历史导航按钮设计

  • Fix(reader): 修复不规范 EPUB(manifest 缺失资源声明)中图片无法加载的问题

  • Fix(reader): 修复AI快速提示重叠问题

  • Fix(reader): 修复包含无效目录的 PDF 文件无法打开的问题

  • Fix(reader): 修复页眉页脚阅读信息居中对齐问题

  • Fix(reader): 修复点击搜索结果后重新打开搜索抽屉时滚动位置丢失的问题

  • Fix(reader): 修复使用 CSS 关键字值(medium、large 等)的字体大小无法调节的问题

  • Fix(sync): 修复 WebDAV 同步时出现多个方向选择弹窗的问题

  • Fix(ai_services): 更新 Gemini 服务 URL 和模型版本

  • Fix(window): 修复断开副屏后窗口位置不可访问的问题

  • Fix(sync): 修复 Android 旧版 SQLite 设备 WebDAV 同步失败问题

  • Fix(import): 修复 Windows 平台路径处理问题 @navono

  • Fix(bookshelf): 修复替换书籍文件功能未将 TXT 文件转换为 EPUB 的问题

  • Fix(import): 增强 EPUB 封面提取功能,支持非标准格式的多种回退策略

  • Fix(bookshelf): 修复当封面宽度较低时书架重叠视图存在异常的直角边的问题 (#727)

v1.12.0-beta.2

30 Jan 14:37

Choose a tag to compare

v1.12.0-beta.2 Pre-release
Pre-release

1.12.0

  • Feat(reader): Add code syntax highlighting with 12 themes, 60+ languages

  • Perf(reader): Optimize page turning smoothness and fix momentum scrolling issues on Android devices

  • Fix(reader): Change default auto-translate selection setting to disabled

  • Feat(reader): Add heading font size adjustment slider

  • Feat(reader): Add customizable column threshold for auto single/double column switching

  • Feat(reader): Add glassmorphism history navigation capsule in reader

  • Feat(reader): Support manual control of history navigation visibility (no auto-hide)

  • Feat(reader): Support manually selecting and remembering day/night background image preference

  • Feat(reader): Support custom page turn area configuration with 3x3 grid

  • Feat(reader): Add "Use Book Styles" toggle to preserve original book styling

  • Feat(reader): Add toggle for mouse hover menu display at top/bottom edges

  • Feat(reader): Add mouse wheel zoom support for image viewer

  • Feat(bookshelf): Support displaying book title and author on default cover with responsive scaling

  • Feat(ai): Support unlimited custom AI prompts with horizontal scrollable quick access

  • Feat(ai): Support toggling AI panel position between right side and bottom in large screen mode

  • Feat(sync): Add comprehensive WebDAV test (create, upload, download, delete) for connection validation

  • Feat(window): Support window position and size memory on macOS

  • Feat(import): Use original filename when book metadata title is missing or invalid

  • Feat(import): Add detailed error message display for failed book imports with info dialog @navono

  • UI(reader): Optimize reading history navigation button design

  • Fix(reader): Fix image loading issue in non-standard EPUBs with missing manifest entries

  • Fix(reader): Fix AI quick prompt chips overlapping issue

  • Fix(reader): Fix PDF files with invalid TOC destinations failing to open

  • Fix(reader): Fix reading info center alignment in header and footer

  • Fix(reader): Fix search results scroll position not being preserved when returning from a result

  • Fix(reader): Fix font-size adjustment not working for CSS keyword values (medium, large, etc.)

  • Fix(statistics): Fix reading progress not being saved when opening books from continue reading tile

  • Fix(sync): Fix WebDAV sync showing multiple direction selection dialogs

  • Fix(ai_services): update Gemini service URL and model version

  • Fix(window): Fix window becoming inaccessible after disconnecting secondary display

  • Fix(sync): Fix WebDAV sync failure on Android devices with older SQLite versions

  • Fix(import): Fix cross-platform path handling issues on Windows @navono

  • Fix(bookshelf): Fix replace book file feature not converting TXT files to EPUB before replacement

  • Fix(import): Enhance EPUB cover extraction with fallback strategies for non-standard formats

  • Fix(bookshelf): Fix stacked view showing sharp corners when cover width is narrow (#727)

  • Feat(reader): 添加代码语法高亮,支持 12 种主题, 60+ 编程语言

  • Perf(reader): 优化翻页流畅度,修复安卓设备惯性滚动问题

  • Fix(reader): 修改自动翻译选中文本的默认设置为关闭

  • Feat(reader): 添加标题字体大小调节滑块

  • Feat(reader): 添加单双栏切换阈值自定义功能

  • Feat(reader): 添加阅读器历史导航玻璃拟态胶囊

  • Feat(reader): 支持手动控制历史导航显隐(不自动隐藏)

  • Feat(reader): 支持手动选择并记忆日夜背景图偏好

  • Feat(reader): 支持自定义翻页区域配置(3x3网格)

  • Feat(reader): 添加"使用书籍样式"开关,保留书籍原始样式

  • Feat(reader): 添加鼠标悬浮在顶部/底部时显示菜单的开关

  • Feat(reader): 添加图片查看器鼠标滚轮缩放支持

  • Feat(bookshelf): 支持在默认封面上显示书名和作者,支持响应式缩放

  • Feat(ai): 支持无限制自定义AI提示词,快捷访问支持横向滚动

  • Feat(ai): 支持切换 AI 面板位置(右侧/底部),适用于大屏模式

  • Feat(sync): 添加 WebDAV 完整测试功能(创建、上传、下载、删除),全面验证连接

  • Feat(window): 支持 macOS 记忆窗口位置和大小

  • Fix(statistics): 修复从继续阅读卡片打开书籍时阅读进度无法保存的问题

  • Feat(import): 当书籍元数据标题缺失或无效时,使用原始文件名

  • Feat(import): 添加书籍导入失败时的详细错误信息显示和信息对话框 @navono

  • UI(reader): 优化阅读历史导航按钮设计

  • Fix(reader): 修复不规范 EPUB(manifest 缺失资源声明)中图片无法加载的问题

  • Fix(reader): 修复AI快速提示重叠问题

  • Fix(reader): 修复包含无效目录的 PDF 文件无法打开的问题

  • Fix(reader): 修复页眉页脚阅读信息居中对齐问题

  • Fix(reader): 修复点击搜索结果后重新打开搜索抽屉时滚动位置丢失的问题

  • Fix(reader): 修复使用 CSS 关键字值(medium、large 等)的字体大小无法调节的问题

  • Fix(sync): 修复 WebDAV 同步时出现多个方向选择弹窗的问题

  • Fix(ai_services): 更新 Gemini 服务 URL 和模型版本

  • Fix(window): 修复断开副屏后窗口位置不可访问的问题

  • Fix(sync): 修复 Android 旧版 SQLite 设备 WebDAV 同步失败问题

  • Fix(import): 修复 Windows 平台路径处理问题 @navono

  • Fix(bookshelf): 修复替换书籍文件功能未将 TXT 文件转换为 EPUB 的问题

  • Fix(import): 增强 EPUB 封面提取功能,支持非标准格式的多种回退策略

  • Fix(bookshelf): 修复当封面宽度较低时书架重叠视图存在异常的直角边的问题 (#727)

v1.11.0

25 Jan 09:28

Choose a tag to compare

1.11.0

  • Feat: Support "No Tag" filter in books filter menu

  • Feat: Support select to mark

  • Feat: Support setting whether to automatically hide the bottom navigation bar on the home page

  • Feat: Support using Azure TTS service for narration

  • Feat: Support previewing synthesized voice models

  • Feat: Optimize online TTS narration stability

  • Feat: In scroll page mode, you can turn pages across chapters by dragging up and down @Spixz

  • Feat: Windows can remember whether the window is maximized @TimurCravtov

  • Feat: Add Microsoft Azure, Google Cloud translation service support

  • Feat: Plan to remove unstable translation services (2026-03-01)

  • Feat: macOS data path migration to Application Support with automatic data transfer

  • Feat: Custom storage location support on Windows

  • Fix: Fixed the issue where Epub files could not be imported when the directory did not exist @ZzhouR

  • Fix: feat: add gesture handling to ignore bookmark actions from top screen touch

  • Fix: feat: add note filtering function to prepare for book review function

  • Fix: fix the issue of missing context menu when selecting across pages on iOS

  • Fix: fix the issue where HarmonyOS could not sync with other systems

  • Fix: fix the issue where some AI services could not be used

  • Feat: Support auto select day/night background image

  • Feat: Support group day/night background

  • Fix: Fix app crash when disabling AI on home page

  • Feat: Support replacing book file (maintaining reading progress and notes)

  • Fix: Optimize Android, HarmonyOS text selection logic

  • UI: Optimize part of the interface design

  • Feat: 标签筛选菜单支持“无标签”筛选

  • Feat: 支持选中即标注功能

  • Feat: 支持设置是否自动隐藏主界面底部导航栏

  • Feat: 支持使用 Azure TTS 服务进行朗读

  • Feat: 支持试听语音模型合成效果

  • Feat: 优化在线 TTS 朗读稳定性

  • Feat: 滚动翻页模式下可以通过上下拖动来跨章节翻页 @Spixz

  • Feat: Windows可以记忆是否最大化窗口 @TimurCravtov

  • Feat: 添加 Microsoft Azure,Google Cloud 翻译服务支持

  • Feat: 计划移除不稳定的翻译服务(2026-03-01)

  • Feat: macOS 数据存储路径迁移至 Application Support 并支持自动数据迁移

  • Feat: Windows 支持自定义数据存储位置

  • Fix: 修复Epub文件目录不存在时无法导入的问题 @ZzhouR

  • Fix: 添加手势处理,忽略来自屏幕顶部触摸的书签操作

  • Fix: 添加笔记过滤功能,为书评功能做好准备

  • Fix: 解决 iOS 跨页选择时上下文菜单缺失的问题

  • Fix: 解决 HarmonyOS 无法与其他系统同步的问题

  • Fix: 解决部分 AI 服务无法使用的问题

  • Feat: 支持自动选择白天/黑夜的背景图片

  • Feat: 支持日夜模式背景图片编组

  • Fix: 修复主界面关闭AI时App崩溃的问题

  • Feat: 支持替换书籍文件(保留阅读进度和笔记)

  • Fix: 优化 Android,HarmonyOS 文本选择逻辑

  • UI: 优化部分界面设计

v1.11.0-beta.3

24 Jan 13:53

Choose a tag to compare

v1.11.0-beta.3 Pre-release
Pre-release

1.11.0

  • Feat: Support "No Tag" filter in books filter menu

  • Feat: Support select to mark

  • Feat: Support setting whether to automatically hide the bottom navigation bar on the home page

  • Feat: Support using Azure TTS service for narration

  • Feat: Support previewing synthesized voice models

  • Feat: Optimize online TTS narration stability

  • Feat: In scroll page mode, you can turn pages across chapters by dragging up and down @Spixz

  • Feat: Windows can remember whether the window is maximized @TimurCravtov

  • Feat: Add Microsoft Azure, Google Cloud translation service support

  • Feat: Plan to remove unstable translation services (2026-03-01)

  • Feat: macOS data path migration to Application Support with automatic data transfer

  • Feat: Custom storage location support on Windows

  • Fix: Fixed the issue where Epub files could not be imported when the directory did not exist @ZzhouR

  • Fix: feat: add gesture handling to ignore bookmark actions from top screen touch

  • Fix: feat: add note filtering function to prepare for book review function

  • Fix: fix the issue of missing context menu when selecting across pages on iOS

  • Fix: fix the issue where HarmonyOS could not sync with other systems

  • Fix: fix the issue where some AI services could not be used

  • Feat: Support auto select day/night background image

  • Feat: Support group day/night background

  • Fix: Fix app crash when disabling AI on home page

  • Feat: Support replacing book file (maintaining reading progress and notes)

  • Fix: Optimize Android, HarmonyOS text selection logic

  • UI: Optimize part of the interface design

  • Feat: 标签筛选菜单支持“无标签”筛选

  • Feat: 支持选中即标注功能

  • Feat: 支持设置是否自动隐藏主界面底部导航栏

  • Feat: 支持使用 Azure TTS 服务进行朗读

  • Feat: 支持试听语音模型合成效果

  • Feat: 优化在线 TTS 朗读稳定性

  • Feat: 滚动翻页模式下可以通过上下拖动来跨章节翻页 @Spixz

  • Feat: Windows可以记忆是否最大化窗口 @TimurCravtov

  • Feat: 添加 Microsoft Azure,Google Cloud 翻译服务支持

  • Feat: 计划移除不稳定的翻译服务(2026-03-01)

  • Feat: macOS 数据存储路径迁移至 Application Support 并支持自动数据迁移

  • Feat: Windows 支持自定义数据存储位置

  • Fix: 修复Epub文件目录不存在时无法导入的问题 @ZzhouR

  • Fix: 添加手势处理,忽略来自屏幕顶部触摸的书签操作

  • Fix: 添加笔记过滤功能,为书评功能做好准备

  • Fix: 解决 iOS 跨页选择时上下文菜单缺失的问题

  • Fix: 解决 HarmonyOS 无法与其他系统同步的问题

  • Fix: 解决部分 AI 服务无法使用的问题

  • Feat: 支持自动选择白天/黑夜的背景图片

  • Feat: 支持日夜模式背景图片编组

  • Fix: 修复主界面关闭AI时App崩溃的问题

  • Feat: 支持替换书籍文件(保留阅读进度和笔记)

  • Fix: 优化 Android,HarmonyOS 文本选择逻辑

  • UI: 优化部分界面设计

v1.11.0-beta.2

22 Jan 15:07

Choose a tag to compare

v1.11.0-beta.2 Pre-release
Pre-release

1.11.0

  • Feat: Support setting whether to automatically hide the bottom navigation bar on the home page

  • Feat: Support using Azure TTS service for narration

  • Feat: Support previewing synthesized voice models

  • Feat: Optimize online TTS narration stability

  • Feat: In scroll page mode, you can turn pages across chapters by dragging up and down @Spixz

  • Feat: Windows can remember whether the window is maximized @TimurCravtov

  • Feat: Add Microsoft Azure, Google Cloud translation service support

  • Feat: Plan to remove unstable translation services (2026-03-01)

  • Fix: Fixed the issue where Epub files could not be imported when the directory did not exist @ZzhouR

  • Fix: feat: add gesture handling to ignore bookmark actions from top screen touch

  • Fix: feat: add note filtering function to prepare for book review function

  • Fix: fix the issue of missing context menu when selecting across pages on iOS

  • Fix: fix the issue where HarmonyOS could not sync with other systems

  • Fix: fix the issue where some AI services could not be used

  • Feat: 支持设置是否自动隐藏主界面底部导航栏

  • Feat: 支持使用 Azure TTS 服务进行朗读

  • Feat:支持试听语音模型合成效果

  • Feat: 优化在线 TTS 朗读稳定性

  • Feat:滚动翻页模式下可以通过上下拖动来跨章节翻页 @Spixz

  • Feat:Windows可以记忆是否最大化窗口 @TimurCravtov

  • Feat: 添加 Microsoft Azure,Google Cloud 翻译服务支持

  • Feat:计划移除不稳定的翻译服务(2026-03-01)

  • Fix:修复Epub文件目录不存在时无法导入的问题 @ZzhouR

  • Fix: 添加手势处理,忽略来自屏幕顶部触摸的书签操作

  • Fix: 添加笔记过滤功能,为书评功能做好准备

  • Fix: 解决 iOS 跨页选择时上下文菜单缺失的问题

  • Fix: 解决 HarmonyOS 无法与其他系统同步的问题

  • Fix: 解决部分 AI 服务无法使用的问题

v1.10.1

08 Dec 07:29

Choose a tag to compare

1.10.1

  • Feat: Choose bookshelf folder style (2x2 grid/stacked)

  • Feat: Optimize widow/orphan line display (allow single line content to be displayed when there is a large remaining space on the previous page)

  • Feat: AI can add tags to books, change bookmark colors, etc.

  • Feat: Support custom tag colors

  • Feat: Support adding tags to books

  • Feat: Support filtering books by tags

  • Feat: Support filtering books by reading progress

  • Feat: When backing up/restoring, support cross-platform backup/restore (need to use the new version of the App for backup and restore)

  • Feat: When exporting notes, you can sort by chapter order or time order

  • Feat: When viewing notes, you can remember the last sorting method

  • Feat: When exporting notes, you can choose whether to merge note titles from the same chapter

  • Feat: Support managing whether AI tools are enabled

  • Feat: Localized titles when AI calls tools

  • Fix: Fix the issue where preference settings could not be correctly restored when restoring from backup in some cases (need to use the new version of the App for backup and restore)

  • Fix: Optimize page turn smoothness on Android and Windows devices

  • Fix: Reduce cache usage on iOS devices

  • Fix: Files can be imported through the "Open With" option

  • Fix: When displaying tags, they can be displayed in order

  • UI: Optimize part of the interface design

  • Feat: 可以选择书架文件夹样式(2x2宫格/重叠)

  • Feat: 优化孤行显示效果(在前一页剩余空间较大时,允许显示单行内容)

  • Feat: 支持AI为书籍添加标签,更改书签颜色等

  • Feat: 支持自定义标签颜色

  • Feat: 支持为书籍添加标签

  • Feat:支持通过标签筛选书籍

  • Feat:支持按阅读进度筛选书籍

  • Feat: 备份/恢复时,支持跨平台备份/恢复(需要用新版App进行备份和恢复)

  • Feat: 笔记导出时可以按章节顺序或时间顺序排序

  • Feat:查看笔记时可以记忆上次的排序方式

  • Feat: 笔记导出时可以选择是否合并同一章节的笔记标题

  • Feat: 支持管理 AI 工具是否启用

  • Feat:AI 调用工具时有本地化的标题

  • Fix: 修复部分情况下恢复备份时无法正确恢复偏好设置的问题(需要用新版App进行备份和恢复)

  • Fix: 优化 Android、Windows 设备翻页流畅度

  • Fix: 减少 iOS 设备缓存使用

  • Fix: 可以通过打开方式导入文件

  • Fix: 展示标签时,能够按顺序展示

  • UI: 优化部分界面设计