1.6.5 版本更新日志
Testflight 公开测试已上线
请注意,由于需遵循iOS的政策,TestFlight版本有明确的功能限制
功能新增:
-
对比酒馆的破坏性更改:当删除角色时,链接的世界书也会一并删除
- 添加对DeepSeek V4 系列以及其新特性的支持
- 添加对Claude 4.7 Opus以及其新特性的支持
- 支持为自定义Claude格式启用缓存
- 添加TTS与Translate扩展 - 大幅减少打包后的应用体积
界面新增:
- iOS同步时添加申请本地网络权限的弹窗
修复:
- 修复User导入恢复的小问题
- 修复Android预设编辑页面键盘无法正确抬高的问题
- 为iOS/macOS添加弹窗支持
- 为iOS添加requestIdleCallback函数支持
- 为Android 平板补齐键盘抬高修正
- 酒馆助手查看提示词时不会生成空白楼层了
- 修复自定义Claude端点的模型获取问题
- 优化管理聊天文件的性能,现在应该很流畅了
- 修复iPad某些情况下被错误识别为macOS,从而导致TauriTavern设置无法打开的问题
- 修复某些情况下角色卡
create_date格式非法时前端排序错误问题 - 修正了iOS端错误日志导出路径
- 将用户取消视为Warning而非Error,避免弹出错误弹窗
开发:
- 添加从Sillytavern迁移的一键打包脚本
- fastool添加支持iOS不同policy的打包与测试
- fastool目前支持自动收集打包产物
- 从主线程中删除不必要的Async抽象
Version 1.6.5 Changelog
TestFlight Public Beta Now Live!
Please note that, in compliance with iOS policies, the TestFlight version has specific functional limitations.
New Features:
-
Breaking Change Compare to SillyTavern: Deleting a character will now also delete their linked WorldInfo
- Added support for the DeepSeek V4 series and its new features
- Added support for Claude 4.7 Opus and its new features
- Added support for enabling caching for Custom Claude Messages Endpoint
- Added TTS and Translate extensions
- Significantly reduced the size of the App bundle
UI Improvements:
- Added a pdialog to request local network permissions during Sync on iOS
Bug Fixes:
- Fixed minor issues related to Persona import and restoration
- Fixed an issue on Android where the keyboard would not correctly shift the view on the preset editing page
- Added popup/dialog support for iOS/macOS
- Added support for the
requestIdleCallbackfunction on iOS - Implemented keyboard view-shifting corrections for Android tablets
- Tavern-Helper will no longer generate empty message when previewing prompts
- Fixed issues with fetching available models for custom Claude endpoints
- Optimized performance for managing chat files; the experience should now be much smoother
- Fixed an issue on iPad where the device was sometimes incorrectly identified as macOS, preventing the TauriTavern-Settings from opening
- Fixed front-end sorting errors that occurred in certain cases when a character card's
create_dateformat was invalid - Corrected the export path for error logs on iOS
- Classified user cancellations as Warnings rather than Errors to prevent unnecessary error popups
Development:
- Added a one-click packaging script for migrating from SillyTavern
- Added support to
fastoolfor packaging and testing with different iOS policies fastoolnow supports automatic collection of build artifacts- Removed unnecessary Async abstractions from the main thread