Skip to content

Commit 95423d8

Browse files
authored
release v1.5.14 (#362)
release v1.5.14
1 parent 69a5a2e commit 95423d8

10 files changed

Lines changed: 17 additions & 8 deletions

File tree

TASK_PROGRESS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Task Progress
22

3+
## Issue #352 fix and v1.5.14 release (2026-08-12)
4+
5+
- [fix merged] PR #360 (`e3787857953998a1916c39b10942ac6c15978a25`) passed exact-head CI run `31558654733`: Static, macOS repository regressions plus universal DMG, Windows PowerShell 7, and Windows PowerShell 5.1 plus Setup.exe. It was squash-merged with the authorized same-owner review bypass at `2026-08-12T03:06:37Z` as `main@69a5a2e4b68174b1c0c70a2fa62adf1aca1eff2a`.
6+
- [release branch] This isolated worktree is `codex/release-v1.5.14` from that exact merge commit. Only the six version sources, two version-bound macOS assertions, both platform changelogs, and this durable progress record are in scope. All six version sources equal `1.5.14`.
7+
- [local gate] Portable Node regressions pass 103/103; runtime asset sync, macOS/Windows payload checks, Node/Bash syntax, version consistency, and `git diff --check` pass. `CODEX_DREAM_SKIN_SKIP_DOCTOR=1 bash macos/tests/run-tests.sh` passes with only the documented full-Xcode XCTest and installed signed Codex Doctor branches skipped.
8+
- [next] Commit and push the version branch, open a Ready PR, require exact-head CI, merge it, then verify the sole Release workflow creates `v1.5.14` from the exact main merge and publishes non-empty DMG, Setup.exe, and `SHA256SUMS.txt`. Only after public asset/checksum verification will #352 receive the customer reply; keep it open pending field confirmation.
9+
310
## Issue #352 Windows one-click cold-session baseline (2026-08-12)
411

512
- [root cause] The reporter's exact `One-click apply requires an existing

macos/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
### 内部
2121

22+
- 同步 v1.5.14 版本号,发布 Windows 一键换肤冷启动会话基线修复(#352#360);macOS 运行时代码相对 v1.5.13 无行为变化。
2223
- 同步 v1.5.13 版本号,发布本轮双端语言与对比度修复,以及 Windows 失败启动外观回滚修复(#351#357)。
2324
- 同步 v1.5.12 版本号,发布菜单栏重组、更新通知与上述修复。
2425
- 仓库根目录补充 `LICENSE` 入口(此前只在 `macos/LICENSE`)(#57)。

macos/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-dream-skin-studio",
3-
"version": "1.5.13",
3+
"version": "1.5.14",
44
"private": true,
55
"type": "module",
66
"scripts": {

macos/scripts/common-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CODEX_APP_JOB_LABEL="com.openai.codex-dream-skin-studio.app"
3030
INJECTOR_JOB_LABEL="com.openai.codex-dream-skin-studio.injector"
3131
EXPECTED_CODEX_TEAM_ID="2DC432GLL2"
3232
EXPECTED_CODEX_REQUIREMENT="anchor apple generic and certificate leaf[subject.OU] = \"$EXPECTED_CODEX_TEAM_ID\""
33-
SKIN_VERSION="1.5.13"
33+
SKIN_VERSION="1.5.14"
3434
DREAM_SKIN_VALIDATED_RUNTIME_PID=""
3535
DREAM_SKIN_VALIDATED_RUNTIME_BUNDLE=""
3636
DREAM_SKIN_VALIDATED_RUNTIME_EXE=""

macos/scripts/injector.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const stableTestidLiteral = (testid) => {
4343
}
4444
return JSON.stringify(`[data-testid="${testid}"]`);
4545
};
46-
const SKIN_VERSION = "1.5.13";
46+
const SKIN_VERSION = "1.5.14";
4747
// .github/workflows/ci.yml's version-consistency check greps this file for a
4848
// literal `const SKIN_VERSION = "...";` line, so the export stays a separate
4949
// statement rather than an inline `export const`.

macos/tests/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ UPDATE_JSON="$({
9999
})"
100100
"$NODE" -e '
101101
const value = JSON.parse(process.argv[1]);
102-
if (value.currentVersion !== "v1.5.13" || value.latestVersion !== "v9.8.7") process.exit(1);
102+
if (value.currentVersion !== "v1.5.14" || value.latestVersion !== "v9.8.7") process.exit(1);
103103
if (!value.updateAvailable) process.exit(1);
104104
if (value.releaseUrl !== "https://github.com/Fei-Away/Codex-Dream-Skin/releases/latest") process.exit(1);
105105
' "$UPDATE_JSON"
@@ -1155,7 +1155,7 @@ CRLF_BACKUP="$TMP/config-crlf-backup.json"
11551155
"$NODE" "$ROOT/scripts/theme-config.mjs" restore "$CRLF_CONFIG" "$CRLF_BACKUP" >/dev/null
11561156
/usr/bin/cmp -s "$CRLF_CONFIG" "$TMP/original-crlf.toml"
11571157

1158-
/usr/bin/env -u HOME /bin/bash -c '. "$1/scripts/common-macos.sh"; [ -n "$HOME" ] && [ "$SKIN_VERSION" = "1.5.13" ]' _ "$ROOT"
1158+
/usr/bin/env -u HOME /bin/bash -c '. "$1/scripts/common-macos.sh"; [ -n "$HOME" ] && [ "$SKIN_VERSION" = "1.5.14" ]' _ "$ROOT"
11591159
if [ "${CODEX_DREAM_SKIN_SKIP_DOCTOR:-0}" = "1" ]; then
11601160
printf 'SKIP: Doctor requires an installed, signed Codex app.\n'
11611161
DOCTOR_RESULT="skipped"

windows/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
### 内部
2525

26+
- 同步 v1.5.14 版本号,发布 Windows 一键换肤冷启动会话基线修复(#352#360)。
2627
- 同步 v1.5.13 版本号,发布本轮双端语言、对比度和 Windows 失败启动外观回滚修复。
2728
- 同步 v1.5.12 版本号,发布上述修复。
2829
- README / SECURITY.md 补充说明换肤期间本机回环 CDP 调试口未做身份验证这一既有安全边界(#18)。

windows/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

windows/scripts/injector.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const stableTestidLiteral = (testid) => {
3939
}
4040
return JSON.stringify(`[data-testid="${testid}"]`);
4141
};
42-
const SKIN_VERSION = "1.5.13";
42+
const SKIN_VERSION = "1.5.14";
4343
// .github/workflows/ci.yml's version-consistency check greps this file for a
4444
// literal `const SKIN_VERSION = "...";` line, so the export stays a separate
4545
// statement rather than an inline `export const`.

0 commit comments

Comments
 (0)