File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 64646.0 5-Apr-2026 Initial release
65656.0.1 8-Apr-2026 Emoji change to main window
66666.0.2 8-May-2026 Fixed bug in Window.settings_save. If a window is closed using "X" or terminated in a
67- similiar way, then the value None is written to the settings file for all keys.
67+ similar way, then the value None is written to the settings file for all keys.
6868 The fix is to check if all values are None. If so, skip saving the values
69696.0.3 13-May-2026 Added ability to print or insert images into Multiline Element. Use parameter "image"
70706.0.4 13-May-2026 Added image_subsample parameter to the print functions/methods for multiline element
71716.0.5 15-May-2026 Added "upgrade to Maintenance Release" capability. It's much like the PSG 5 feature
7272 but uses GitHub as the location of release. Can be invoked from Home Window, or
7373 using the psgupgrade command.
74746.0.6 30-May-2026 Fix for bug #5750. Graph events was going into an infinite loop when write_event_value events
75- are received. Fix was to clear the realtime button flag. Potential for regression problems
75+ were received. Fix was to clear the realtime button flag. Potential for regression problems
7676 should be minimal since only the Graph element conditional was changed.
77776.0.7 30-May-2026 Added Enhancement #6671. Added parameter select select_node_keys to Tree.update. Enables nodes
78- in the tree to be programatically selected as if the user selected them.
78+ in the tree to be programmatically selected as if the user selected them.
79796.1 30-May-2026 Preparing for release, first to GitHub as 6.1, then post on PyPI.
8080"""
8181
You can’t perform that action at this time.
0 commit comments