Skip to content

Releases: Jamesits/SvcGuest

v1.0.3.1

08 Dec 11:47
Compare
Choose a tag to compare
  • Workaround for #3

v1.0.3.0

15 Oct 07:28
Compare
Choose a tag to compare
  • rewrite execution engine
  • more unit tests
  • -D option to run units in foreground - great for debugging

v1.0.2.7

15 Oct 03:27
Compare
Choose a tag to compare

Fixed ExecStart* sequence mismatch with systemd

v1.0.2.6

15 Oct 00:17
Compare
Choose a tag to compare

Fix:

  1. a bug when any of the Exec* lines is missing, the service will fail
  2. a bug stopping the service be set to start status

All user at v1.0.2.x are recommended to upgrade.

v1.0.2.5

13 Oct 14:26
Compare
Choose a tag to compare

Fixed a bug when absolute path to pwd has space in it, default installation won't work.

All users at v1.0.2.4 are recommended to upgrade.

v1.0.2.4

24 Sep 07:49
Compare
Choose a tag to compare
  • Supports RemainAfterExit

v1.0.2.3-build2

23 Sep 06:10
e804603
Compare
Choose a tag to compare

Nothing changed on code; build artifacts from Azure DevOps.

v1.0.2.3

17 Sep 01:04
Compare
Choose a tag to compare
  • Fixed an crash when launched without arguments and no default.service in program directory.

v1.0.2.2

16 Sep 15:12
Compare
Choose a tag to compare
v1.0.2.2 Pre-release
Pre-release
  • Warn user if they have insufficient privileges
  • Now if no arguments are provided, the program will scan for all units in program directory and asks the user if they want to install them

v1.0.2.1

16 Sep 13:11
Compare
Choose a tag to compare
v1.0.2.1 Pre-release
Pre-release
  • fixed bug when a impersonation helper process is being shut down, its child processes may not be notified to shut down.