Skip to content

Commit 132af83

Browse files
committed
release: prepare v0.26.6
1 parent 108f37e commit 132af83

14 files changed

Lines changed: 217 additions & 13 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.26.6] - 2026-05-11
11+
12+
See [docs/releases/v0.26.6.md](docs/releases/v0.26.6.md) for full notes and [docs/releases/v0.26.6/assets.md](docs/releases/v0.26.6/assets.md) for release asset inventory.
13+
14+
### Changed
15+
16+
- Publish CLI after GitHub release.
17+
1018
## [0.26.5] - 2026-05-11
1119

1220
See [docs/releases/v0.26.5.md](docs/releases/v0.26.5.md) for full notes and [docs/releases/v0.26.5/assets.md](docs/releases/v0.26.5/assets.md) for release asset inventory.
@@ -920,3 +928,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
920928
[0.26.2]: https://github.com/OpenKnots/okcode/releases/tag/v0.26.2
921929
[0.26.3]: https://github.com/OpenKnots/okcode/releases/tag/v0.26.3
922930
[0.26.5]: https://github.com/OpenKnots/okcode/releases/tag/v0.26.5
931+
[0.26.6]: https://github.com/OpenKnots/okcode/releases/tag/v0.26.6

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okcode/desktop",
3-
"version": "0.26.5",
3+
"version": "0.26.6",
44
"private": true,
55
"main": "dist-electron/main.js",
66
"scripts": {

apps/mobile/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 1
11-
versionName "0.26.5"
11+
versionName "0.26.6"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

apps/mobile/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"$(inherited)",
307307
"@executable_path/Frameworks",
308308
);
309-
MARKETING_VERSION = 0.26.5;
309+
MARKETING_VERSION = 0.26.6;
310310
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
311311
PRODUCT_BUNDLE_IDENTIFIER = com.openknots.okcode.mobile;
312312
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -331,7 +331,7 @@
331331
"$(inherited)",
332332
"@executable_path/Frameworks",
333333
);
334-
MARKETING_VERSION = 0.26.5;
334+
MARKETING_VERSION = 0.26.6;
335335
PRODUCT_BUNDLE_IDENTIFIER = com.openknots.okcode.mobile;
336336
PRODUCT_NAME = "$(TARGET_NAME)";
337337
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okcode/mobile",
3-
"version": "0.26.5",
3+
"version": "0.26.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "okcodes",
3-
"version": "0.26.5",
3+
"version": "0.26.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okcode/web",
3-
"version": "0.26.5",
3+
"version": "0.26.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Use this directory for versioned release notes and asset manifests only:
99

1010
| Version | Summary | Assets |
1111
| -------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------- |
12+
| [0.26.6](v0.26.6.md) | Browser preview tabs now open beside chat, and GitHub Releas | [manifest](v0.26.6/assets.md) |
1213
| [0.26.5](v0.26.5.md) | Browser preview tabs now open beside chat with the side pane | [manifest](v0.26.5/assets.md) |
1314
| [0.26.4](v0.26.4.md) | Out-of-memory session recovery and CLI release hardening | [manifest](v0.26.4/assets.md) |
1415
| [0.26.3](v0.26.3.md) | Release with 2 new feature(s) | [manifest](v0.26.3/assets.md) |

docs/releases/v0.26.6.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# OK Code v0.26.6
2+
3+
**Date:** 2026-05-11
4+
**Tag:** [`v0.26.6`](https://github.com/OpenKnots/okcode/releases/tag/v0.26.6)
5+
6+
## Summary
7+
8+
Browser preview tabs now open beside chat, and GitHub Release no longer waits on CLI publish.
9+
10+
## Highlights
11+
12+
- **Publish CLI after GitHub release.**
13+
14+
## Breaking changes
15+
16+
- None.
17+
18+
## Upgrade and install
19+
20+
- **CLI:** `npm install -g okcodes@0.26.6` once the desktop/CLI release workflow finishes.
21+
- **Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.26.6). Filenames are listed in [assets.md](v0.26.6/assets.md).
22+
- **iOS:** Available via TestFlight after the separate Release iOS workflow is dispatched for the matching release tag/ref.
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.
27+
28+
## Release operations
29+
30+
- Review the [asset manifest](v0.26.6/assets.md) to confirm every expected GitHub Release attachment is present.
31+
- Use the [rollout checklist](v0.26.6/rollout-checklist.md) to walk the desktop/CLI release plus the separate iOS TestFlight dispatch through post-release verification.
32+
- Use the [soak test plan](v0.26.6/soak-test-plan.md) to validate the highest-risk surfaces after the tag is live.

0 commit comments

Comments
 (0)