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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ All notable changes to GhostDraw will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v1.0.17
9
+
10
+
### Added
11
+
-**Text Tool**
12
+
- Added a lock-mode-only Text tool (hotkey `T`) with multi-line entry and outside-click commit; text respects brush color/size and stays non-editable after commit.
13
+
- Hardened input safety during text sessions: only activation hotkey, `F1`, and `ESC` remain active; other GhostDraw shortcuts aren’t triggered or suppressed while typing.
14
+
- Integrated text into history/undo/clear and eraser; multi-monitor overlays record committed text with proper overlay IDs.
15
+
16
+
### Changed
17
+
- Help modal now show's tool usage instruction and is re-styled.
18
+
19
+
### Fixed
20
+
- 2 hotkey presses required to activate draw mode after startup.
21
+
- Ghost drawings briefly appearing on re-activations.
0 commit comments