Skip to content

Commit 03a6138

Browse files
committed
docs(release): prepare release notes for v0.0.12
1 parent 91f62e7 commit 03a6138

4 files changed

Lines changed: 81 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ 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.12] - 2026-04-01
15+
16+
See [docs/releases/v0.0.12.md](docs/releases/v0.0.12.md) for full notes and [docs/releases/v0.0.12/assets.md](docs/releases/v0.0.12/assets.md) for release asset inventory.
17+
18+
### Fixed
19+
20+
- Resolve Footer import casing for typecheck.
21+
22+
## [0.0.12] - 2026-04-01
23+
24+
See [docs/releases/v0.0.12.md](docs/releases/v0.0.12.md) for full notes and [docs/releases/v0.0.12/assets.md](docs/releases/v0.0.12/assets.md) for release asset inventory.
25+
26+
### Fixed
27+
28+
- Resolve Footer import casing for typecheck.
29+
1430
## [0.0.11] - 2026-04-01
1531

1632
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.
@@ -303,3 +319,5 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
303319
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11
304320
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11
305321
[0.0.11]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.11
322+
[0.0.12]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.12
323+
[0.0.12]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.12

docs/releases/README.md

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

55
| Version | Notes | Assets |
66
| -------------------- | ------------------------------------------------------------ | ----------------------------- |
7+
| [0.0.12](v0.0.12.md) | Release 0.0.12 with latest preflight fixes and Apple Silicon | [manifest](v0.0.12/assets.md) |
8+
| [0.0.12](v0.0.12.md) | Release 0.0.12 with latest preflight fixes and Apple Silicon | [manifest](v0.0.12/assets.md) |
79
| [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) |
810
| [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) |
911
| [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) |

docs/releases/v0.0.12.md

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# v0.0.12 — Release assets (manifest)
2+
3+
Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.12`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.12) 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.12.md](../v0.0.12.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.12`).
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)