Skip to content

v2.0.2

Latest

Choose a tag to compare

@RyensX RyensX released this 10 Jul 07:19

新功能

  • 兼容全新的ChatGPT Desktop和GPT5.6
  • 支持远程文件下载:可以在文件树(侧栏)右键空白处、文件、文件夹下载文件到本地。
  • 支持远程选择“已有文件夹”创建/打开项目:新增 workspace root picker UI 和 gateway 侧 IPC/HTTP 支持。
  • 登录安全增强:增加登录暴力破解防护和限流逻辑。
  • Launcher 新增“防休眠”设置。
  • Launcher 新增“官方 runtime 扫描”开关。
  • macOS dmp 支持 x64 架构相关调整。

修复

  • 修复远程文件上传处理,补齐 picked files IPC 与 web bridge 逻辑。
  • 修复 PWA manifest 加载时缺少 credentials 的问题。
  • 修复 PWA Window Controls Overlay 下 web-shell 顶部窗口控件/布局适配。
  • 修复 gateway 本地 workspace 文件夹选择器失效问题。
  • 修复 Windows 远程文件相关测试兼容性。

优化/重构

  • Launcher 日志写入优化
  • Gateway 静态资源映射逻辑简化。
  • 新增/扩展多组测试覆盖:auth rate limit、local files、static assets、workspace roots、official runtime、log writer 等。

文档

  • 补充环境变量文档。
  • 增加 Linux支持说明。

New Features

  • Compatible with the new ChatGPT Desktop and GPT5.6

  • Supports remote file downloads: You can right-click on blank areas, files, or folders in the file tree (sidebar) to download files to your local machine.

  • Supports remotely selecting an existing folder to create/open a project: Added workspace root picker UI and gateway-side IPC/HTTP support.

  • Enhanced login security: Added brute-force login protection and rate limiting logic.

  • Added an "Anti-Hibernation" setting to the Launcher.

  • Added an "Official Runtime Scan" switch to the Launcher.

  • Adjustments related to macOS dmp support for x64 architecture.

Fixes

  • Fixed remote file upload processing, completed picked files IPC and web bridge logic.

  • Fixed the issue of missing credentials when loading the PWA manifest.

  • Fixed the adaptation of web-shell top window controls/layout under PWA Window Controls Overlay.

  • Fixed the issue of the gateway's local workspace folder selector not working.

  • Fixed compatibility issues related to Windows remote file testing. Optimizations/Refactoring

  • Launcher log writing optimization

  • Simplified Gateway static resource mapping logic.

  • Added/expanded multiple test coverage sets: auth rate limit, local files, static assets, workspace roots, official runtime, log writer, etc.

Documentation

  • Supplemented environment variable documentation.

  • Added Linux support information.


本次版本新增2名贡献者 @MacKenia @yueqingyou ,感谢他们的贡献。