Skip to content

Commit 9bde0bc

Browse files
committed
docs: prepare v0.0.7 release notes
1 parent 7bf81de commit 9bde0bc

4 files changed

Lines changed: 100 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,36 @@ 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.7] - 2026-03-31
15+
16+
See [docs/releases/v0.0.7.md](docs/releases/v0.0.7.md) for full notes and [docs/releases/v0.0.7/assets.md](docs/releases/v0.0.7/assets.md) for release asset inventory.
17+
18+
### Added
19+
20+
- Add a command palette for project and thread switching.
21+
- Add GitHub clone flow from repository URLs.
22+
- Add checklist views for proposed plans.
23+
- Add browser viewport presets to the preview panel.
24+
- Add skill CRUD and slash-command support.
25+
- Add `rec` command option mapping for review replies.
26+
27+
### Changed
28+
29+
- Refresh UI fonts and theme presets.
30+
- Improve PR panel accessibility and keyboard shortcuts.
31+
- Reorganize conflict intake UI and expandable summaries.
32+
- Fallback to available git branches when creating new worktrees.
33+
- Collapse consecutive work entries in the timeline.
34+
- Polish sidebar project add-row styling and workspace search filters.
35+
36+
### Fixed
37+
38+
- Harden selection highlight styling for accessibility and contrast compatibility.
39+
40+
### Removed
41+
42+
- None.
43+
1444
## [0.0.6] - 2026-03-28
1545

1646
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.
@@ -151,5 +181,6 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
151181
[0.0.3]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.3
152182
[0.0.2]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.2
153183
[0.0.1]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.1
184+
[0.0.7]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.7
154185
[0.0.5]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.5
155186
[0.0.6]: https://github.com/OpenKnots/okcode/releases/tag/v0.0.6

docs/releases/README.md

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

55
| Version | Notes | Assets |
66
| ------------------ | ---------------------------------------------------------- | ---------------------------- |
7+
| [0.0.7](v0.0.7.md) | Navigation, clone flow, plan checklists, preview presets | [manifest](v0.0.7/assets.md) |
78
| [0.0.6](v0.0.6.md) | PR + preview polish, env persistence, search, landing page | [manifest](v0.0.6/assets.md) |
89
| [0.0.5](v0.0.5.md) | Git workflows, PR review, mobile shell | [manifest](v0.0.5/assets.md) |
910
| [0.0.4](v0.0.4.md) | PR review, desktop preview, release tooling | [manifest](v0.0.4/assets.md) |

docs/releases/v0.0.7.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# OK Code v0.0.7
2+
3+
**Date:** 2026-03-31
4+
**Tag:** [`v0.0.7`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.7)
5+
6+
## Summary
7+
8+
OK Code v0.0.7 focuses on faster navigation, stronger workspace setup, and better day-to-day ergonomics across the web UI, preview panel, and release tooling.
9+
10+
## Highlights
11+
12+
- **Add a command palette for project and thread switching.**
13+
- **Add GitHub clone flow from repository URLs.**
14+
- **Add checklist views for proposed plans.**
15+
- **Add browser viewport presets to the preview panel.**
16+
- **Refresh UI fonts and theme presets.**
17+
- **Improve PR panel accessibility and keyboard shortcuts.**
18+
- **Reorganize conflict intake UI and expandable summaries.**
19+
- **Fallback to available git branches when creating new worktrees.**
20+
21+
## Breaking changes
22+
23+
- None.
24+
25+
## Upgrade and install
26+
27+
- **CLI:** `npm install -g okcodes@0.0.7` (after the package is published to npm manually).
28+
- **Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.7). Filenames are listed in [assets.md](v0.0.7/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.

docs/releases/v0.0.7/assets.md

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