Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Screenshots captured from a real Codex session are never published, preventing a

Download the following from the [latest release](https://github.com/CHOCK1337/Codex-RIRU-Moonroom-Skin/releases/latest):

- `CodexDreamSkin-Setup-v1.6.0.exe` for the complete Windows UI, update guardian, performance profile, and companion.
- `CodexDreamSkin-Setup-v1.6.1.exe` for compatibility with the current Codex shell plus the complete Windows UI, update guardian, performance profile, and companion.
- `RIRU-Moonroom-v1.2.0.zip` for the portable wallpaper, theme tokens, and Safe CSS.
- `RIRU-Moonpup-v2.zip` for a manual companion-only install.
- `SHA256SUMS.txt` for integrity verification.

This personal fan build has no commercial code-signing certificate, so Setup is unsigned. Download it only from this repository's release and verify `SHA256SUMS.txt` first.

The theme ZIP contains only the portable theme. Use Setup v1.6.0 or install the repository source for the complete Windows presentation, companion, and update guardian.
The theme ZIP contains only the portable theme. Use Setup v1.6.1 or install the repository source for the complete Windows presentation, companion, and update guardian.

## Full Windows install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@

从 [Latest Release](https://github.com/CHOCK1337/Codex-RIRU-Moonroom-Skin/releases/latest) 下载:

- `CodexDreamSkin-Setup-v1.6.0.exe`:完整 Windows 安装包,包含 UI、更新守护、性能优化和 RIRU 宠物。
- `CodexDreamSkin-Setup-v1.6.1.exe`:完整 Windows 安装包,包含新版 Codex 外壳兼容、UI、更新守护、性能优化和 RIRU 宠物。
- `RIRU-Moonroom-v1.2.0.zip`:可导入的便携主题包,包含同人壁纸、颜色和 Safe CSS。
- `RIRU-Moonpup-v2.zip`:只含生成宠物图集、manifest 和权利说明的手动安装包。
- `SHA256SUMS.txt`:下载校验文件。

这是个人同人构建,没有商业代码签名证书,因此 Setup 会显示为未签名;请只从本仓库 Release 下载并先核对 `SHA256SUMS.txt`。

主题 ZIP 适合已经安装 Codex Dream Skin `1.5.9` 或更高版本的用户。要获得完整 Windows UI、宠物与更新守护,请使用 `1.6.0` 安装包或本仓库源码;单独导入主题 ZIP 只会带入壁纸、主题颜色和 Safe CSS。
主题 ZIP 适合已经安装 Codex Dream Skin `1.5.9` 或更高版本的用户。要获得完整 Windows UI、宠物与更新守护,请使用 `1.6.1` 安装包或本仓库源码;单独导入主题 ZIP 只会带入壁纸、主题颜色和 Safe CSS。

## Windows 完整安装

Expand Down
25 changes: 25 additions & 0 deletions docs/release-notes/riru-v1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# RIRU · MOONROOM v1.2.1

这是一次 Windows 兼容性热修复。RIRU 壁纸和 Moonpup 宠物素材没有变化。

## 修复

- 适配 Codex `26.730.8199.0` 的新版应用外壳。
- 主表面同时识别旧版 `main-surface` 类名与新版 `data-app-shell-main-surface` 稳定属性。
- 标题栏同时识别旧版 `app-header-tint` 类名与新版 `data-app-shell-header-edge-scroll` 稳定属性。
- 启动验证、背景 CSS、任务氛围层和运行时分类使用同一份兼容选择器,避免注入后被误判失败并回滚到官方外观。

## 安装包

- `CodexDreamSkin-Setup-v1.6.1.exe`:完整 Windows 体验与本次兼容修复。
- `RIRU-Moonroom-v1.2.0.zip`:未变化的便携主题。
- `RIRU-Moonpup-v2.zip`:未变化的宠物包。
- `SHA256SUMS.txt`:发布文件的 SHA-256。

Setup 是未签名的个人同人构建;请只使用本仓库 Release,并在运行前核对 SHA-256。

## 验证边界

- 回归测试覆盖旧版类名和 Codex 26.730+ 的稳定属性选择器。
- Windows 全量测试、双端 payload 同步检查与 renderer 性能基准会在发布前执行。
- 公开仓库不包含真实 Codex 会话截图、账号名称、会话标题、本机路径或对话内容。
2 changes: 1 addition & 1 deletion linux/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion linux/scripts/common-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd -P)"
INJECTOR="$SCRIPT_DIR/injector.mjs"
SKIN_VERSION="1.6.0"
SKIN_VERSION="1.6.1"
INSTALL_ROOT="$HOME/.codex/codex-dream-skin-linux"
STATE_ROOT="${XDG_STATE_HOME:-$HOME/.local/state}/CodexDreamSkin"
THEME_DIR="$STATE_ROOT/theme"
Expand Down
2 changes: 1 addition & 1 deletion linux/scripts/injector.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const stableTestidLiteral = (testid) => {
}
return JSON.stringify(`[data-testid="${testid}"]`);
};
const SKIN_VERSION = "1.6.0";
const SKIN_VERSION = "1.6.1";
const INTERNET_ANGEL_EXTENSION_THEME_IDS = new Set([
"preset-internet-angel",
"preset-internet-angel-default",
Expand Down
4 changes: 4 additions & 0 deletions macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.1 — 2026-08-06

- 同步 Codex `26.730.8199.0` 的稳定 `data-app-shell-*` 选择器与背景 CSS 兼容层;旧版类名继续受支持。

## 1.6.0 — 2026-08-05

### 更新
Expand Down
2 changes: 1 addition & 1 deletion macos/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
Loading