From 96e6e0a17867858ce7dc2ea2829a3e22c496d114 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Thu, 21 Oct 2021 11:05:09 -0400 Subject: [PATCH] Release 4.52.0 --- PySimpleGUI.py | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 1d1d8948..026013d7 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,24 +1,15 @@ #!/usr/bin/python3 - -version = __version__ = "4.51.2.3 Unreleased" +version = __version__ = "4.52.0 Released 21-Oct-2021" _change_log = """ - Changelog since 4.51.2 release to PyPI on 19-Oct-2021 + Changelog since 4.52.0 released to PyPI on 21-Oct-2021 + + 4.52.0.1 - 4.51.2.1 - New Window parameter! grab_anywhere_using_control - Default is TRUE - Feels like a risky change to have default to True, but it also means no one changes their code and gets the feature - If enabled, you can use the control key + Left Mouse button to move your Window, just like Grab Anywhere. - Enables you to move windows that you can no longer reach the titlebar for - Let's see if anyone notices or complains - 4.51.2.2 - Fix for expand_x, expand_y on Scrollable Columns - 4.51.2.3 - Grab anywhere with control key fix for non-blocking windows """ + __version__ = version.split()[0] # For PEP 396 and PEP 345 # The shortened version of version @@ -21856,6 +21847,8 @@ def _upgrade_gui(): popup_quick_message('Cancelled upgrade\nNothing overwritten', background_color='red', text_color='white', keep_on_top=True, non_blocking=False) +main_upgrade_from_github = _upgrade_gui + #################################################################################################### # M"""""`'"""`YM oo