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
- Screenshot hotkey (`Ctrl+S`) now correctly detects Control key by tracking both left (VK_LCONTROL) and right (VK_RCONTROL) control keys instead of generic VK_CONTROL
23
+
- Thread safety improvements with volatile field for update nesting level
24
+
25
+
## v1.0.6
26
+
27
+
### Added
16
28
-**Eraser Tool** - Remove drawing objects underneath the cursor
17
29
- Press `E` to activate Eraser tool
18
30
- Click and drag to erase drawings interactively
@@ -26,15 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
38
- Enhanced tool interface consistency
27
39
28
40
### Fixed
29
-
- Screenshot hotkey (`Ctrl+S`) now correctly detects Control key by tracking both left (VK_LCONTROL) and right (VK_RCONTROL) control keys instead of generic VK_CONTROL
30
41
- Ambiguous reference errors caused by both WPF (`System.Windows`) and WinForms (`System.Drawing`) being enabled
31
42
- LineTool's `OnDeactivated` method now properly resets state without calling non-existent method
32
43
- Build errors related to namespace conflicts in drawing tool implementations
33
44
34
-
### Changed
35
-
- Snipping tool (`S` key) now properly exits drawing mode to allow user interaction
36
-
- User must manually reactivate drawing mode after using snipping tool (press hotkey)
0 commit comments