Skip to content

Releases: TWC-Software/DaemonMaster

0.2.15.0

23 Oct 17:58
Compare
Choose a tag to compare

What's Changed

  • Moved to .NET Framework 4.7.2
  • French translations have now been largely improved (thanks to @stuffi3000) #27
  • Working directory support for the process #25
  • Internal restructuring for the switch to .NET 8 and a new UI

Planned changes

DaemonMaster will probably switch to .NET 8 with a new UI and thus discontinue support for many older Windows versions.
The old .NET Framework based branch will than be renamed to "classic" and will continue to be supplied with updates.
No new functions are expected to be added after the transition. However, it is not yet clear when this will happen.

Alpha 0.2.12.0 (HOTFIX)

04 Oct 13:55
Compare
Choose a tag to compare

Changelog:

  • Fixed bug with username/password textbox
  • Fixed a memory leak
  • Small internal changes

Known problems:

  • French translation is not finished yet

Alpha 0.2.11.0

02 Oct 11:31
Compare
Choose a tag to compare

Changelog:

  • Added Read-Only mode for running services
  • Added skip update function
  • Added an option to disable the auto updater (can be found in: settings.config)
  • Fixed a bug in the search system that prevented DM services from being displayed
  • Fixed a bug that prevented a service from being edited (happens only if a dependent service/group gets deleted)

Known problems:

  • French translation is not finished yet

Alpha 0.2.10.0

03 Mar 19:31
a77e714
Compare
Choose a tag to compare

Changelog:

  • Remove of automatic prefixing the service name with "DaemonMaster_" due to a internal change of the detection for DM services (#17)
  • Remove residual files on definitive uninstall (#18)
  • Added support for "Virtual Accounts" (access rights must be specified, as always for custom users, manually)(#19)
  • Disabled file logging and added option to enable logging to the event log manager
  • Allow the copy of service/username if the field is disabled
  • The argument/description field now resize now automatically
  • Fixed auto uninstall of all services on definitive uninstall
  • Fixed bug in filter
  • Remove unnecessary dialog boxes
  • Do not display an error message on the automatic update search when starting the app (only manual searches display now one)
  • Performance tweaks (also in the service)
  • Fixed minor bugs (as always xD)

Known problems:

  • French translation is not finished yet

Alpha 0.2.9.0

08 Sep 10:08
0eadd4b
Compare
Choose a tag to compare

Changelog:

  • Added RDP support when starting a service in a user session
  • Changed cmd line interface, so that not all parameters must be specified when editing a service
  • Fixed a bug that allows to start a service in a user session, when a custom user is specified
  • Fixed minor bugs (as always xD)

Known problems:

  • French translation is not finished yet

Alpha 0.2.8.0

19 May 17:00
1312f3c
Compare
Choose a tag to compare

Changelog:

  • Added .bat support
  • Fixed a bug that prevents the loading of the saved arguments in registry
  • Fixed minor bugs (as always xD)

Known problems:

  • French translation is not finished yet
  • When using the edit mode of the cmd line, you must specify all parameters or they get set to their default values
  • The source code for this release is not up-to-date (I created the release before I have pushed the commit xD)

Alpha 0.2.7.0

22 Apr 10:10
d00f47d
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug in the auto checking of the right to start as service
  • Removed password checking in DM (Windows can do this), this change allow to start services with custom users that have set no password (must be allowed in windows policy, !!! NOT RECOMMENDED !!!) (Issue: #15 )
  • Updated NLog / Newtonsoft.Json
  • Fixed bugs (as always xD)

Known problems:

  • French translation is not finished yet
  • When using the edit mode of the cmd line, you must specify all parameters or they get set to their default values

Alpha 0.2.6.0

18 Mar 20:14
f93f05e
Compare
Choose a tag to compare

Changelog:

  • Added load order group
  • Added process priority
  • Added first experimental version of the command line interface ("DaemonMasterService.exe help" for more infos)
  • Fixed a bug with older windows versions
  • New searching algorithm of services that are from DaemonMaster (can be enabled in config file now, old system is default)
  • Massive internal changes
  • Updated NLog / Newtonsoft.Json
  • Switched to Advanced Installer to save some time (thanks to them)
  • Fixed bugs (as always xD)

Known problems:

  • French translation is not finished yet
  • Auto checking the right to start as service (only needed when using custom user) is broken, so you must set this right manually
  • When using the edit mode of the cmd line, you must specify all parameters or they get set to their default values
  • Not enough time (xDDDD)

Alpha 0.2.5.0

16 Sep 11:01
cd20c73
Compare
Choose a tag to compare

Changelog:

  • Re-enabled custom user system (should work now, but it doesn't show the UI0Detetct window if you use it)

  • Fixed a bug that prevent the showing of the process PID
  • New searching algorithm of services that are from DaemonMaster
  • Updated NLog / Newtonsoft.Json
  • Fixed bugs (as always xD)

Known problems:

  • French translation is not finished yet
  • Don't change the installation folder or all your services disappear (these are still be there, but DaemonMaster don't show them anymore + these services can't start due to the changed path of the DaemonMasterService.exe)

Alpha 0.2.3.0

04 Aug 14:50
4f3d862
Compare
Choose a tag to compare

Changelog:

- Windows Vista/Server 2008 (not Server 2008 R2) support has been dropped

  • In Windows 10 1803 or higher it is not longer possible to go into session0 desktop
  • In Windows 10 1803 you no longer get the message to start UI0Detect service or to set the registry key
  • Implementation of a new update mechanism
  • Should also work on Windows Server installations now (tested on Windows Server 2016)
  • Fixed a bug that prevented to set the NoInteractiveServices registry key correctly
  • Fixed minor bugs

Known problems:

  • French translation not finished yet
  • The source code is not up-to-date (I created the release before I have pushed the commit xD)