Skip to content

Commit 6542ece

Browse files
committed
docs(release): prepare release notes for v0.0.10
1 parent 282efd6 commit 6542ece

4 files changed

Lines changed: 110 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- CLI npm package name is `okcodes`. Install with `npm install -g okcodes`; the `okcode` binary name is unchanged.
1313

14+
## [0.0.10] - 2026-04-01
15+
16+
See [docs/releases/v0.0.10.md](docs/releases/v0.0.10.md) for full notes and [docs/releases/v0.0.10/assets.md](docs/releases/v0.0.10/assets.md) for release asset inventory.
17+
18+
### Added
19+
20+
- [codex] Add file tree context actions.
21+
- [codex] Add accept-all diff review action.
22+
23+
### Changed
24+
25+
- Replace File View sidebar link with Skills page.
26+
- Redesign marketing site with product-aligned landing page.
27+
- Unify git action flows and reduce sticky thread errors.
28+
- [codex] Use Carbon as default theme.
29+
- Redesign marketing site.
30+
- Replace marketing site with Next starter and refresh home placeholders.
31+
- Polish skill detail dialog layout.
32+
- Polish skill detail dialog and update Discord link.
33+
34+
### Fixed
35+
36+
- Fix marketing Vercel build script resolution.
37+
- Fix marketing Vercel output config.
38+
- Fix diff panel scrolling and polish skill dialogs.
39+
40+
### Removed
41+
42+
- Remove YouTube player.
43+
- [codex] remove midnight clarity theme.
44+
1445
## [0.0.9] - 2026-04-01
1546

1647
See [docs/releases/v0.0.9.md](docs/releases/v0.0.9.md) for full notes and [docs/releases/v0.0.9/assets.md](docs/releases/v0.0.9/assets.md) for release asset inventory.
@@ -241,3 +272,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
241272
[0.0.6]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.6
242273
[0.0.8]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.8
243274
[0.0.9]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.9
275+
[0.0.10]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.10

docs/releases/README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
Human-readable notes and asset inventories for tagged releases.
44

5-
| Version | Notes | Assets |
6-
| ------------------ | ---------------------------------------------------------- | ---------------------------- |
7-
| [0.0.9](v0.0.9.md) | Review fixes, skill dialog polish, and marketing refresh | [manifest](v0.0.9/assets.md) |
8-
| [0.0.8](v0.0.8.md) | Skills, localization, attachment flow, and UI hardening | [manifest](v0.0.8/assets.md) |
9-
| [0.0.7](v0.0.7.md) | Navigation, clone flow, plan checklists, preview presets | [manifest](v0.0.7/assets.md) |
10-
| [0.0.6](v0.0.6.md) | PR + preview polish, env persistence, search, landing page | [manifest](v0.0.6/assets.md) |
11-
| [0.0.5](v0.0.5.md) | Git workflows, PR review, mobile shell | [manifest](v0.0.5/assets.md) |
12-
| [0.0.4](v0.0.4.md) | PR review, desktop preview, release tooling | [manifest](v0.0.4/assets.md) |
13-
| [0.0.3](v0.0.3.md) | Onboarding, code viewer, PRs | [manifest](v0.0.3/assets.md) |
14-
| [0.0.2](v0.0.2.md) | Patch release | [manifest](v0.0.2/assets.md) |
15-
| [0.0.1](v0.0.1.md) | First public tag | [manifest](v0.0.1/assets.md) |
5+
| Version | Notes | Assets |
6+
| -------------------- | ------------------------------------------------------------ | ----------------------------- |
7+
| [0.0.10](v0.0.10.md) | Release 0.0.10 with desktop packaging matrix updated to Appl | [manifest](v0.0.10/assets.md) |
8+
| [0.0.9](v0.0.9.md) | Review fixes, skill dialog polish, and marketing refresh | [manifest](v0.0.9/assets.md) |
9+
| [0.0.8](v0.0.8.md) | Skills, localization, attachment flow, and UI hardening | [manifest](v0.0.8/assets.md) |
10+
| [0.0.7](v0.0.7.md) | Navigation, clone flow, plan checklists, preview presets | [manifest](v0.0.7/assets.md) |
11+
| [0.0.6](v0.0.6.md) | PR + preview polish, env persistence, search, landing page | [manifest](v0.0.6/assets.md) |
12+
| [0.0.5](v0.0.5.md) | Git workflows, PR review, mobile shell | [manifest](v0.0.5/assets.md) |
13+
| [0.0.4](v0.0.4.md) | PR review, desktop preview, release tooling | [manifest](v0.0.4/assets.md) |
14+
| [0.0.3](v0.0.3.md) | Onboarding, code viewer, PRs | [manifest](v0.0.3/assets.md) |
15+
| [0.0.2](v0.0.2.md) | Patch release | [manifest](v0.0.2/assets.md) |
16+
| [0.0.1](v0.0.1.md) | First public tag | [manifest](v0.0.1/assets.md) |
1617

