v4.2.0 - PyQT5 backend for more features!
Summary
A lot has changed since v4.1.1, and here is the summary:
- PyQT5 has been added to the dependencies list to enable window management. This essentially goes on top of OpenCV to add more functionalities
- It's now possible to hide the mouse cursor with
--hide-mouse
- Interpolation flags were removed
- Some optional flag aliases were added
- Wizard's cli has now a GUI, much more user-friendly
- Manim Slides allows logging (mainly DEBUG for the moment)
- You can choose if aspect ratio is kept or not when resizing
- And more...
Also, many thanks to the new contributors!
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #31
- chore(ci): add more style checks by @jeertmans in #32
- Update README.md by @robotboyfriend in #33
- Add Feature Request Template by @ahmedsilat44 in #39
- Created Bug Template by @ahmedsilat44 in #40
- Added Pull Request Template by @ahmedsilat44 in #43
- Update defaults.py by @WUCHENG98 in #46
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
- chore(ci): pre-commit mypy by @elliotwutingfeng in #41
- feat(cli): add basic logging facilities by @jeertmans in #50
- refactor: use PyQT5 for window display by @jeertmans in #49
New Contributors
- @robotboyfriend made their first contribution in #33
- @ahmedsilat44 made their first contribution in #39
- @WUCHENG98 made their first contribution in #46
- @elliotwutingfeng made their first contribution in #41
Full Changelog: v4.1.1...v4.2.0