Skip to content

Next major release

Choose a tag to compare

@Skycoder42 Skycoder42 released this 07 Mar 22:05

Changelog:

  • Service project templates now create install rules for service files
  • verifyCommand now includes the application path in the arguments
  • Terminals now handle EOF properly
  • Allow overwriting the name of a service when using service controls
  • Added restart command
  • Improve internal handling of service creation by name
  • Add methods to disable services via service controls that support it (android, launchd, windows)
  • Reworked how blocking/nonblocking controls are handeled
  • Code modernizations, e.g. class enums
  • Backends
    • Improved android stop behaviour to prevent use-after-free bugs
    • Improve systemd service by using DBus for communication
    • Allow explicit setting of user/system mode for systemd services

Important: This is a major release, which meanse you have to recompile your applications againts this new version! Binary compability is not kept this time.