Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 - 2021-02-11

Added

  • Slide viewer can now go backwards
  • Slides can contain any video file as a segment

Changed

  • Upgraded to manim 0.3
  • Reworked sequence diagram generator API to be simpler and more useful

0.3.2 - 2020-11-17

Added

  • New sequence diagram generator using a simple dsl to generate animated diagrams
  • Extracted code highlight actions into standalone objects and transitions for more control
  • Simple box widgets and a connector for animating box diagrams
  • Lots and lots more docs

Changed

  • Slight changes in behavior of CodeScene convenience methods
  • Restructured internals to expose more consistent, public API

0.2.4 - 2020-11-09

Added

  • Standalone shell script codevidgen.sh that uses docker to install and run this project locally