HotkeyAutomation Changelog

What's new in HotkeyAutomation 1.12.0.0

Feb 11, 2023
  • Home Assistant servers are now pinged every 3 seconds in an attempt to keep the network interface active; I've had issues with slow responses on some raspberry pi devices that don't have other activities going on.

New in HotkeyAutomation 1.11.0.0 (Jan 1, 2023)

  • Added Http POST effect type with user-configurable Content-Type string and POST Body string.
  • Added hotkey checkbox "Dbl". If checked, hotkey effects will only be executed if the button is pressed twice within a 1-second period. This is a simple way to reduce accidental actions. Affects physical keyboard presses and the "Execute Hotkey Effects" button in the web GUI.

New in HotkeyAutomation 1.9.0.2 (Dec 20, 2022)

  • The web interface should now perform proper cache-busting after an update when loading the javascript bundle.js file.

New in HotkeyAutomation 1.8 (Oct 24, 2021)

  • Automatically load home assistant server data upon app start.

New in HotkeyAutomation 1.7 (Sep 3, 2021)

  • Added the ability to control lights and switches via HomeAssistant.
  • Application now targets .NET Framework 4.6.2.

New in HotkeyAutomation 1.6.1 (Aug 21, 2021)

  • Web server is slightly more robust when the computer's IP addresses change.

New in HotkeyAutomation 1.6 (Aug 21, 2021)

  • Added System tab to web interface, allowing configuration to be uploaded and downloaded remotely.

New in HotkeyAutomation 1.5 (Mar 28, 2021)

  • Fixed failure at startup to read Vera configuration if any Vera controllers are configured.
  • CTRL + C now explicitly exits the application if the shell doesn't intercept the key sequence and kill the application for you.

New in HotkeyAutomation 1.4 (Oct 24, 2020)

  • Up to 16 hotkey effects per hotkey are now executed in parallel.

New in HotkeyAutomation 1.3.2.0 (Oct 12, 2020)

  • Fixed bug where "HttpGet" effects also included a label in the GUI saying it was an unsupported effect type.
  • Fixed script error spam in console due to async data loading.

New in HotkeyAutomation 1.3.0.1 (Nov 19, 2019)

  • Added a button to manually execute hotkey effects from the web interface.