You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
## Release Notes
2
2
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.
0 commit comments