You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## 0.7.0.1 - 2026-07-22
4
+
5
+
- Fixed one cross-host Codex task appearing twice when a new Windows or Mac thread transitioned from its temporary renderer ID to its stable rollout ID.
6
+
- Remember resolved temporary thread aliases across later task selections and relay reconnects so mirrored tasks remain de-duplicated.
7
+
- Preserve the available title and context usage from either host when the rollout owner temporarily publishes incomplete renderer metadata.
8
+
- Reserve `Not assigned` for genuinely empty agent slots; assigned titleless threads now use `New chat` while their native title is pending.
9
+
- Keep a neutral context ring visible until a new thread publishes its first token-count event.
10
+
- Added bidirectional Windows-to-Mac and Mac-to-Windows regression coverage for task identity, title fallback, selection changes, and reconnects.
11
+
3
12
## 0.7.0 - 2026-07-21
4
13
5
14
- Added a source-distributed native SwiftUI iPhone companion that merges authenticated Mac and Windows snapshots while leaving the Stream Deck plugin independent.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,11 @@ npm run audit:release
178
178
179
179
`npm run release:prepare` creates a versioned local release-candidate directory with the plugin package, Windows launcher ZIP, and SHA-256 checksums. The macOS ZIP must be created on macOS with `scripts/package-macos-release.sh` so executable bits survive; pass that ZIP to `scripts/prepare-release.ps1 -MacArchivePath ...`.
180
180
181
+
For a four-component Stream Deck hotfix version, set
182
+
`CODEX_DECK_RELEASE_VERSION=0.7.0.1` while running the macOS packager and pass
183
+
`-ReleaseVersion 0.7.0.1` to `prepare-release.ps1`. The npm package keeps its
184
+
SemVer-compatible prerelease form.
185
+
181
186
Nothing is published automatically. See [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments