@@ -1093,7 +1093,7 @@ Quick patch to remove change to popup
1093
1093
Quick patch to remove f-string for 3.5 compat.
1094
1094
1095
1095
1096
- ## 4.16.0 PySimpleGUI 08-Jan -2020
1096
+ ## 4.16.0 PySimpleGUI 20-Feb -2020
1097
1097
1098
1098
The "LONG time coming" release. System Tray, Read with close + loads more changes
1099
1099
Note - there is a known problem with the built-in debugger created when the new read with close was added
@@ -1124,6 +1124,55 @@ Note - there is a known problem with the built-in debugger created when the new
1124
1124
* print_to_element - print-like call that can be used to output to a Multiline element as if it is an Output element
1125
1125
1126
1126
1127
+ ## 4.17.0 PySimpleGUI 24-Mar-2020
1128
+
1129
+ The "it's been a minute" release
1130
+ Improved DocStrings and documentation!
1131
+ Upgrade utility
1132
+ "Printing" directly to Multiline
1133
+
1134
+ * New upgrade utility to upgrade your installed package using GitHub version
1135
+ * Can invoke from command line. Run ` python -m PySimpleGUI.PySimpleGUI upgrade `
1136
+ * The test harness GUI has an upgrade button
1137
+ * Multiline.print - Add multiline element to the front of any print statement. Also supports color output
1138
+ * Debug informmation like path and version displayed in test harness GUI
1139
+ * Added back the TRANSPARENT_BUTTON variable until can find a better way to deprecate
1140
+ * All elements were losing padding when made invisible. Fixed
1141
+ * Image.update - fixed crash due to not checking for type before getting size
1142
+ * Image.update_animation_no_buffering - playback GIF animations of any length
1143
+ * Graph element - Fixed divide by zero error in convert function
1144
+ * TabGroup will now autonumber keys if none specified
1145
+ * Measuring strings more accurately during layout
1146
+ * Using specific font for measurement
1147
+ * Used to compute TTK button height
1148
+ * Used to compute Slider length
1149
+ * Used to compute header widths in Tables, Trees
1150
+ * Used to compute column widths in Tables, Trees
1151
+ * Used to compute row heights in Tables
1152
+ * Removed padx from row frames. Was using window's margins. Now padx & pady = 0. Was causing too every Column element to have extra padding
1153
+ * Added no_titlebar to one line progress meter
1154
+ * popup_notify - Creates a "notification window" that is like the System Tray Message window
1155
+ * shell_with_animation - launch a shell command that runs while an animated GIF is shown
1156
+ * Fixed problem with debugger not working after the recent close parameter addition to Window.read
1157
+
1158
+
1159
+ ## 4.18.0 PySimpleGUI 26-Mar-2020
1160
+
1161
+ An "Oh F** k" Release - Table column sizes were bad
1162
+
1163
+ * Fixed bug in Table Element's column size computation
1164
+ * popup_animated has new title parameter
1165
+ * Checkbox - update can change the text
1166
+
1167
+
1168
+ ## 4.18.1 PySimpleGUI 12-Apr-2020
1169
+
1170
+ Emergency patch - f-string managed to get into the code resulting crashes on 3.5 systems (Pi's for example)
1171
+
1172
+ ## 4.18.2 PySimpleGUI 12-Apr-2020
1173
+
1174
+ The Epic Fail release.... import error on 3.5 for subprocess.
1175
+
1127
1176
1128
1177
1129
1178
### Upcoming
0 commit comments