You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
6
6
---
7
7
8
+
## [1.4.1] - 2026-05-16
9
+
10
+
### Changed
11
+
12
+
#### Reliability and Diagnostics
13
+
14
+
-**Startup fallback hardened** — app boot now falls back to the main window render path when Tauri window label metadata is unavailable during early initialization, reducing black-screen startup failures seen after 1.2.0 upgrades
15
+
-**Persisted state safety guards** — settings and dashboard layout stores now tolerate malformed legacy localStorage payloads and fall back to defaults instead of breaking initial render
16
+
-**Unified file logging pipeline** — backend runtime logs and frontend `console` / unhandled error events now flow into persistent on-disk logs for post-mortem troubleshooting
17
+
-**Settings quick access to logs** — the About section now includes a one-click action to open the app log folder directly in the system file manager
18
+
19
+
### Fixed
20
+
21
+
- Fixed an issue where some upgraded environments could open to a black screen and appear unresponsive
22
+
- Fixed missing persistent diagnostics for startup/runtime failures by writing both frontend and backend logs to file
0 commit comments