Skip to content

Commit 37e8409

Browse files
committed
chore(release): prepare v0.0.19
1 parent 2790046 commit 37e8409

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
All notable changes are documented here by release tag.
44

5+
## v0.0.19 - 2026-06-05
6+
7+
### Highlights
8+
- Refactored ACP support with prompt attachments, permission auto-approval, session resume/close support, usage reporting, and smoother streaming updates.
9+
- Added bracket pair highlighting and restored syntax highlighting around syntax errors, backed by new editor tests.
10+
- Improved Git workflows with cached status updates, deleted-file diff previews, refreshed diff markers, and expanded backend Git tests.
11+
- Optimized editor and search rendering, including scroll performance, Safari caret fixes, and faster search/change updates.
12+
- Upgraded Tree-Sitter WASM assets, major frontend dependencies, GitHub Actions, and the Rust 1.96.0 toolchain.
13+
- Polished agent input/message styling, layout constraints, and mobile panel resize handles.
14+
- Fixed terminal echo test hangs and cleaned up backend warnings and unused code.
15+
16+
### Commits
17+
- `2790046` style(agent): refine ACP input/message styles and update layout panel constraints
18+
- `decf248` Optimize search and git change updates
19+
- `6cd689d` perf: optimize scroll rendering, rename focus methods, and resolve Safari caret bugs
20+
- `79d52c1` perf(git): cache status updates and optimize editor refresh
21+
- `f301257` ci: upgrade github actions to versions targeting Node 24
22+
- `da2a03e` refactor: resolve backend warnings and clean up unused code
23+
- `8087d2a` test(terminal): use cat instead of bash for test_terminal_echo to avoid CI job control hangs
24+
- `d1f4ee9` fix(terminal): fix test_terminal_echo hang by flushing PTY writer and killing child process on loop exit
25+
- `e393b5c` fix(git): support diff preview for deleted files tracked in Git
26+
- `fe76a02` fix(git): update editor original content on git status update to clear diff markers
27+
- `e3436fd` upgrade web-tree-sitter to 0.26.9 and refresh wasm assets
28+
- `b5e19ab` build: upgrade frontend dependencies to latest major versions (xterm v6, dockview v6, diff v9, cpy-cli v7)
29+
- `59832a9` chore: upgrade Rust toolchain to 1.96.0 and cleanup Cargo.toml dependencies
30+
- `996306d` fix: restore syntax highlighting inside/after syntax errors, add tests, configure CI
31+
- `9d21b58` feat(anycode-base): add bracket pair highlighting
32+
- `b9f44ab` feat(layout): optimize panel resize handles for mobile touch devices
33+
- `959e30b` feat: refactor ACP, add prompt attachments, auto-approve permissions and optimize streaming
34+
- `31a8360` refactor renderer dom typing and line-height handling
35+
536
## v0.0.18 - 2026-05-27
637

738
### Commits

anycode-backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

anycode-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anycode"
3-
version = "0.0.18"
3+
version = "0.0.19"
44
edition = "2024"
55

66
[profile.release]

0 commit comments

Comments
 (0)