1.9.1: Fixed issue, where multiple canvases with the same name would only appear once in the scene picker list

This commit is contained in:
Anders Ejlersen 2023-09-10 12:00:09 +02:00
parent be0dfe529a
commit bc63fbe5c3
3 changed files with 18 additions and 2 deletions

View file

@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.
## [1.9.1] - 2023-09-10
### Fixed
- Fixed issue, where multiple canvases with the same name would only appear once in the list
## [1.9.0] - 2023-08-31
### Added
- Added toolbar button to open preferences and project settings
- Added option to add groups of scenes to open using scene picker
### Fixed
- Fixed issue, where scene picker would display deleted or unsaved scenes and selectable or no label entries
## [1.8.5] - 2023-03-28
### Added