fix(tauri): exit app on close and grant ipc permissions & update changelog

This commit is contained in:
Psychotoxical
2026-03-09 19:35:25 +01:00
parent 7cc90e2ab7
commit 1cf71f51b5
4 changed files with 21 additions and 3 deletions
+5
View File
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.1] - Beta Hotfix
### Fixed
- **App Termination Bug**: Fixed an issue where the application would hang in the background when the close button was clicked due to default Tauri tray icon handling. The `exit_app` event is now correctly triggered.
## [0.1.0] - Initial Release
### Added