Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down