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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
### Fixed
10
+
- Unified `Close` behavior: toolbar `Close` and `File -> Close` now use the same close-to-empty flow (no implicit auto-open of another file).
11
+
- Empty-buffer flow: after closing to `Untitled (unsaved)`, typing now creates a working document state so `Save` works reliably (opens `Save As` when needed).
12
+
- Window title in empty draft state now shows `Untitled (unsaved)` consistently and tracks draft dirty state.
13
+
14
+
### Changed
15
+
- Settings editor now supports rectangular selection (`Alt+drag`, with `Ctrl+Shift+drag` fallback where OS intercepts `Alt` drag).
0 commit comments