Skip to content

Commit a9cf1b3

Browse files
committed
docs(release): prepare release notes for v0.0.11
1 parent ce5db6f commit a9cf1b3

4 files changed

Lines changed: 95 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,33 @@ 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.11] - 2026-04-01
15+
16+
See [docs/releases/v0.0.11.md](docs/releases/v0.0.11.md) for full notes and [docs/releases/v0.0.11/assets.md](docs/releases/v0.0.11/assets.md) for release asset inventory.
17+
18+
### Changed
19+
20+
- Keep format enforcement out of release preflight.
21+
- Format web git action components.
22+
23+
## [0.0.11] - 2026-04-01
24+
25+
See [docs/releases/v0.0.11.md](docs/releases/v0.0.11.md) for full notes and [docs/releases/v0.0.11/assets.md](docs/releases/v0.0.11/assets.md) for release asset inventory.
26+
27+
### Changed
28+
29+
- Keep format enforcement out of release preflight.
30+
- Format web git action components.
31+
32+
## [0.0.11] - 2026-04-01
33+
34+
See [docs/releases/v0.0.11.md](docs/releases/v0.0.11.md) for full notes and [docs/releases/v0.0.11/assets.md](docs/releases/v0.0.11/assets.md) for release asset inventory.
35+
36+
### Changed
37+
38+
- Keep format enforcement out of release preflight.
39+
- Format web git action components.
40+
1441
## [0.0.10] - 2026-04-01
1542

1643
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.
@@ -273,3 +300,6 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
273300
[0.0.8]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.8
274301
[0.0.9]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.9
275302
[0.0.10]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.10
303+
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11
304+
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11
305+
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11

docs/releases/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Human-readable notes and asset inventories for tagged releases.
44

55
| Version | Notes | Assets |
66
| -------------------- | ------------------------------------------------------------ | ----------------------------- |
7+
| [0.0.11](v0.0.11.md) | Release 0.0.11 with Apple Silicon-only macOS default asset m | [manifest](v0.0.11/assets.md) |
8+
| [0.0.11](v0.0.11.md) | Release 0.0.11 with Apple Silicon-only macOS default asset m | [manifest](v0.0.11/assets.md) |
9+
| [0.0.11](v0.0.11.md) | Release 0.0.11 with Apple Silicon-only macOS default asset m | [manifest](v0.0.11/assets.md) |
710
| [0.0.10](v0.0.10.md) | Release 0.0.10 with desktop packaging matrix updated to Appl | [manifest](v0.0.10/assets.md) |
811
| [0.0.9](v0.0.9.md) | Review fixes, skill dialog polish, and marketing refresh | [manifest](v0.0.9/assets.md) |
912
| [0.0.8](v0.0.8.md) | Skills, localization, attachment flow, and UI hardening | [manifest](v0.0.8/assets.md) |

docs/releases/v0.0.11.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# OK Code v0.0.11
2+
3+
**Date:** 2026-04-01
4+
**Tag:** [`v0.0.11`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.11)
5+
6+
## Summary
7+
8+
Release 0.0.11 with Apple Silicon-only macOS default asset matrix
9+
10+
## Highlights
11+
12+
- **Keep format enforcement out of release preflight.**
13+
- **Format web git action components.**
14+
15+
## Breaking changes
16+
17+
- None.
18+
19+
## Upgrade and install
20+
21+
- **CLI:** `npm install -g okcodes@0.0.11` (after the package is published to npm manually).
22+
- **Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.11). Filenames are listed in [assets.md](v0.0.11/assets.md).
23+
24+
## Known limitations
25+
26+
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.11/assets.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# v0.0.11 — Release assets (manifest)
2+
3+
Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.11`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.11) 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.11.md](../v0.0.11.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.11`).
14+
15+
## Desktop installers and payloads
16+
17+
| Platform | Kind | Typical pattern |
18+
| ------------------- | -------------- | --------------- |
19+
| macOS Apple Silicon | DMG | `*.dmg` (arm64) |
20+
| macOS Intel | DMG | `*.dmg` (x64) |
21+
| macOS | ZIP (updater) | `*.zip` |
22+
| Linux x64 | AppImage | `*.AppImage` |
23+
| Windows x64 | NSIS installer | `*.exe` |
24+
25+
## Electron updater metadata
26+
27+
| File | Purpose |
28+
| ------------------ | --------------------------------------------------------- |
29+
| `latest-mac.yml` | macOS update manifest (merged from per-arch builds in CI) |
30+
| `latest-linux.yml` | Linux update manifest |
31+
| `latest.yml` | Windows update manifest |
32+
| `*.blockmap` | Differential download block maps |
33+
34+
## Checksums
35+
36+
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)