Skip to content

Releases: takama/daemon

Version v1.0.0

23 Jul 22:22
Compare
Choose a tag to compare
  • A major version was released
  • Added support for LaunchAgents on macOS (thanks @itskingori)

Version 0.11.0

03 Apr 11:48
Compare
Choose a tag to compare
  • Use APIs from golang.org/x/sys/windows instead of sc cli command (thanks @neverland4u)
  • Add Executable interface to implement service control (thanks @neverland4u)

Version 0.10.3

17 Mar 05:33
Compare
Choose a tag to compare

Version 0.10.2

09 Mar 19:13
Compare
Choose a tag to compare
  • Fixed using of install arguments in windows release. Thanks AlgorathDev

Version 0.10.0

09 Mar 18:47
Compare
Choose a tag to compare
  • Used os.Executable() for go1.8+

Version 0.9.3

29 Oct 06:49
Compare
Choose a tag to compare
  • Added cron job example (thanks Maximus)

Version 0.9.1

06 Sep 11:10
Compare
Choose a tag to compare

Version 0.9.0

30 Jul 12:21
Compare
Choose a tag to compare
  • Changed restart logic in systemd (thanks okamura)

Version 0.8.6

18 Apr 04:23
Compare
Choose a tag to compare
  • fixed removing a service without confirmation on windows systems (thanks @1for)
  • fixed some typos

Version 0.8.1

01 Dec 15:05
Compare
Choose a tag to compare
  • Fixed subsystem checking logic ( thanks @maxxant )