Skip to content

ClearBudget v1.1.1

Choose a tag to compare

@oernster oernster released this 22 May 15:24
· 33 commits to main since this release

Bug Fix

  • Fix: closing login window now exits the application
    Closing the login dialog with the window X button previously left the
    application running invisibly in the background. Because the process still
    held the single-instance mutex, re-launching ClearBudget would show an
    "already running" warning with no way to recover short of Task Manager.