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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- CLI npm package name is `okcodes`. Install with `npm install -g okcodes`; the `okcode` binary name is unchanged.
13
13
14
+
## [0.0.6] - 2026-03-28
15
+
16
+
See [docs/releases/v0.0.6.md](docs/releases/v0.0.6.md) for full notes and [docs/releases/v0.0.6/assets.md](docs/releases/v0.0.6/assets.md) for release asset inventory.
17
+
18
+
### Added
19
+
20
+
- Add PR-specific actions to the git menu.
21
+
- Add preview navigation, favorites, and encrypted environment persistence.
22
+
- Add workspace search filters and CamelCase ranking.
23
+
- Add YouTube player drawer with playlist slots.
24
+
25
+
### Changed
26
+
27
+
- Rework the OK Code landing page and simplify workspace search.
28
+
- Redesign the plan sidebar and follow-up banner.
29
+
- Restructure the PR review workspace layout.
30
+
- Improve merge conflict guidance and error UX.
31
+
- Require mac signing/notarization secrets during release builds.
32
+
33
+
### Fixed
34
+
35
+
- Harden git status fallback handling.
36
+
- Fix right-panel exclusivity with preview open.
37
+
- Resolve the encrypted env var merge-conflict path for current mainline.
38
+
39
+
### Removed
40
+
41
+
- Remove alpha branding from production surfaces.
42
+
- Remove unsupported Spotify volume slider.
43
+
14
44
## [0.0.5] - 2026-03-28
15
45
16
46
See [docs/releases/v0.0.5.md](docs/releases/v0.0.5.md) for full notes and [docs/releases/v0.0.5/assets.md](docs/releases/v0.0.5/assets.md) for release asset inventory.
@@ -122,3 +152,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
OK Code v0.0.6 sharpens the core workspace with a redesigned landing page, stronger PR review and merge-conflict UX, preview navigation and encrypted environment persistence, new git/PR actions, and better search and planning flows.
9
+
10
+
## Highlights
11
+
12
+
-**Add PR-specific actions to the git menu.**
13
+
-**Add preview navigation, favorites, and encrypted environment persistence.**
14
+
-**Add workspace search filters and CamelCase ranking.**
15
+
-**Rework the OK Code landing page and simplify workspace search.**
16
+
-**Redesign the plan sidebar and follow-up banner.**
17
+
-**Restructure the PR review workspace layout.**
18
+
-**Improve merge conflict guidance and error UX.**
19
+
-**Require signed + notarized macOS release prerequisites.**
20
+
21
+
## Breaking changes
22
+
23
+
- None.
24
+
25
+
## Upgrade and install
26
+
27
+
-**CLI:**`npm install -g okcodes@0.0.6` (after the package is published to npm manually).
28
+
-**Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.6). Filenames are listed in [assets.md](v0.0.6/assets.md).
29
+
30
+
## Known limitations
31
+
32
+
OK Code remains early work in progress. Expect rough edges around session recovery, streaming edge cases, and platform-specific desktop behavior. Report issues on GitHub.
Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.6`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.6) by the [Release Desktop workflow](../../.github/workflows/release.yml).
4
+
5
+
The GitHub Release also includes **documentation attachments** (same content as in-repo, stable filenames for download):
After the workflow completes, expect **installer and updater** artifacts similar to the following (exact names may include the product name `OK Code` and version `0.0.6`).
0 commit comments