v1.6.4
1.6.4 版本更新日志
功能新增:
- 在设置中添加了前端刷新按钮
- 允许桌面客户端手动选择数据目录
- 采用原子写入防止settings.json写入中途崩溃
- 新增御三家原生API格式兼容( OpenAI Response / Claude Message / Gemini Interaction )
- 稍微减少打包后的应用体积
修复:
- 修复Android端Vertex AI认证问题
- 绑定世界书丢失时的行为对齐上游
- 修复部分前端运行时处于blob模式时的重建失败
- 修复快速回复(QR)的角色/聊天部分未能正常激活的问题
- 角色导入时间目前会选取PNG创建时间
- 修复iPad上横屏模式时未避让状态栏的问题
- 修复了数据导入时UTF-8编码的中文文件名乱码的问题
- 优化日志查看器的性能
- 现在iOS上jsonl聊天日志文件可以正常导入
- 将所有可能的保存入口统一串行化,避免绕开TauriTavern的保存契约导致失败
开发:
- 为macOS 添加程序签名
Version 1.6.4 Changelog
New Features:
- Added a frontend refresh button to the Settings menu.
- Enabled manual selection of the data directory for the desktop client.
- Implemented atomic writes to prevent data corruption in
settings.jsonduring unexpected crashes. - Added native API format compatibility for the "Big Three" models (OpenAI Response / Claude Message / Gemini Interaction).
- Slightly reduced the overall size of the bundled application package.
Fixes:
- Fixed Vertex AI authentication issues on the Android client.
- Aligned the behavior for handling missing WorldInfo with the upstream standard.
- Fixed instances where frontend rebuilds failed while operating in blob mode.
- Fixed an issue where the Character/Chat sections of the Quick Reply (QR) feature failed to activate correctly.
- Character import timestamps now default to the creation time of the source PNG file.
- Fixed an issue on iPad where the UI failed to properly avoid the status bar in landscape mode.
- Fixed garbled text issues with UTF-8 encoded Chinese filenames during data imports.
- Improved the performance of the Log Viewer.
- JSONL chat log files can now be imported successfully on iOS.
- Unified and serialized all potential save entry points to prevent failures caused by bypassing TauriTavern's established save protocols.
Development:
- Added code signing for the macOS application.
Full Changelog: v1.6.3...v1.6.4