Check out the v3 branch for the latest documentation.
See the migration guide for how to migrate your XML configuration to 3.x.
🚨 Removed
- Remove
/redirect
option (#413) - Remove
<stopparentprocessfirst>
setting (#487) - Merge
<domain>
and<user>
into<username>
(#556) - Stop supporting .NET Framework 2.0/4.0 (#579)
- Remove
stopwait
command (#589)
Usestop
w/o options instead. - Remove
testwait
command (#589)
Usetest
w/o options instead. - Remove
/p
option (#589)
Use<prompt>
or--username
/--password
instead. - Remove
<waithint>
(#602) - Remove
<sleeptime>
(#602)
🎉 New features
- Support user principal name (#556)
- Allow prompting for credentials (#557)
- New command-line interface (#589)
- Add
prestart
/poststart
/prestop
/poststop
settings (#595) - Add
refresh
command (#607)
🚀 Enhancements
🐛 Bug fixes
- Fix the stop logic (#426)
- Fix missing wrapper logs (#485)
- Fix process termination (#487)
- Remove dependencies on WMI (#555, #567)
- Check start time of possible child processes (#584)
- Fix service termination (#597)
- Catch all exceptions (#598)
- Disable undocumented argument concatenation (#603)
📦 Packaging changes
- Publish self-contained archives (#421)