From bbe44543b1205241dec0b29364ffdf0e01a76954 Mon Sep 17 00:00:00 2001 From: j4rviscmd Date: Sun, 10 May 2026 22:32:20 +0900 Subject: [PATCH] chore: release v0.22.2 Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 13 +++++++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6258c5..c66b1220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2] - 2026-05-10 + +### Fixed + +- Resolve TDZ error and hostname typo in ExtHost WebSocket server (#515) +- Strip UNC path prefix from resource_dir extensions path for Bun compatibility + +### Changed + +- Replace Rust WebSocket relay with direct Bun WS server for ExtHost IPC (#513) +- Cache product.json augmentation to skip redundant I/O on ExtHost spawn (#512) +- Move ExtHost initialization to LifecyclePhase.Starting (#511) + ## [0.22.1] - 2026-05-10 ### Fixed diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 68ff350d..a65a3633 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json", "productName": "VS Codeee", "mainBinaryName": "codeee", - "version": "0.22.1", + "version": "0.22.2", "identifier": "com.vscodeee.app", "build": { "frontendDist": "../out",