Skip to content

Commit

Permalink
Update CHANGELOG.md for v23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramurgatroyd authored May 22, 2023
1 parent 610d5f7 commit b7794ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v23.1.0
- Raise error if try to add multiple widgets with the same name to CILViewer or CILViewer2D.
- Adds the following base classes to `ui.main_windows.py`:
- Add `ViewerMainWindow` and `ViewerMainWindowWithSessionManagement` - baseclasses for windows which would house viewers, with methods needed for creating settings dialogs, creating a coordinate settings dockwidget, and loading images.
- Add `ViewerMainWindow` and `ViewerMainWindowWithSessionManagement` - base classes for windows which would house viewers, with methods needed for creating settings dialogs, creating a coordinate settings dockwidget, and loading images.
- Add `TwoViewersMainWindow` and `TwoViewersMainWindowWithSessionManagement` - baseclasses which create a main window with 2 linked viewers in dockwidgets.
- `TwoViewersMainWindowMixin` - a mixin which provides methods to both `TwoViewersMainWindowWithSessionManagement` and `TwoViewersMainWindow`. These methods are for adding viewers to the window, setting them up, linking them and adding a dockwidget for coordinate settings.
- Adds the following dialogs to `ui.dialogs.py`:
Expand Down

0 comments on commit b7794ca

Please sign in to comment.