Skip to content

Releases: AnsCodeLab/DBServersManager

v1.0.3

Choose a tag to compare

@AnsCodeLab AnsCodeLab released this 03 May 05:35
  • Prompt to relaunch as Administrator on startup if not elevated
  • Show persistent warning in status bar when running without admin rights
  • Fix access-denied error showing raw 'computer .' message instead of friendly prompt
  • Add Quit button to header

v1.0.2

Choose a tag to compare

@AnsCodeLab AnsCodeLab released this 29 Apr 08:07

Fix status bar showing incorrect author name — now displays AnsCodeLab.

v1.0.1

Choose a tag to compare

@AnsCodeLab AnsCodeLab released this 17 Apr 06:18

Fix crash when a second instance exits.\n\nRoot cause: was called in even when this process did not own the mutex (i.e. it was the duplicate instance that lost the single-instance check). This threw and terminated the process with an unhandled exception.\n\nFix: track mutex ownership via and only release when owned.

v1.0

Choose a tag to compare

@AnsCodeLab AnsCodeLab released this 02 Apr 16:13

Highlights

  • Initial public release of DB Servers Manager.
  • Windows WPF desktop app for discovering and managing local database services.

Features

  • Scan Windows services for known database engines.
  • Start / Stop / Restart individual database services.
  • Bulk Start/Stop operations by engine type.
  • Search, filter, sorting, and grouping in the UI.
  • System tray support with single-instance behavior.
  • Installer packaging via Inno Setup.

Run

  • Build with dotnet build
  • Run with dotnet run from the project folder

Notes