EventGhost Versions Save

EventGhost is an advanced, yet easy-to-use extensible automation tool for Windows.

v0.5.0-rc6

5 years ago

Enhancements:

  • [PowerDVD] switch from WindowMatcher to ctypes, PEP8 formatting #339 (GruberMarkus)

Fixed bugs:

v0.5.0-rc5

5 years ago

Enhancements:

  • Add Event before the loading of the plugins. #277 (kdschlosser)
  • Trigger event Windows.User.USERNAME on EventGhost start #278 (kdschlosser)
  • Additional options for EventGhost.TriggerEvent (inspired by cobraman44) #279 (kdschlosser)
  • Appicon selection #283 (topic2k)
  • Enhancements to the output in the loglist (colours, icons) #285 (kdschlosser)
  • Add expand/collapse to toolbar, menu and context menu (config tree). #288 (topic2k)
  • NamedPipe.py: Add simultaneous connections #290 (kdschlosser)
  • Bring EG to front if it's only hidden behind other windows #292 (topic2k)
  • add an option to show date in log (requested by Snowbird) #302 (topic2k)
  • Fixes getting the default user language from the OS #325 (kdschlosser)
  • [PowerDVD] Update to work with newer PowerDVD versions (v12+) #330 (GruberMarkus)

Fixed bugs:

Other changes:

v0.5.0-rc4

6 years ago

Enhancements:

  • Changes XmlIdLink to eg.GUID (see comment for more info) #264 (kdschlosser) (see note below)

Fixed bugs:

  • SoundMixer: Fixes traceback when using the Primary Sound Driver #255 (kdschlosser)
  • NamedPipe: Fixes traceback if returned item is not able to be evaluated #256 (kdschlosser)
  • Fixes restart not working from the file dropdown menu #257 (kdschlosser)
  • SoundMixer: Fixes lag when setting the relative volume #258 (kdschlosser)
  • EventThread: Fixes -event not working from cli if there is no EG running #261 (kdschlosser)
  • [System] Fix Monitor On action not functioning properly in Windows > 8 #262 (kdschlosser)
  • CLI: fix bug when showing message on -netsend failure #263 (topic2k)

Other changes:


The use of XmlId made it difficult to share code that used 'Enable/Disable Action' or 'Exlusive Enable' (and others). Now with the use of GUID's this hurdle is gone.

To turn it on you would open the add plugin dialog and left click once in the upper right hand corner of the dialog (client area) and then click once in the lower left hand corner of the dialog (client area). There is a 20x20 pixel target for each of the spots so the chance of someone doing this accidentally is probably not going to happen. But in the event it does, a message box asking if you want to enable or disable it pops up.

Warning: This process cannot be undone, so make a backup copy of your config tree before enabling it.

v0.5.0-rc3

6 years ago

Enhancements:

  • Document all command line options #235 (per1234)
  • Add Named pipe support to solve the problem with elevations #240 (kdschlosser)
  • eg.WinApi: Functions to get information about logged in user #254 (kdschlosser)

Fixed bugs:

  • MainMessageReceiver: Fixes broken clipboard chain in windows 10 (reported by saue0) #227 (kdschlosser)
  • [SchedulGhost] update plugin to 0.1.18 #238 (topic2k)
  • Fixes incorrect checking of powerbroadcast notification message #241 (kdschlosser)
  • [Broadcaster] Fixes depreciation warning from asyncore.dispatcher #242 (kdschlosser)
  • [USBUIRT] Fixes learn ir dialog not closing #243 (kdschlosser)
  • [MCERemoteVista] Upgrades MCERemoteVista to version 1.4 #244 (kdschlosser)
  • [System] fix GetMasterVolume (move use of VistaVolEvents to eg.WinApi.SoundMixer) #246 (kdschlosser)
  • NamedPipe: Fixes possible endless loop if -restart is used at the CLI #247 (kdschlosser)
  • Typo - Text.py, Fixes typo in save dialog #250 (kdschlosser)
  • Moves initialization of python paths to the first thing that EG does #253 (kdschlosser)

