0.1.0
0.1.0
发布日期:2026 年 7 月 22 日
OpenChatGPTSkin 0.1.0 是首个正式版本。它把可视化主题设计、可分享主题包和真实 Codex Desktop 应用流程整合为完整闭环,并提供 Windows x64 正式安装包及 macOS ARM64/x64 未签名预览包。
版本亮点
从设计到真实 Codex 的完整闭环
在 Theme Studio 中选择内置主题或创建个人主题,调整颜色、背景、字体、装饰、布局、建议卡片图标和用户头像,保存版本后即可应用到受管理的 Codex。主题还可以通过 .ocskin 导入、导出和分享。
覆盖更多 Codex UI 表面
统一主题现在覆盖首页、任务工作区、历史会话、设置、插件、搜索、模型菜单、侧边栏、终端、浮层等已识别界面。Runtime 会拒绝未经验证的新结构,避免在 Codex 更新后静默注入不完整样式。
四个可直接使用的内置主题
未来歌姬、玫瑰星光、山岚云海和冰川极光均包含背景、完整配色、界面素材、预览与来源记录,安装后无需额外下载即可使用。
新功能
- Theme Schema v3: 支持四个建议卡片图标和登录用户头像等界面素材,并保持本地素材校验、哈希和可迁移主题包边界。
- Theme Studio: 提供中英文界面、浅色/深色外观、隔离预览、草稿、不可变版本、撤销/重做、导入/导出、应用和恢复原始皮肤。
- Desktop Runtime: 支持安全启动、切换、暂停、继续和恢复受管理 Codex;控制面仅绑定随机
127.0.0.1端口。 - 跨平台发布: 提供 Windows x64 Setup/便携 ZIP,以及 macOS ARM64/x64 DMG/便携包。
改进
- 更清晰的真实背景: 内置主题降低默认模糊和遮罩,让背景原图更直接地呈现,同时保留个人主题的亮度、模糊和遮罩调节能力。
- 更一致的界面适配: 输入框、建议卡片、历史会话、设置子页、菜单、搜索框、侧边栏和终端等区域共享同一套 surface contract 与主题语义。
- 更可靠的编辑体验: 只有点击“保存版本”才写入版本;同一主题只保留一个草稿,并在加载或覆盖已有草稿前明确询问。
问题修复
- 修复开发模式下重复 CSP nonce 导致 Theme Studio CSS 被浏览器拒绝、页面只显示默认 HTML 样式的问题。
- 修复应用主题后部分输入框出现黑色包围、白色遮罩或文字颜色回退的问题。
- 修复建议卡片、侧边栏、历史会话和设置页面在不同路由下无法持续应用主题的问题。
下载
OpenChatGPTSkin_0.1.0_windows_x64_Setup.exe:Windows 当前用户安装包,不请求管理员权限。OpenChatGPTSkin_0.1.0_windows_x64.zip:Windows 便携包,解压后运行OpenChatGPTSkin.cmd。OpenChatGPTSkin_0.1.0_macos_arm64.dmg:Apple Silicon 未签名预览包。OpenChatGPTSkin_0.1.0_macos_x64.dmg:Intel x64 未签名条件性预览包。OpenChatGPTSkin_0.1.0_macos_arm64.tar.gz与OpenChatGPTSkin_0.1.0_macos_x64.tar.gz:macOS 开发者便携包。checksums.txt:全部六个发布产物的 SHA-256 校验值。
已知限制与安全提示
- Windows 安装包尚未签名,SmartScreen 可能显示警告。只从本项目 GitHub Release 下载并先核对 SHA-256。
- macOS 包尚未使用 Developer ID 签名或公证;请使用标准 Control-click/右键“打开”流程,不要关闭 Gatekeeper 或移除隔离属性。
- macOS 尚未完成真实 Codex 视觉闭环验收;Intel x64 还依赖官方 Codex 提供对应架构。
- Windows ARM64、Linux、自动更新、主题市场和 Codex 插件市场安装不在
0.1.0范围内。 - Codex 更新可能改变内部 UI。Runtime 会安全拒绝未经验证的结构,需要通过兼容性 Probe 和固定页面测试完成适配。
- 手动
workflow_dispatch生成全平台测试产物和诊断,但只有推送匹配版本的 Tag 才会创建 GitHub Release。
English
Release date: July 22, 2026
OpenChatGPTSkin 0.1.0 is the first stable release. It connects visual theme design, shareable theme packages, and application to a real Codex Desktop instance in one workflow. Stable Windows x64 packages and unsigned macOS ARM64/x64 preview packages are included.
Highlights
- Design-to-Codex workflow: Customize colors, backgrounds, fonts, decorations, layout, suggestion-card icons, and the profile avatar in Theme Studio, then save and apply the exact version to managed Codex.
- Broader UI coverage: The shared surface contract themes recognized home, task, history, settings, plugin, search, model-menu, sidebar, terminal, and overlay surfaces.
- Ready-to-use themes: Future Idol, Rose Carpet Star, Mountain Mist, and Glacier Aurora include complete colors, imagery, previews, and provenance records.
New features and improvements
- Theme Schema v3 adds four suggestion-card image slots and a profile-avatar slot while retaining local-only asset validation and hashes.
- Theme Studio supports Chinese and English, light and dark appearances, isolated preview, explicit version saving, undo/redo, import/export, apply, and restore.
- Background defaults now reduce blur and masking so original artwork is clearer, while custom themes retain brightness, blur, and overlay controls.
- Runtime applies one theme model across more Codex routes and safely rejects unverified structures after an upstream UI change.
Fixes
- Fixed duplicate CSP nonce metadata that caused the development Theme Studio to render without CSS.
- Fixed black composer surrounds, white fade overlays, and text-color fallbacks on several routes.
- Fixed theme persistence across suggestion cards, sidebars, history, settings, menus, and search surfaces.
Known limitations
- Windows packages are unsigned and may trigger SmartScreen; verify every download against
checksums.txtusing SHA-256. - macOS packages are unsigned and not notarized. Use the standard Control-click → Open flow and do not disable Gatekeeper.
- macOS real-Codex visual acceptance remains pending, and Intel x64 requires a matching official Codex build.
- Windows ARM64, Linux, automatic updates, a theme marketplace, and Codex plugin-market installation are not included in
0.1.0. - Manual
workflow_dispatchruns build test artifacts and diagnostics for all platforms; only a matching version tag publishes a GitHub Release.
反馈 / Feedback
请通过 GitHub Issues 提交可复现问题或改进建议。
Please use GitHub Issues for reproducible problems and improvement requests.