- chore: officially signed all executables and installers with a trusted SignPath certificate for maximum trust and security
- chore: fix multiple false-positive detections from AV engines (SecureAge, DeepInstinct, and others)
- chore(deps): update dependencies
- feat(core): add max rotations option (#26)
- feat(core): add date-based log rotation (#27)
- feat(desktop): add
Loggingtab for stdout/stderr and logging configuration - feat(setup): add
Add Servy to PATHinstallation option - feat(setup): add custom installation options for advanced users
- fix(core): update
stdout/stderrrotated file naming to include rotation index as extension - fix(security): isolate recovery configuration files (#25)
- fix(desktop): add validation to start, stop, and restart service commands
- fix(desktop): improve validation of number input fields
- fix(setup): grant write access to
%ProgramData%\Servyfor Local Service and Network Service accounts - ci: automate code signing with SignPath and GitHub Actions