feat(cli): Automatically restart running NUPST service after configuration changes in interactive setup

This commit is contained in:
2025-03-25 13:26:27 +00:00
parent 4ad383884c
commit ae8219acf7
3 changed files with 48 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-25 - 2.5.0 - feat(cli)
Automatically restart running NUPST service after configuration changes in interactive setup
- Added restartServiceIfRunning() to check and restart the service if it's active.
- Invoked the restart function post-setup to apply configuration changes immediately.
## 2025-03-25 - 2.4.8 - fix(installer)
Improve Git dependency handling and repository cloning in install.sh