- Features: - increase test coverage - add gitlab runners support - differentiate between py3 and py2 dependencies in setup.py - differentiate between EXECUTION_LOG_ENABLE and EXECUTION_LOG_TO_FILESYSTEM_ENABLE config options i.e. keep memory footprint of RAFCON constant - add memory leak test - Fix race condition in 'call_gui_callback'
0.14.6
Not secure
""""""
- Miscellaneous: - fix buggy pypi upload
0.14.5
""""""
- Bug Fixes: - execution log viewer now works via released script in bin folder
0.14.4
Not secure
""""""
- Features: - :issue_gh:`290` paste state at current mouse position (both via context menu and shortcut) CSuerig - add state at context menu position when using context menu to add states CSuerig
0.14.3
""""""
Maintenance release.
0.14.2
Not secure
""""""
- Features:
- Replace ``SCRIPT_COMPILE_ON_FILESYSTEM_LOAD`` in favor of ``SCRIPT_RECOMPILATION_ON_STATE_EXECUTION``. See the documentation of the configuration for details.
- Bug Fixes:
- :issue_gh:`28` Setting of external editor via dialog does not work - :issue_ghe:`790` gui_config.yaml not saved anymore automatically - Make tests run with pytest-mock>=1.11.2 - Add compatibility with pylint>=2.4 - Positions of panes should be restored correctly - Fix several deprecation warnings
- Miscellaneous:
- do not test Python 3.4 on Jenkins - Coverage test only on ``develop`` and ``master`` branch - prepare for new ``yaml_configuration`` release