Releases: jeertmans/manim-slides
Releases · jeertmans/manim-slides
v5.1.9 - Fix docker builds
v5.1.8 - Qt fix, `checkhealth` command, convert to zipped HTML, and more!
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #427
- fix(lib): prevent filename collision by @jeertmans in #429
- fix(convert): Whitespace issue in default RevealJS template by @yunusey in #442
- chore(lib): Remove old validation check preventing
loop=True
withauto_next=True
by @mateuszdrwal in #445 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #444
- chore(deps): pin
rtoml==0.9.0
on Windows by @jeertmans in #432 - chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #451
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #450
- fix(lib): Manim fixes, bump to >= 0.18, and tests by @jeertmans in #447
- chore(ci): rework issue templates by @jeertmans in #456
- chore(lib): enhance error message for
--folder
by @jeertmans in #462 - chore(deps): pre-commit autoupdate by @pre-commit-ci in #459
- chore(deps): pre-commit autoupdate by @pre-commit-ci in #463
- fix(present): black video flashes and other bugs linked to Qt by @jeertmans in #465
- feat(cli):
manim-slides checkhealth
by @jeertmans in #458 - chore(deps): pre-commit autoupdate by @pre-commit-ci in #466
- fix(lib): deprecation warnings by @jeertmans in #467
- chore(deps): pre-commit autoupdate by @pre-commit-ci in #468
- feat(lib): use and add more config option by @jeertmans in #452
- feat(cli/convert): add HTML zip output by @jeertmans in #472
- chore(deps): pre-commit autoupdate by @pre-commit-ci in #471
- chore(deps): pre-commit autoupdate by @pre-commit-ci in #474
- chore(docs): document new potential fix for PPTX by @jeertmans in #475
- chore(ci): from Rye to uv by @jeertmans in #476
- chore(deps): bump astral-sh/setup-uv from 2 to 3 by @dependabot in #477
- chore(deps): pre-commit autoupdate by @pre-commit-ci in #479
New Contributors
- @yunusey made their first contribution in #442
- @mateuszdrwal made their first contribution in #445
Full Changelog: v5.1.7...v5.1.8
v5.1.7 - Chore release
This release does not contain new features or fixes.
What's Changed
- chore(ci): fancy README and better bump config by @jeertmans in #425
Full Changelog: v5.1.6...v5.1.7
v5.1.6 - Examples gallery and RTD fix
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #421
- chore(docs): add an Examples Gallery by @jeertmans in #422
- feat(lib): add options for skipping Sphinx directive by @jeertmans in #423
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #424
Full Changelog: v5.1.5...v5.1.6
v5.1.5 - Docs and chore release
What's Changed
- chore(ci): checking links and spell checking by @jeertmans in #417
- chore(docs): add faq page by @jeertmans in #418
- fix(cli): broken
--show-config
command by @jeertmans in #419 - chore(dev): move to Rye instead of PDM by @jeertmans in #420
Full Changelog: v5.1.4...v5.1.5
v5.1.4 - Small fixes and life improvement utilities
Mainly in preparation to v6.
What's Changed
- feat(present): add audio output by @jeertmans in #382
- feat(cli): added separate option for info window screen by @jeertmans in #389
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #374
- chore(docs): add favicon by @jeertmans in #399
- chore(docs): add nixpkgs installation documentation by @dmadisetti in #404
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #403
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #411
- chore(deps): update RevealJS version to 5.1.0 by @jeertmans in #412
- fix(lib): correctly retrieve background color by @jeertmans in #414
- chore(lib): filter out video files without video stream by @jeertmans in #416
- chore(deps): remove OpenCV python by @jeertmans in #415
New Contributors
- @dmadisetti made their first contribution in #404
Full Changelog: v5.1.3...v5.1.4
v5.1.3 - Warn users with non-preferred Qt version
This is a very small release, aimed at notifying users if they use a non-preferred Qt version.
What's Changed
- Fix link to documentation in README. by @simanglam in #368
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #369
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #372
- chore(lib): warn about non-preferred-qt-version by @jeertmans in #373
New Contributors
- @simanglam made their first contribution in #368
Full Changelog: v5.1.2...v5.1.3
v5.1.2 - ReadTheDocs fix
Fixes graphical issues.
What's Changed
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #366
- fix(rtd): remove flyout in iframes by @jeertmans in #367
Full Changelog: v5...v5.1.2
v5.1.1 - ReadTheDocs release
v5.1.0 - Towards a better self-contained tool
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #306
- feat(cli): added
--hide-info-window
option by @jeertmans in #313 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #310
- chore(docs): warn users about #314 by @jeertmans in #319
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #318
- feat(cli): add render command as alias to
manim render
by @jeertmans in #317 - feat(lib): add playback rate config options by @jeertmans in #320
- chore(lib): simplify how to add config options by @jeertmans in #321
- feat(lib): add support for presenter notes by @jeertmans in #322
- feat(cli): automatically detect conversion format from DEST by @jeertmans in #325
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #326
- feat(lib): enhance notes support by @jeertmans in #324
- feat(lib): add
return_animation
option by @jeertmans in #331 - chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #333
- chore(deps): bump actions/configure-pages from 3 to 4 by @dependabot in #330
- chore(deps): bump actions/deploy-pages from 2 to 3 by @dependabot in #329
- chore(deps): remove subprocess calls to FFMPEG with
av
by @jeertmans in #335 - chore(lib): do not include reversed files in HTML assets by @jeertmans in #336
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #339
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #337
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #338
- chore(deps): bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #343
- chore(deps): bump actions/deploy-pages from 3 to 4 by @dependabot in #342
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #347
- chore(deps): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #349
- chore(deps): bump actions/cache from 3 to 4 by @dependabot in #353
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #352
- chore(ci): create Docker image by @jeertmans in #355
- chore(deps): use PDM instead of Poetry by @jeertmans in #354
- chore(docs): document HTML custom templates by @jeertmans in #357
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #358
- chore(deps): bump pdm-project/setup-pdm from 3 to 4 by @dependabot in #360
- chore(deps): bump ssciwr/setup-mesa-dist-win from 1 to 2 by @dependabot in #361
- chore(deps): make Qt backend optional by @jeertmans in #350
Full Changelog: v5.0.0...v5.1.0