Releases: missionpinball/mpf-monitor
Releases · missionpinball/mpf-monitor
0.56.1
The 0.56.1 maintenance release is a small update to 0.56.0 which incorporates the following changes:
- Adds support for the latest
PyQt6
library (6.4.x
versus6.3.x
previously) - Adds support for versions of
ruamel.yaml
newer than0.15.42
in preparation for MPF and MPF-MC to move to newer versions. - Removes specific check for an MPF version, as MPF-Monitor should work with pretty much any recent version of MPF.
Full Changelog: v0.56.0...v0.56.1
0.56
Official release for MPF-Monitor 0.56. Binaries are available via https://pypi.org/project/mpf-monitor/
What's Changed
- 0.50 and all data by @jabdoa2 in #16
- add window which shows running modes by @jabdoa2 in #17
- Updated to obey machine_path for the playfield.jpg file by @Blackbaud-JohnMarsh in #18
- fix build by @jabdoa2 in #19
- use safe_load from ruamel by @jabdoa2 in #20
- update ruamel.yaml by @jabdoa2 in #25
- 0.53.0-dev.2 by @jabdoa2 in #26
- Add Gamma Correction, Inspector Window, plus a ton of useful features by @kylenahas in #28
- Merge QTDesigner changes and tests upstream by @kylenahas in #29
- Support config args in the command line by @avanwinkle in #32
- Update to PyQt6, PEP-517 installer, support M1 Macs by @toomanybrians in #37
New Contributors
- @Blackbaud-JohnMarsh made their first contribution in #18
- @kylenahas made their first contribution in #28
- @avanwinkle made their first contribution in #32
Full Changelog: 0.2.1...v0.56.0
0.2.1
0.2.0
Although there have been few changes to the monitor (which is still an early prototype), this release is required due to some breaking changes in the MPF BCP communication code that were released with MPF 0.33.0. Older versions of mpf-monitor will not work with the latest MPF releases.