Skip to content

Commit 6fa5977

Browse files
committed
chore: release v0.2.0
1 parent aa87f23 commit 6fa5977

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
19+
## [0.2.0] - 2026-05-21
20+
21+
### Added
22+
1223
- **Interactive setup scripts**: platform-specific post-clone setup helpers under `scripts/setup/` for Linux, macOS and Windows. They install/check Rust, `wasm32-unknown-unknown`, Trunk, Tauri CLI, Node/npm frontend assets, OS-native Tauri dependencies, and optional verification/bundle builds.
1324
- **Native release script counterparts**: PowerShell and Command Prompt release entrypoints (`scripts/release.ps1`, `scripts/release.cmd`, `scripts/release-windows.*`) plus a macOS launcher (`scripts/release-macos.sh`). The PowerShell modules under `scripts/release/*.ps1` mirror the Bash release pipeline for version bumps, CHANGELOG finalization, Tauri builds, artifact discovery, and GitHub uploads.
1425
- **BetterHarness — slim system prompt + Core Skills**: extracted all per-tool documentation from the system prompt into 6 embedded Core Skill files (`file-access`, `memory`, `plans`, `tasks`, `rules-skills`, `harness`). System prompt shrunk from ~470 to ~240 lines; tool docs are served lazily via `skills_read`. New `SkillSourceKind::Core` variant; `list_skills` prepends always-present core skills, `read_skill` serves embedded content, `remove_skill` rejects core names. Skills tab gets Core / User sub-tabs (Install hidden in Core view).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blxcode-ui"
3-
version = "0.1.14"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blxcode"
3-
version = "0.1.14"
3+
version = "0.2.0"
44
description = "Local-first desktop workbench for AI coding agents, terminals, memory, tasks, and an embedded browser."
55
authors = ["BLXCode contributors"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "BLXCode",
4-
"version": "0.1.14",
4+
"version": "0.2.0",
55
"identifier": "com.bitslix.blxcode",
66
"build": {
77
"beforeDevCommand": "node scripts/tauri-before-build.cjs --dev",

0 commit comments

Comments
 (0)