Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 5.42 KB

CHANGELOG.md

File metadata and controls

64 lines (44 loc) · 5.42 KB

0.5.0-beta4 (2016-09-14)

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)

0.5.0-beta3 (2016-08-16)

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)

0.5.0-beta2 (2016-08-14)

Fixed bugs:

  • Show update notification for new releases only #81 (blackwind)
  • Change directory to eg.configDir only if it exists #86 (blackwind)
  • Prevent hang on system resume when eg.app.Restart() is called #87 (blackwind)

0.5.0-beta1 (2016-08-12)

Important changes for plugin developers:

Enhancements:

  • Upgrade to Python 2.7 #8 (topic2k)
  • Search for modules in [python-install]\Lib\site-packages and %PYTHONPATH% #20 (blackwind)
  • Preserve view settings when switching versions #21 (blackwind)
  • Restore changelog panel in about dialog #22 (blackwind)
  • Refresh environment variables automatically or via action #24 (blackwind)
  • Add File > Restart menuitem #32 (blackwind)
  • Add hotkeys to most menuitems #33 (blackwind)
  • Support wildcard patterns in event bindings #46 (blackwind)
  • Calculate "Python Script" indent size from script #48 (blackwind)
  • Replay events via log control's context menu #49 (blackwind)
  • Restore automatic and manual update checking #51 (topic2k)
  • Add option to hide system tray icon #62 (blackwind)
  • Disable log scrolling automatically when not at bottom #64 (blackwind)
  • Integrate useful debug menu functionality into core #67 (blackwind)

Fixed bugs:

  • [Lirc] Prevent an exception if no device is connected #29 (topic2k)
  • [MceRemote_Vista] Prevent an exception if no device is connected #30 (topic2k)
  • [Speech] Prevent an infinite loop on configuration reload #54 (blackwind)