From f6c9049f3e916c6c2479c31a988c78a08fb76167 Mon Sep 17 00:00:00 2001 From: Philippe Crassous Date: Fri, 19 Mar 2021 11:49:57 +0100 Subject: [PATCH] doc: update CHANGELOG.md for 0.22.0 --- CHANGELOG.md | 27 ++++++++++----------------- mixer/ui/about.py | 2 +- mixer/vrtist/ui/about.py | 2 +- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f83c8b..b51f76d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,24 @@ -# 0.22.2 (tbd) - -## Fixes - -- missing digit in Mixer version display in Room Properties panel - - -# 0.22.0-beta1 (16-03-2021) +# 0.22.0 (19-03-2021) ## Features +- UI: simplification of Mixer panel +- UI: property panel for the selected room +- UI: advanced and developer properties moved to add-on preferences +- UI: toggle between Mixer and VRtist panels - Grease pencil: synchronize effects -- UI: Simplification of Mixer user interface -- UI: Property panel for the selected room -- UI: Advanced and developer properties now visible only in the add-on preferences -- UI: Toggle between Mixer and VRtist panels ## Fixes -- Object modifier synchronization failure on Blender 2.92 -- VSE synchronization error on 2.92 -- Invalid values for user color -- Removed synchronization for 3D Cursor, viewport transform modes and snapping, render engine +- Object modifier: synchronization error on Blender 2.92 +- VSE: synchronization error on Blender 2.92 +- UI: invalid values for user color +- Synchronization: ignore 3D cursor, viewport transform modes, snapping and render engine ## CI -- Run unit tests against several Blender versions +- Tests: run unit tests against several Blender versions # 0.21.1 (22-02-2021) diff --git a/mixer/ui/about.py b/mixer/ui/about.py index 1fdeb7d4..2c651aac 100644 --- a/mixer/ui/about.py +++ b/mixer/ui/about.py @@ -43,7 +43,7 @@ def draw(self, context): row = box.row() row.separator() row.label( - text=f"Version: {display_version or '(Unknown version)'} - ({'January 2021'}) - Ubisoft Animation Studio" + text=f"Version: {display_version or '(Unknown version)'} - ({'March 2021'}) - Ubisoft Animation Studio" ) # Authors diff --git a/mixer/vrtist/ui/about.py b/mixer/vrtist/ui/about.py index 6ee0ba42..fa4c2545 100644 --- a/mixer/vrtist/ui/about.py +++ b/mixer/vrtist/ui/about.py @@ -43,7 +43,7 @@ def draw(self, context): row = box.row() row.separator() row.label( - text=f"Version: {display_version or '(Unknown version)'} - ({'January 2021'}) - Ubisoft Animation Studio" + text=f"Version: {display_version or '(Unknown version)'} - ({'March 2021'}) - Ubisoft Animation Studio" ) # Authors