1718
The repository root [CHANGELOG.md](../../CHANGELOG.md) summarizes versions in Keep a Changelog form.
1819

docs/releases/v0.0.10.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# OK Code v0.0.10
2+
3+
**Date:** 2026-04-01
4+
**Tag:** [`v0.0.10`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.10)
5+
6+
## Summary
7+
8+
Release 0.0.10 with desktop packaging matrix updated to Apple Silicon macOS only and expanded non-mac platform coverage.
9+
10+
## Highlights
11+
12+
- **[codex] Add accept-all diff review action.**
13+
- **Fix marketing Vercel output config.**
14+
- **Fix diff panel scrolling and polish skill dialogs.**
15+
- **Redesign marketing site.**
16+
- **Replace marketing site with Next starter and refresh home placeholders.**
17+
- **Polish skill detail dialog layout.**
18+
- **Polish skill detail dialog and update Discord link.**
19+
20+
## Breaking changes
21+
22+
- None.
23+
24+
## Upgrade and install
25+
26+
- **CLI:** `npm install -g okcodes@0.0.10` (after the package is published to npm manually).
27+
- **Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.10). Filenames are listed in [assets.md](v0.0.10/assets.md).
28+
29+
## Known limitations
30+
31+
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.

docs/releases/v0.0.10/assets.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# v0.0.10 — Release assets (manifest)
2+
3+
Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.10`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.10) 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):
6+
7+
| File | Source in repo |
8+
| --------------------------- | ------------------------------------- |
9+
| `okcode-CHANGELOG.md` | [CHANGELOG.md](../../../CHANGELOG.md) |
10+
| `okcode-RELEASE-NOTES.md` | [v0.0.10.md](../v0.0.10.md) |
11+
| `okcode-ASSETS-MANIFEST.md` | This file |
12+
13+
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.10`).
14+
15+
## Desktop installers and payloads
16+
17+
| Platform | Kind | Typical pattern |
18+
| ------------------- | -------------- | --------------- |
19+
| macOS Apple Silicon | DMG | `*.dmg` (arm64) |
20+
| macOS | ZIP (updater) | `*.zip` |
21+
| Linux x64 | AppImage | `*.AppImage` |
22+
| Windows x64 | NSIS installer | `*.exe` |
23+
24+
## Electron updater metadata
25+
26+
| File | Purpose |
27+
| ------------------ | -------------------------------- |
28+
| `latest-mac.yml` | macOS update manifest |
29+
| `latest-linux.yml` | Linux update manifest |
30+
| `latest.yml` | Windows update manifest |
31+
| `*.blockmap` | Differential download block maps |
32+
33+
## Checksums
34+
35+
SHA-256 checksums are not committed here; verify downloads via GitHub's release UI or `gh release download` if you use the GitHub CLI.

0 commit comments

Comments
 (0)