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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ 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
8
9
+
## v1.0.8
10
+
11
+
### Added
12
+
-**Rectangle Tool** - Draw rectangles by clicking two points
13
+
- Press `U` to activate Rectangle tool
14
+
- First click sets one corner, second click finalizes the rectangle
15
+
- Live preview updates as you move the mouse
16
+
- Respects current color and thickness settings
17
+
- Custom rectangle cursor with corner markers
18
+
- Supports right-click color cycling and mouse wheel thickness adjustment
19
+
- Works seamlessly with Eraser tool
20
+
9
21
## v1.0.7
10
22
11
23
### Added
@@ -22,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
34
- 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
35
- Thread safety improvements with volatile field for update nesting level
24
36
37
+
### Changed
38
+
- Snipping tool (`S` key) now properly exits drawing mode to allow user interaction
39
+
- User must manually reactivate drawing mode after using snipping tool (press hotkey)
0 commit comments