Skip to content

Commit 49a653b

Browse files
sinelawclaude
andcommitted
Update release notes for v0.1.13
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c4cbbbb commit 49a653b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

RELEASE_NOTES.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
## Release Notes
22

3-
### v0.1.12 (Unreleased)
3+
### v0.1.13 (Unreleased)
4+
5+
#### Features
6+
7+
* **Git Gutter Plugin**: Shows git diff indicators in the gutter for lines changed vs HEAD:
8+
- │ (green): Added line
9+
- │ (yellow): Modified line
10+
- ▾ (red): Deleted line(s) below
11+
12+
* **Buffer Modified Plugin**: Shows unsaved changes with │ (blue) indicators for lines modified since last save.
13+
14+
* **Line Indicator System**: New plugin API for gutter indicators with automatic position tracking. Indicators use byte-position markers that shift automatically when text is inserted/deleted. Priority system allows multiple indicator types to coexist (diagnostics > git > buffer modified).
15+
16+
#### Bug Fixes
17+
18+
* **Save As Undo History**: Fixed undo history being cleared after Save As due to auto-revert triggered by file watcher detecting the newly created file.
19+
20+
---
21+
22+
### v0.1.12
423

524
#### Features
625

0 commit comments

Comments
 (0)