0.5.0-beta4 (2016-09-14)
Enhancements:
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:
- Migrate from
PIL
toPillow
#27 (blackwind) - Upgrade to
wxPython
3.0 #35 (topic2k) - Deprecate
eg.revision
, remove previously deprecated items #50 (blackwind) - Parse documents starting with "<md>" as Markdown #59 (blackwind)
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: