From eb631e2d4b553b0e523e8a2d16aa845d5ad55415 Mon Sep 17 00:00:00 2001 From: Swann Date: Wed, 14 Apr 2021 14:36:06 +0200 Subject: [PATCH] feat: update changelog 0.3.0 release --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293e81d..49f0192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,4 +157,33 @@ All notable changes to this project will be documented in this file. - Empty and Light object selection highlights - Material renaming - Default material nodes input parameters -- blender 2.91 python api compatibility \ No newline at end of file +- blender 2.91 python api compatibility + +## [0.3.0] - 2021-04-14 + +### Added + +- Curve material support +- Cycle visibility settings +- Session save/load operator +- Add new scene support +- Physic initial support +- Geometry node initial support +- Blender 2.93 compatibility +### Changed + +- Host documentation on Gitlab Page +- Event driven update (from the blender deps graph) + +### Fixed + +- Vertex group assignation +- Parent relation can't be removed +- Separate object +- Delete animation +- Sync missing holdout option for grease pencil material +- Sync missing `skin_vertices` +- Exception access violation during Undo/Redo +- Sync missing armature bone Roll +- Sync missing driver data_path +- Constraint replication \ No newline at end of file