Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Mar 16:43
· 6 commits to main since this release

πŸ›Έ Atlas v0.2.2 β€” File Logging, Session Tracing & Tray Fix

Persistent logs, clear session boundaries, and a smoother settings experience.

What's new

  • πŸ“ Persistent file logging β€” all log output is now saved to disk, so you can review what happened even after closing the app
  • πŸ“ Auto-rotation β€” log file is automatically trimmed at 5 MB, keeping the last ~1 MB of recent context
  • πŸ”– Session banners β€” each request is wrapped in clear SESSION START / SESSION END markers for easy tracing
  • πŸ“„ "Open Log File" button β€” jump straight to the log file from Settings β†’ General
  • πŸ”’ Tray icon fix β€” clicking the tray icon while Settings is open no longer collapses the main window
  • πŸ“ Folder naming β€” internal userData folders now follow Chromium naming conventions (capitalized)

Full changelog

See CHANGELOG for a detailed list of all added and changed items.

⚠️ Windows only. macOS & Linux support is planned.