We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4503105 commit 65604e1Copy full SHA for 65604e1
1 file changed
CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
5
---
6
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
24
## [1.0.1] - 2025-03-10
25
26
### Added
0 commit comments