Skip to content

AvaDM v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 16:16
· 18 commits to master since this release

v1.1.0

New

  • Single-instance enforcement. Launching AvaDM while it's already running no longer opens a second instance — the new launch detects the running one (via an exclusive lock file + named pipe handoff, not a named Mutex, which proved
    unreliable for this on Linux), signals it, and exits. The already-running instance is brought to the front and shows a toast confirming it's already open.
  • GitHub button in Settings — quick link to the project's GitHub repo from the Settings page.