Skip to content

Releases: basildane/WakeOnLAN

2.12.4

05 May 18:47
2.12.4
07dbe86
Compare
Choose a tag to compare
  • Improved validation in Properties panel, during copy/paste operations
  • Fixed some French translation mistakes

2.12.2

05 Dec 23:26
2.12.2
bc233ac
Compare
Choose a tag to compare
  • Fix bug in data updater after program upgrade
  • Fix bug in autoupdate code related to skipping a version

2.12.0

22 Oct 14:09
2.12.0
2a429af
Compare
Choose a tag to compare

Features

  • Security enhancement. Upgraded project to DotNET 4.6. Eliminated TLS 1.0 from the update checker.
  • New remote desktop features. Double-click a machine to connect to RDP, or Putty, or http web interface.
  • The default action for double-clicking a machine is to start a remote session.

Release Notes

  • The remote-desktop feature has been rewritten and improved significantly. If you had any custom settings configured in Properties -> Control -> Command, they will have to be reentered.
  • The user id and password for scheduled tasks will need to be reentered.

2.11.22

23 May 13:39
Compare
Choose a tag to compare
  • Added -agent option to command line
    wakeonlanc -w -mac 00:00:00:00:00:00 -agent 192.168.0.8
  • Fix bug: legacy shutdown could fail if password contains special characters

2.11.20

15 Dec 15:40
Compare
Choose a tag to compare
  • Added "trace log" function
  • Added "message" function
  • Fixed IPv6 / IPv4 display mixup

2.11.18

15 Jul 22:28
Compare
Choose a tag to compare
  • Added -pw command line option

This is used to change the passwords for machines.
Example:
wakeonlanc -pw "new password" -m MyComputer

You can also use the -g option to change a whole group, or the -all option to change all machines to the same password. The optional -p parameter to specify a database in a different location.

  • fix broken dependencies in reportviewer (print function)
  • added Debug Log form
  • fix crash when starting for first time on clean build of Windows 10
  • fix problem with flapping hosts
  • code signing now SHA256 only, SHA1 signatures are depreciated

2.11.17 Beta 30

03 Jul 16:04
Compare
Choose a tag to compare
2.11.17 Beta 30 Pre-release
Pre-release
  • fix broken dependencies in reportviewer (print function)
  • added Debug Log form
  • fix crash when starting for first time on clean build of Windows 10
  • fix problem with flapping hosts
  • code signing now SHA256 only, SHA1 signatures are depreciated

2.11.16 Beta 11

15 Apr 00:50
Compare
Choose a tag to compare
2.11.16 Beta 11 Pre-release
Pre-release
  • Added -pw command line option

This is used to change the passwords for machines.
Example:
wakeonlanc -pw "new password" -m MyComputer

You can also use the -g option to change a whole group, or the -all option to change all machines to the same password. The optional -p parameter to specify a database in a different location.

2.11.16 Beta 10

14 Apr 20:43
Compare
Choose a tag to compare
2.11.16 Beta 10 Pre-release
Pre-release

This beta had a mistake in the compile. See beta 11.

2.11.16

01 Apr 17:01
Compare
Choose a tag to compare
  • Setting were not saved if program closed unexpectedly
  • Saved passwords in task scheduler failed if they contained international character sets
  • Security of stored passwords improved. Now using AES encryption engine.