""""""
- Feature
- new log level "VERBOSE", intended for development purposes
- state machines can now be baked (a snapshot of the state machine with all libraries can be saved)
- Graphviz can now be used to debug gtkmvc notifications and signals
- Improvements:
- Gtk priority of logging output to the console view is now customizable via the gui_config
- better plugin support of changes to the state-editor tabs
- gaphas combines now complex meta data actions in one meta data changed signal -> one undo/redo-Action
- Bug Fixes:
- :issue_ghe:`484` label handles are hard to grasp
- :issue_ghe:`486` Gaphas is not emitting meta data signal if NameView is moved
- quick fix for not working "state type change" in combination with library states (which was based on respective
object destruction while those operations) -> will be fully solved in :issue_ghe:`493`
- quick fix for not set or too late set of active state machine id -> will be fully solved in :issue_ghe:`495`
- fix meta data for undo/redo of add object operations
- fix exception handling, causing issues with the graphical editor when invalid connection were created
- When hovering the menu bar, an exception was printed