Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 13:16
· 201 commits to main since this release

Fixes

  • Fix a bug where confirming a duplicate resolution failed to close the Add Downloads window, misleading users into thinking the download didn't start.
  • Fix keyboard shortcut collision that caused the main window to intercept Enter/Escape keys when the duplicate resolution sheet was open.
  • Fix UI freeze when checking release notes for an update by parsing HTML asynchronously on a background thread.
  • Improve Sparkle changelog formatting by converting HTML tags to clean Markdown instead of stripping them into an unreadable block of text.
  • Change the internal Process xxxxx status message to a cleaner Starting... message when queueing a new download.
  • Fix EXC_BREAKPOINT crash on app launch in production builds by prioritizing Bundle.main over Bundle.module when accessing resources.