Skip to content

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:02
57406de

2.0.4 - 2026-07-08

Added

  • Debug mode accessible by tapping the version badge 5 times, showing live network request logs and error details in the popover.
  • Universal binary (arm64 + x86_64) build with automated DMG packaging via scripts/package-release.sh.
  • CI workflow that automatically builds and attaches the DMG to GitHub releases on every v* tag push.
  • Error account cards now show a debug badge and expanded error info when debug mode is active.

Fixed

  • NSImage concurrency safety warning under Swift 6 strict concurrency checking on CI.
  • Refresh guard now logs when skipped due to an in-progress refresh (visible in debug mode).

Changed

  • Release CI uses gh release create instead of gh release upload to handle fresh tag-triggered runs.