Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
doc: update CHANGELOG.md for 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed Mar 19, 2021
1 parent 6ad050a commit f6c9049
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
27 changes: 10 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mixer/ui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mixer/vrtist/ui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6c9049

Please sign in to comment.