Update CHANGELOG to v1.1.0
This commit is contained in:
parent
186199ee17
commit
95e94a7457
15
CHANGELOG.md
15
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
|
## v1.0.0
|
||||||
|
|
||||||
This is the first official version of the extension.
|
This is the first official version of the extension.
|
||||||
@ -5,7 +18,7 @@ This is the first official version of the extension.
|
|||||||
Current features:
|
Current features:
|
||||||
|
|
||||||
- Custom workspaces topbar (only showing workspaces linked to the current scene)
|
- 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
|
- Add, Remove, Reorder linked workspace, scene by scene
|
||||||
- Rename workspace
|
- Rename workspace
|
||||||
*This will rename the workspace globally, and also every custom property of the scene that use it.*
|
*This will rename the workspace globally, and also every custom property of the scene that use it.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user