""""""
- Features:
- Global variables can now be typed, see :issue_ghe:`Feature 81<81>`
- GUI for modifying the configurations
- Config files can be im- and exported
- Graphical editor can be shown in fullscreen mode (default with
F11), see :issue_ghe:`Feature 36<36>`
- I18n: RAFCON can be translated into other languages, rudimentary
German translation is available
- RAFCON core can be started with several state machines
- Improvements:
- Fix backward compatibility for old ``statemachine.yaml`` files
- :issue_ghe:`136`: Undocked sidebars no longer have an entry in the task bar and are
shown on top with the main window
- Added tooltips
- When starting RAFCON from the console, not only the path to, but
also the file name of a config file can be specified. This allows
several config files to be stored in one folder
- Use correct last path in file/folder dialogs
- Show root folder of libraries in the shortcut folder list of
file/folder dialogs
- new actions in menu bar, menu bar shows shortcuts
- Source and description editor remember cursor positions
- API:
- State machines and their models can be hashed
- Fixes
- :issue_ghe:`161`: When refreshing a running state machine, the refreshed one is
still running
- :issue_ghe:`168`: Undocked sidebars cause issues with is\_focus()
- :issue_ghe:`169`: Wrong dirty flag handling
- :issue_ghe:`182`: Test start script waits infinitely
- Several further fixes
- Refactorings, optimizations, clean ups