What's Changed
- Added status bar to GUI (running 1/10, finished running...)
- Added 'Copied' message to 'Copy command' button.
- Plots now have a separate colour per plot.
- Fixed the CLI call `python bach_generator -h`
- Fixed the GUI startup
- Fixed the used matplotlib API to avoid GUI crashes.
- Removed matplotlib warnings triggered at the start of plots.
- Fixed the GUI close button.
- Fixed boolean CLI arguments in GUI (save and parallel).
- Fixed a problem where points of previous plots were sometimes outside the shown plot area.
----------------
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/rbaltrusch/bach_generator/pull/53
* Gui Fixes, status bar, plot colors by rbaltrusch in https://github.com/rbaltrusch/bach_generator/pull/54
**Full Changelog**: https://github.com/rbaltrusch/bach_generator/compare/v1.1.0...v1.2.0