diff --git a/_sources/development/changelog.rst.txt b/_sources/development/changelog.rst.txt index 5fe48f08..8ed21827 100644 --- a/_sources/development/changelog.rst.txt +++ b/_sources/development/changelog.rst.txt @@ -4,6 +4,11 @@ Changelog Unreleased ---------- +No changes + +v1.1.0 +------- + Fixed bugs ^^^^^^^^^^ @@ -17,6 +22,12 @@ Fixed bugs - Fixed the default color of tip - Fixed a typo in ``ShowPassingFlashWithThinningStrokeWidth`` - Fixed the default size of ``Text`` +- Fixed a missing import line in ``mobject.py`` +- Fixed the bug in ControlsExample +- Make sure frame is added to the scene when initialization +- Fixed zooming directions +- Rewrote ``earclip_triangulation`` to fix triangulation +- Allowed sound_file_name to be taken in without extensions New Features ^^^^^^^^^^^^ @@ -42,4 +53,7 @@ New Features - Removed double brace convention in ``Tex`` and ``TexText`` - Added support for debugger launch - Added CLI flag ``--config_file`` to load configuration file manually -- Added ``tip_style`` to ``tip_config`` \ No newline at end of file +- Added ``tip_style`` to ``tip_config`` +- Added ``MarkupText`` +- Take in ``u_range`` and ``v_range`` as arguments to ``ParametricSurface`` +- Added ``TrueDot`` \ No newline at end of file diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 4892ec10..fb3fb10d 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -6,7 +6,7 @@ Manim's documentation Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at `3Blue1Brown `_. -And here is a Chinese version of this documentation: https://manim.wiki/shaders +And here is a Chinese version of this documentation: https://docs.manim.org.cn/shaders .. toctree:: :maxdepth: 2 diff --git a/development/about.html b/development/about.html index 5c3e12d7..d0efa01c 100644 --- a/development/about.html +++ b/development/about.html @@ -9,8 +9,8 @@ - - + +