Skip to content

Commit 66ffb0e

Browse files
committed
docs: Update CHANGELOG.md to record changes in version 1.1.0
Add support for single instance applications and the ability to manually sign pages Remove the tray notification balloon and improve the signature page UI Clean up unused using statements and optimize stroke smoothness
1 parent 18b5ba0 commit 66ffb0e

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## [1.1.0] - 2025-03-12
8+
9+
### Added
10+
- Single instance application support
11+
- Prevent multiple instances from running simultaneously
12+
- Automatically activate existing window when attempting to launch again
13+
- Works correctly even when minimized to system tray
14+
- Handwritten signature page
15+
- Convert signature to Base64 string
16+
- Adjustable pen size with smooth strokes
17+
- Save signature as image file (PNG, JPEG, BMP, GIF)
18+
19+
### Changed
20+
- Removed balloon tip notification when minimizing to tray
21+
- Signature page UI improvements
22+
- Buttons changed to icon style
23+
- Pen size control repositioned to bottom toolbar
24+
- Default pen size changed to 7
25+
- Removed image preview, showing Base64 string directly
26+
- Home page cards repositioned for better visual centering
27+
28+
### Improved
29+
- Cleaned up unused using statements in MainWindow.xaml.cs
30+
- Better stroke smoothing with FitToCurve enabled
31+
32+
---
33+
734
## [1.0.2] - 2025-03-11
835

936
### Added

0 commit comments

Comments
 (0)