Skip to content

WinSW v3.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtn nxtn released this 28 Jul 01:17
· 126 commits to v3 since this release
1b2365a

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)
    Use聽stop聽w/o options instead.
  • Remove testwait command (#589)
    Use聽test聽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

  • Rework shared directory mapper (#510)
  • Improve exception logging (#581)

馃悰 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)

馃摑 Documentation updates

  • Rename docs for SEO (#406)
  • Revise docs for 3.0.0-alpha.x (#587, #594)