Skip to content

Commit

Permalink
CLEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkowalewski1 committed Jan 10, 2024
1 parent c9d64b0 commit 550a647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Last change: 05-DEC-2023 MTS
- Camera settings saved in the .yaml file after localization
- Picasso: Design has the speed optimized extension sequences (Strauss and Jungmann, Nature Methods, 2020)
- Change matplotlib backend for macOS (bug fix with some plots being unavailable)
- Build animation does not trigger antivirus, which could delete Picasso (one click installer)
- Build animation does not trigger antivirus, which could delete Picasso (one click installer only)

0.6.3 - 0.6.5
-------------
Expand Down
4 changes: 3 additions & 1 deletion picasso/gui/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -5698,7 +5698,9 @@ def add(self, path, render=True):
self.window.dataset_dialog.add_entry(path)

self.window.setWindowTitle(
"Picasso: Render. File: {}".format(os.path.basename(path))
"Picasso v{}: Render. File: {}".format(
__version__, os.path.basename(path)
)
)

# fast rendering add channel
Expand Down

0 comments on commit 550a647

Please sign in to comment.