Skip to content

Commit e83e2e5

Browse files
committed
chore: update version to 0.2.1 and document changes in changelog
1 parent 082eb32 commit e83e2e5

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
@@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
### Removed
17+
18+
19+
## [0.2.1] - 2026-05-21
20+
21+
### Added
22+
23+
### Changed
24+
25+
### Fixed
26+
1627
- **Plans panel new-plan composer**: fixed a flexbox collapse where pressing `+` could render only the dashed composer outline while clipping the title input, Markdown editor, and actions. Composer rows now keep their intrinsic height inside the scrollable Plans body, and the title input is focused after opening.
1728

1829
### Removed

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.2.0"
3+
version = "0.2.1"
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.2.0"
3+
version = "0.2.1"
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.2.0",
4+
"version": "0.2.1",
55
"identifier": "com.bitslix.blxcode",
66
"build": {
77
"beforeDevCommand": "node scripts/tauri-before-build.cjs --dev",

0 commit comments

Comments
 (0)