v1.6.3
1.6.3 版本更新日志
TauriTavern文档网站上线!(内容咕咕咕中)
功能新增:
- 酒馆内存占用降低,约能减少20%内存占用
- 新增增强版Claude提示词缓存系统
- 重写后端的PNG读写,避免读取超大PNG时的长度报错
- 提升流式传输稳定性
- 新增NanoGPT、Chutes、Groq与Cohere平台后端支持
界面新增:
- 目前明确多次拒绝通知权限后不会再次询问
- 正确支持Android端媒体文件协议,支持视频背景扩展
修复:
- 修复Android端沉浸模型下重载后顶栏不再沉浸的错误
- 修复Android端Vertex AI调用报错
- 修复特定情况下,全局世界书选择器不能正确显示下拉框的问题
- 目前正则表达式重新加载后可以正常发出重新渲染信号
- 强制重新生成操作为单并发,避免PVP脚本问题
- 强制加载更多信息操作为单并发,避免楼层增殖问题
- 修复了某些页面无法滑动到底部的问题
- 调整移动端密钥选择框,避免遮挡键盘
- 自动过滤Claude 4.5模型之后的top_p参数
开发:
- 为TauriTavern添加了全局的扩展数据储存API,扩展数据的储存更加方便
- 为TauriTavern添加了移动端布局适配API,一行代码解决移动端布局适配
- 添加了调试版本的安装包,可以看到网页控制台
Version 1.6.3 Changelog
TauriTavern Documentation Website (WIP)
New Features:
- Reduced memory usage in the TauriTavern (approximately a 20% reduction).
- Added an enhanced caching system for Claude prompts.
- Refactor the backend logic for PNG reading and writing to prevent length limits errors when processing extremely large PNG files.
- Improved the stability of streaming operations.
- Added backend support for NanoGPT, Chutes, Groq, and Cohere platforms.
UI Enhancements:
- The application will no longer repeatedly request notification permissions after the user has explicitly declined them multiple times.
- Added proper support for Android media file protocols, enabling support for video backgrounds.
Bug Fixes:
- Fixed an issue on Android where the top bar would exit "immersive mode" after reloading the page.
- Fixed errors related to Vertex AI API calls on Android devices.
- Fixed an issue where the Global WorldInfo selector dropdown would fail to display correctly under specific circumstances.
- Regex now correctly trigger a re-render signal after being reloaded.
- The Regenerate action is now restricted to a single-flight operation to prevent issues with automatic retry extension.
- The "Show More Message" action is now restricted to a single-flight operation to prevent duplicate message entries.
- Fixed an issue where certain pages could not be scrolled to the bottom.
- Adjusted the positioning of the API key selection box on mobile devices to prevent it from being obscured by the on-screen keyboard.
- Automatically filters the
top_pparameter for models newer than Claude 4.5.
Developer Updates:
- Added a global extension data storage API for TauriTavern, making it easier to store extension-specific data.
- Added a mobile layout adaptation API for TauriTavern, allowing developers to handle mobile layout adjustments with a single line of code.
- Added a debug build package that enables access to the web console for easier debugging.
Full Changelog: v1.6.2...v1.6.3