Other changes:

  • Remove wiki content from documentation #234 (per1234)

v0.5.0-rc2

7 years ago

Fixed bugs:

  • Fixes incorrect replacement usage of IsVista() and IsXP() #221 (kdschlosser)

v0.5.0-rc1

7 years ago

Important changes for plugin developers:

  • Add class for windows version checking #210 (topic2k)

Enhancements:

Fixed bugs:

  • Fixes log being scrolled to the top after restored from tray icon #199 (kdschlosser)
  • [System] Adds Windows XP support and moves the registering of the GUID's to the main thread #204 (kdschlosser)
  • Fixes exit not working from system tray icon when minimized #207 (kdschlosser)
  • Fixes incorrect reporting of windows version #211 (kdschlosser)
  • [EventGhost] (PythonScript) Fixes PrintError traceback #219 (kdschlosser)
  • [ProcessWatcher] Fixes thread not closing properly #220 (kdschlosser)

Other changes:

  • [System] Removes disabling of widgets if extension not in %PATHEXT% #189 (kdschlosser)

v0.5.0-beta6

7 years ago

Enhancements:

  • PluginInstall: added backup, GUID check, better user notification, pretty print the info.py #137 (kdschlosser)
  • Ask to delete config data of plugin if uninstalled #140 (kdschlosser)
  • Add checking for hidden or system files on plugin import/export #146 (kdschlosser)
  • Add the Widget Inspection Tool to the Help menu. #153 (topic2k)
  • [System] PowerBroadcastNotifier, Adds additional notifications #175 (kdschlosser)

Fixed bugs:

  • Not being able to restore from a minimized state if tray icon is not shown and empty log #145 (kdschlosser)
  • Fix for empty Logctrl after restoring from tray (fixes #138) #149 (topic2k)
  • [Speech] Fix wxGridSizer error when adding action #155 (per1234)
  • Avoid duplicate GUIDs of tree Items on copy/paste #161 (kdschlosser)
  • Add six to included modules (fixes #169) #171 (topic2k)
  • [System] MonitorPowerOn not working in Windows 8 & 10 #174 (kdschlosser)
  • Add module for patching pywin32 #177 (kdschlosser)
  • [Speech] nearly complete rewrite of the plugin #179 (topic2k)
  • Dialog gets stuck if a traceback occurs during it's creation. #184 (kdschlosser)
  • [eg.SpinNumCtrl] Re-add workaround for traceback if min value > 0 #188 (kdschlosser)
  • Removes accidentally added SetMin() from SpinNumCtrl #192 (kdschlosser)
  • WinUsbWrapper.dll broken in 0.5 builds #195 (kdschlosser)

Other changes:

  • [System] Allow multiple quoted arguments in calls to CMD via /S #150 (edemaine)
  • [Remote Event Mapper] Fix rendering of reStructuredText in description #170 (per1234)
  • Change "Search our issue tracker" link to also show closed issues and PRs #173 (per1234)

v0.5.0-beta5

7 years ago

Enhancements:

Fixed bugs:

v0.5.0-beta4

7 years ago

Enhancements:

  • Register restart handler for easy crash recovery #103 (blackwind)

Fixed bugs:

  • Make automatic log scrolling work at all window sizes #98 (blackwind)
  • Make plugin export work for non-English users #101 (blackwind)
  • Prevent traceback in PyCrust when a plugin imports its own modules #102 (blackwind)
  • Open plugin installer even if program isn't running #104 (blackwind)
  • [Window] Prevent random traceback on Grab Text Item(s) action #105 (blackwind)

v0.5.0-beta3

7 years ago

Fixed bugs:

  • Catch errors when adding a plugin #92 (topic2k)
  • Gracefully handle all possible plugin load errors #94 (blackwind)
  • Continue setup only if user data can be backed up #95 (blackwind)