Skip to content

Commit 65604e1

Browse files
committed
docs: Update CHANGELOG.md to record changes in version 1.0.2
Added support for single-instance applications, fixed the issue with tray icon display, and cleaned up useless references
1 parent 4503105 commit 65604e1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## [1.0.2] - 2025-03-11
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+
15+
### Fixed
16+
- Balloon tip icon not displaying when minimized to tray
17+
- Changed from system icon to application icon for better visibility
18+
19+
### Improved
20+
- Cleaned up unused using statements in MainWindow.xaml.cs
21+
22+
---
23+
724
## [1.0.1] - 2025-03-10
825

926
### Added

0 commit comments

Comments
 (0)