V3.0.3
tw93/PakeV3.0.3Dec 21, 2024by github-actions[bot]
AI Summary
A major update upgrading the underlying Tauri dependency to version 2.0 to support future mobile versions. It simplifies CLI parameters by removing `safeDomain`, adds proxy support, and enables single instance mode for Windows.
Key Highlights
- Updated underlying dependency Tauri to version 2.0 for enhanced power and mobile support.
- Simplified CLI parameters by removing the need to input `safeDomain`.
- Added proxy URL support for proxy capabilities.
- Default single instance mode enabled, preventing multiple windows on Windows.
Breaking Changes
- Removed `safeDomain` parameter from CLI usage.
New Features
- Tauri 2.0 upgrade
- Proxy URL support
- Single instance mode
- Enhanced app adaptations (ChatGPT, Xiaohongshu, YouTube Music)
Full Release Notes
### 更新日志 1. 底层依赖的 Tauri 更新到了2.0版本,命令行、Actions 模式一起更新,强大不少,方便后面支持手机版本 2. 使用上命令行场景简化的参数,不需要填入 `safeDomain`,同时支持了 `proxyUrl` 代理能力 3. 运行默认支持了单例模式,特别 Windows 下使用不会出现多个窗口,并修复窗口关闭问题 4. ChatGPT、小红书、YoutubeMusic 等常用软件适配原站点更新、容器支持拖拽和文件上传 ### Changelog 1. Updated the underlying dependency, Tauri, to version 2.0. The command line and Actions mode have been updated together, making it significantly more powerful and facilitating future support for mobile versions. 2. Simplified command line parameters for usage scenarios, eliminating the need to input `safeDomain`, while also supporting `proxyUrl` proxy capabilities. 3. Default supports single instance, especially under Windows there will not be multiple instances. 4. Adapted popular applications like ChatGPT, Xiaohongshu, and YouTube Music to the updates of their original sites, with container support for drag-and-drop and file uploads.