Releases: AnsCodeLab/DBServersManager
Releases · AnsCodeLab/DBServersManager
Release list
v1.0.3
- 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
Fix status bar showing incorrect author name — now displays AnsCodeLab.
v1.0.1
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
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
- Target framework: .NET 8 (Windows)
- Repository: https://github.com/annguyen209/DBServersManager