[v5.1.8](https://github.com/jeertmans/manim-slides/compare/v5.1.7...v5.1.8)
(v5.1.8-added)=
Added
- Added `manim-slides checkhealth` command to easily obtain important information
for debug purposes.
[458](https://github.com/jeertmans/manim-slides/pull/458)
- Added support for `disable_caching` and `flush_cache` options from Manim, and
also the possibility to configure them through class options.
[452](https://github.com/jeertmans/manim-slides/pull/452)
- Added `--to=zip` convert format to generate an archive with HTML output
and asset files.
[470](https://github.com/jeertmans/manim-slides/pull/470)
(v5.1.8-chore)=
Chore
- Pin `rtoml==0.9.0` on Windows platforms,
see [398](https://github.com/jeertmans/manim-slides/pull/398),
until
[samuelcolvin/rtoml74](https://github.com/samuelcolvin/rtoml/issues/74)
is solved.
[432](https://github.com/jeertmans/manim-slides/pull/432)
- Removed an old validation check that prevented setting `loop=True` with
`auto_next=True` on `next_slide()`
[445](https://github.com/jeertmans/manim-slides/pull/445)
- Improved (and fixed) tests for Manim(GL), bumped minimal ManimCE version,
improved coverage, and override dependency conflicts.
[447](https://github.com/jeertmans/manim-slides/pull/447)
- Improved issue templates.
[456](https://github.com/jeertmans/manim-slides/pull/456)
- Enhanced the error message when the slides folder does not exist.
[462](https://github.com/jeertmans/manim-slides/pull/462)
- Fixed deprecation warnings.
[467](https://github.com/jeertmans/manim-slides/pull/467)
- Documented potential fix for PPTX issue.
[475](https://github.com/jeertmans/manim-slides/pull/475)
- Changed project manager from Rye to uv.
[476](https://github.com/jeertmans/manim-slides/pull/476)
(v5.1.8-fixed)=
Fixed
- Fix combining assets from multiple scenes to avoid filename collision.
[429](https://github.com/jeertmans/manim-slides/pull/429)
- Fixed whitespace issue in default RevealJS template.
[442](https://github.com/jeertmans/manim-slides/pull/442)
- Fixed black screen issue on recent Qt versions and device loss detected,
thanks to [PeculiarProgrammer](https://github.com/PeculiarProgrammer)!
[465](https://github.com/jeertmans/manim-slides/pull/465)
(v5.1.8-removed)=
Removed
- Removed `full-gl` extra, because it does not make sense to ship both
`manimgl` and `manim` together.
[447](https://github.com/jeertmans/manim-slides/pull/447)