Skip to content

TimeLens v1.4.1

Choose a tag to compare

@github-actions github-actions released this 16 May 00:42

Changed

Reliability and Diagnostics

  • 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
  • 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
  • Unified file logging pipeline — backend runtime logs and frontend console / unhandled error events now flow into persistent on-disk logs for post-mortem troubleshooting
  • 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

Fixed

  • Fixed an issue where some upgraded environments could open to a black screen and appear unresponsive
  • Fixed missing persistent diagnostics for startup/runtime failures by writing both frontend and backend logs to file

🚩 macOS 无签名运行说明

首次打开如遇“无法验证开发者”或“已损坏”提示,请右键 App → 打开,或在终端执行:

xattr -dr com.apple.quarantine /Applications/TimeLens.app

如仍无法运行,请在“系统设置 → 隐私与安全性”中允许此 App。