Skip to content

Commit 0b94fce

Browse files
committed
bump: v1.6.4
1 parent 2f4394d commit 0b94fce

6 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/release-notes/v1.6.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## ✨ Highlights
2+
3+
- **macOS Tahoe** — fixed the position of the window controls (the red/yellow/green buttons) on macOS 26.
4+
5+
---

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/hk-core", "crates/hk-cli", "crates/hk-desktop", "crates/hk-we
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.6.3"
6+
version = "1.6.4"
77
edition = "2024"
88
license = "Apache-2.0"
99

crates/hk-desktop/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "HarnessKit",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"identifier": "com.harnesskit.app",
55
"build": {
66
"frontendDist": "../../dist",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "harnesskit-frontend",
33
"private": true,
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"description": "Cross-platform extension management for AI coding agents",
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)