Release version 0.2.4

Prevent repeated application launches by using a local single-instance control channel. A second process forwards a show command to the already running instance and exits.

Bump the application version to 0.2.4 and update README artifact examples plus docs/CHANGELOG.md.
This commit is contained in:
mixeme
2026-06-16 08:01:42 +03:00
parent e8e0060063
commit c1bd8c952c
4 changed files with 67 additions and 8 deletions
+5
View File
@@ -2,6 +2,11 @@
All notable PySentry changes are recorded in this file.
## 0.2.4 - 2026-06-16
- Prevented repeated application launches by forwarding a second start attempt to the already running instance.
- A second instance now asks the first instance to show and focus the existing window, then exits.
## 0.2.3 - 2026-06-15
- Changed History to use chronological ordering with new records appended at the bottom.