Skip to content

Commit bb1be49

Browse files
committed
chore: bump version to v0.4.5
Update version across package.json, desktop/package.json, Cargo.toml, and tauri.conf.json. Add v0.4.5 changelog section.
1 parent 1b69077 commit bb1be49

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to DreamCoder will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.5] — 2026-06-25
8+
9+
### Fixed
10+
- `chatStore` message list now capped at 5000 entries to prevent unbounded transcript growth during long-running sessions.
11+
- `sessionService` stream-scanning optimization for `listSessions` reduces peak RSS by ~82% on machines with many sessions.
12+
- Terminal runtime now emits xterm memory diagnostics to aid future performance investigations.
13+
14+
### Added
15+
- New benchmark scripts: `mem-compare.ps1` and `mem-monitor.ps1` for sidecar memory profiling.
16+
- New documentation: TROUBLESHOOTING guide (bilingual), ENVIRONMENT_TESTING matrix, language-switch links across all bilingual docs.
17+
18+
### Changed
19+
- Repository history rebuilt on a clean orphan baseline (`clean-master`) — all legacy branding ancestry removed.
20+
- Bilingual README and contributor docs polished with clearer product-oriented language.
21+
- E2E scripts unified to DreamCoder branding (removed all legacy `cc-haha` references).
22+
- GitHub default branch switched from `master` to `clean-master`.
23+
724
## [0.4.0] — 2026-06-13
825

926
### Added

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dreamcoder-desktop",
33
"private": false,
44
"description": "DreamCoder — AI Coding Agent Desktop App",
5-
"version": "0.4.0",
5+
"version": "0.4.5",
66
"author": "GoDiao",
77
"license": "MIT",
88
"type": "module",

desktop/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 = "dreamcoder-desktop"
3-
version = "0.4.0"
3+
version = "0.4.5"
44
edition = "2021"
55

66
[lib]

desktop/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://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
33
"productName": "DreamCoder",
4-
"version": "0.4.0",
4+
"version": "0.4.5",
55
"identifier": "com.dreamcoder.desktop",
66
"build": {
77
"frontendDist": "../dist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dreamcoder",
3-
"version": "0.4.0",
3+
"version": "0.4.5",
44
"private": true,
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)