v0.1.17
这一版补上了窗口缺失的最小化按钮——无边框窗口此前只能关闭、没法收起,现在能最小化到 Dock / 任务栏了。
This release adds the window's missing minimize button — the frameless window could only be closed, never tucked away; now it minimizes to the Dock / taskbar.
🐛 修复 · Fixes
- 补上缺失的最小化按钮:主窗口是无边框设计,窗口控制按钮全部自绘,此前只有关闭按钮,没法把窗口最小化。现在标题栏在关闭键左侧新增最小化按钮,点击即可收进 Dock(macOS)/ 任务栏(Windows);两端表现一致,11 种界面语言均已覆盖。
The frameless main window self-draws its window controls and previously only had a close button — there was no way to minimize it. The title bar now has a minimize button to the left of close that tucks the window into the Dock (macOS) / taskbar (Windows). Consistent across both platforms, localized in all 11 UI languages.
📦 安装与升级 · Install & Upgrade
已经安装? 打开应用即可收到本次更新——macOS 只下载版本间的增量,校验失败自动回滚。
Already installed? The app offers this update in-app — macOS pulls only the delta, with automatic rollback.
| 平台 · Platform | 下载 · Download(国内直连 · China-reachable) |
|---|---|
| macOS · Apple Silicon | CodexAppManager_aarch64.dmg |
| macOS · Intel | CodexAppManager_x86_64.dmg |
| Windows · x64 | CodexAppManager_x64-setup.exe |
# macOS · Homebrew
brew install --cask wangnov/tap/codex-app-manager镜像直链恒指向最新版本;如需本页对应的历史版本,请使用下方 Assets。
.app.tar.gz/.sig/latest.json是自动更新器的工件,手动安装请选.dmg/.exe。
Mirror permalinks always resolve to the latest release — for this exact version use the assets below..app.tar.gz/.sig/latest.jsonbelong to the auto-updater; pick the.dmg/.exefor manual installs.
What's Changed
- fix: add a minimize button to the frameless window by @Wangnov in #57
- chore(release): bump version to 0.1.17 by @Wangnov in #58
Full Changelog: v0.1.16...v0.1.17