diff --git a/CHANGELOG.md b/CHANGELOG.md index da73322..a8d8431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v1.1.0 + +- Auto initialize Scene Workspaces if empty (on load, on scene change) +- Auto order Scene Workspaces, on initialization + *Only when using workspaces from one of the 5 default Blender's templates* +- Update `Properties > Scene > Scene Workspaces` panel + *Rename, unlink and reorder buttons are now based on the active element, for better UX.* +- New preferences: + 1) `Show only with multiple scenes` *(default: false)* + *Show the custom topbar and the checkbox (if enabled) only if the project has multiple scenes. Basically, Scene Workspaces disappear as long as you have one scene only.* + 2) `Auto initialize Scene Workspaces` *(default: true)* + *When active, automatically initialize (and for special cases, order) Scene Workspaces when empty (on load, on scene change). All avaliable workspaces are added.* + ## v1.0.0 This is the first official version of the extension. @@ -5,7 +18,7 @@ This is the first official version of the extension. Current features: - Custom workspaces topbar (only showing workspaces linked to the current scene) -- Custom Property for Scenes listing the linked workspaces (saved in .blend file) +- Custom Property for Scenes listing the linked workspaces (saved in .blend file) - Add, Remove, Reorder linked workspace, scene by scene - Rename workspace *This will rename the workspace globally, and also every custom property of the scene that use it.*