Skip to content

v1.9.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:22
· 22 commits to main since this release

BUG FIXES:

  • gui: closing the app on Linux no longer crashes with an unhandled
    TaskCanceledException. Avalonia's DBus teardown could race dispatcher
    shutdown (AvaloniaUI/Avalonia#19523); the shared DBus connection is now
    disposed on the UI thread as soon as the application lifetime returns,
    before process teardown can race it.