Chatspeed v1.1.5
简体中文 | English
Chatspeed v1.1.5 Release Notes
v1.1.5 is a hotfix release that incorporates all features planned for prior versions and resolves the build-breaking lifetime issue.
✨ Enhancements & New Features
- Single-Instance Lock: Implemented a single-instance lock to prevent multiple application instances from running simultaneously. This resolves an issue on macOS where the app would launch twice on system restart if "launch at login" was enabled.
- Scraper Proxy for Windows: The web scraper on Windows will now use the in-app proxy settings for non-authenticated HTTP proxies, improving network configuration consistency.
🔧 Bug Fixes & Optimizations
- Fixed Build Error: Resolved a Rust lifetime error (E0597) related to the state lock during the creation of the scraper webview, which was preventing previous versions from compiling.
- Missing Language Options: Added missing language options to the translation skill.
- Scraper Reliability: Improved the reliability of the generic web scraper by implementing a retry mechanism with exponential backoff for pages that load content dynamically.
Chatspeed v1.1.5 发布日志
v1.1.5 版本合并了之前所有的功能更新,并修复了导致此前版本编译失败的生命周期问题。
✨ 新功能与增强
- 单实例锁 (Single-Instance Lock):实现了单实例锁,防止应用同时运行多个实例。此项修复解决了在 macOS 上设置开机自启动后,重启系统时会启动两个应用的问题。
- Windows 采集器代理 (Scraper Proxy for Windows):Windows 平台的网页采集器现在会使用应用内为非认证 HTTP 代理设置的代理,提升了网络配置的一致性。
🔧 Bug 修复与优化
- 修复编译错误:解决了在创建采集器窗口时因状态锁生命周期不明确导致的编译失败问题 (E0597)。
- 补全语言选项:补充了翻译技能中缺失的语言选项。
- 采集器可靠性提升:通过为动态加载内容的页面实现指数退避重试机制,提升了通用网页采集器的可靠性。