Skip to content

Commit b6a70cf

Browse files
committed
chore(release): prepare v0.0.18
1 parent 5992830 commit b6a70cf

3 files changed

Lines changed: 65 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
All notable changes are documented here by release tag.
4+
5+
## v0.0.18 - 2026-05-27
6+
7+
### Commits
8+
- `5992830` feat: add word highlighting
9+
10+
## v0.0.17 - 2026-05-26
11+
12+
### Commits
13+
- `af1729b` chore(release): bump backend version to 0.0.17
14+
- `5959476` refactor: implement git staging/unstaging and fix status updates
15+
- `6247a69` tmp commit
16+
- `e00c340` fix: allow active folders to toggle when clicked
17+
- `0cf54ee` refactor(backend): modularize runtime wiring and harden git change propagation
18+
- `e8a0723` fix(git): emit changes:update immediately after commit to refresh diff state
19+
- `285d225` fix watcher sync for cached files and gate lsp sync
20+
- `d26e6de` feat: add code folding support via Tree-sitter queries
21+
- `9c051ce` fix: start terminal IDs from 1 instead of 2
22+
- `863e014` style: disable text selection on tab labels
23+
- `ff6c7a7` feat: add tab reordering via drag and drop and fix ghost snap-back animation
24+
- `b850486` style: adjust diff gap gutter button padding
25+
- `5e96dff` feat(toolbar): implement pin/unpin tab functionality with localStorage persistence
26+
- `ec1ce58` Move file tree folder loading into hook
27+
- `124efd3` Add tab context menu and switch terminal tabs to id-based selection
28+
- `6376862` Improve file tree and tab activation sync
29+
30+
## v0.0.16 - 2026-05-23
31+
32+
### Commits
33+
- `d38ba58` Optimize agent/editor UI updates and simplify runnable initialization
34+
- `5162334` Fix backend autosave and LSP notification errors
35+
- `75ca040` Release v0.0.16
36+
- `3fe1b83` Polish agent command styling
37+
- `cc21d2a` Remove autosave config lock from editor hot path
38+
39+
## v0.0.15 - 2026-05-22
40+
41+
### Commits
42+
- `0732954` Fix ARM64 release cross build context
43+
- `5300c6c` Release v0.0.15
44+
- `f1fadc6` Polish agent scrolling, search focus, and themed panels
45+
- `3aed4a6` feat: add anycode theme cloned from vesper with #242424 background and set as default
46+
- `d839e62` Add theming system and stabilize editor workflows
47+
- `9a7187b` Fix selection rendering in focused diff mode
48+
- `fd1ac68` feat: optimize diff computation, fix diff renderer separators, and fix backend compilation
49+
- `167c654` refactor(base): rewrite diff computation logic using line-by-line diffing and cleanup debug logs
50+
- `286cf51` refactor(diff): add syntax-highlighted ghost rows and streamline renderer flow
51+
- `b41978c` refactor(acp/editor/ui): remove runtime ACP permission mode switch and stabilize diff/editor behavior
52+
- `b01b034` Refactor diff mode flow and include original content on file open
53+
- `9e6a966` Fix layout save noise and ignore .zed
54+
- `dde49ed` fix(editor): clear stale editor when closing last tab
55+
- `c17a85d` feat(diff): add diff view modes and focused context rendering
56+
- `0e7934c` fix(diff): include EOF ghost rows in focused diff rendering
57+
- `2bdfc69` chore: sync pending workspace changes
58+
- `4e66202` fix(acp): merge consecutive error messages
59+
60+
## v0.0.14 - 2026-05-09
61+
62+
### Commit at tag
63+
- `620fb30` Improve search actions UX and fast navigation focus

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.17"
3+
version = "0.0.18"
44
edition = "2024"
55

66
[profile.release]

0 commit comments

Comments
 (0)