forked from PySimpleGUI/PySimpleGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
development_build_changelog.txt
24 lines (23 loc) · 2.15 KB
/
development_build_changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Changelog since last major release
5.0.6 Released 28-Jun-2024
5.0.6.1 New Table feature - Editing individual table values using double-click/return key
New Table feature - values property returns the table's current values
5.0.6.2 New Table feature - Pressing Escape Key during cell edit will abort the edit and restore value
5.0.6.3 New Vertical Separator alias added to match the Horizontal ones added earlier. VLine, VerticalLine
5.0.6.4 New Table feature - If user double-clicks and modifies a cell in a table, then an event with a tuple
is generated tha+t is similar to the Clicked tuple. The constant TABLE_EDITED_INDICATOR will be part of tuple
5.0.6.5 Table Element - Finishing up the cell editing by adding more parms to the Table element for edit colors and select color
cell_edit_colors controls colors of cells during editing
cell_edit_select_colors controls colors of the sections during editing
5.0.6.6 Menu Element - Added generating an event when a top level menu item has no submenu. NOTE this is not a normal Windows behavior.
5.0.6.7 dict_to_string changed so width used with pformat is defined by constant DEFAULT_DICT_TO_STRING_WIDTH which is 80.
Made retroactive by changing the key in the global settings. Old default was 1.
This function is used when print_event_values=True when making the window.
5.0.6.8 Menu Element - Added support for using a key with a top-level menu item since these can now be events
5.0.6.9 Fix for incorrectly calculating row when checking for type when Table editing
5.0.6.10 Test fix for Y-scrolling of columns that have other scrollable elements in them
5.0.6.11 More changes to the scrollable Column to try and fix the Y-scrolling issue
5.0.6.12 Applied above changes to the X-scrollling of columns (both using mouse wheel and scrollbars)
5.0.6.13 Fix for Table cell editing. Checked to make sure not already editing when get an edit request
5.0.6.14 Fix for mouse scrollwheel crash when leaving a scrollable area and returning
5.0.6.15 Fixed maintanence spelling error (ugh... sorry everyone...)