{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":140614233,"defaultBranch":"master","name":"PySimpleGUI","ownerLogin":"PySimpleGUI","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-07-11T18:28:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/46163555?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710609613.0","currentOid":""},"activityList":{"items":[{"before":"88c461198b9017651c6d16c546c0cd6b6c106b79","after":"323fa91ab75d97b97cf310f6cf5052dc7bb332bb","ref":"refs/heads/master","pushedAt":"2024-05-25T16:37:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added code to ask user if they want ping3 installed for them. If so, then PySimpleGUI will pip install it","shortMessageHtmlLink":"Added code to ask user if they want ping3 installed for them. If so, …"}},{"before":"70629f3bb6c9d081ced3835f6842cb92b077c05d","after":"88c461198b9017651c6d16c546c0cd6b6c106b79","ref":"refs/heads/master","pushedAt":"2024-05-25T15:42:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added tiny delay when simulating","shortMessageHtmlLink":"Added tiny delay when simulating"}},{"before":"acff2776269fc0a14424d3bba8df7dd80f9d3948","after":"70629f3bb6c9d081ced3835f6842cb92b077c05d","ref":"refs/heads/master","pushedAt":"2024-05-25T15:37:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Updated Graph Element Demo Program to use the ping3 module or simulated data","shortMessageHtmlLink":"Updated Graph Element Demo Program to use the ping3 module or simulat…"}},{"before":"fcfd7324d31a3acac49b0e517df729694514eac2","after":"acff2776269fc0a14424d3bba8df7dd80f9d3948","ref":"refs/heads/master","pushedAt":"2024-05-24T16:40:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Fixed all links to the online documenation in the built-in SDK Call Reference Window (You know about this window, right?) \nType psghelp from the command line. Or from the Home Window, click the help tab and the button \"SDK Reference Window\"","shortMessageHtmlLink":"Fixed all links to the online documenation in the built-in SDK Call R…"}},{"before":"579f444713d1cc77d9c11da6a8a853c21acce1b4","after":"fcfd7324d31a3acac49b0e517df729694514eac2","ref":"refs/heads/master","pushedAt":"2024-05-23T16:41:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Oops... forgot to break out of program if \"X\" clicked....","shortMessageHtmlLink":"Oops... forgot to break out of program if \"X\" clicked...."}},{"before":"d6c54cbc4f81f487fc94184b5428e796ccae44e5","after":"579f444713d1cc77d9c11da6a8a853c21acce1b4","ref":"refs/heads/master","pushedAt":"2024-05-23T15:48:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"New demo program to show how to use the new pip install API calls... in particular the threaded and not-threaded get installed versions number.","shortMessageHtmlLink":"New demo program to show how to use the new pip install API calls... …"}},{"before":"a650a70ac276ac43d0ec6dcfad7b1c02bfec01f4","after":"d6c54cbc4f81f487fc94184b5428e796ccae44e5","ref":"refs/heads/master","pushedAt":"2024-05-23T15:43:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Changed the function execute_pip_get_local_package_version to use the temofile package so that there can be multiple requests outstanding at a time","shortMessageHtmlLink":"Changed the function execute_pip_get_local_package_version to use the…"}},{"before":"dc7fcc4b03aca2619d2508ef9bf40a77b9714b08","after":"a650a70ac276ac43d0ec6dcfad7b1c02bfec01f4","ref":"refs/heads/master","pushedAt":"2024-05-19T14:50:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Changed execute_command_subprocess so that the interpreter can have spaces for things like parameters (i.e. py -3.11)","shortMessageHtmlLink":"Changed execute_command_subprocess so that the interpreter can have s…"}},{"before":"df44fb7bbc5576bf4d2390b35ce653dc45aeb722","after":"dc7fcc4b03aca2619d2508ef9bf40a77b9714b08","ref":"refs/heads/master","pushedAt":"2024-05-18T15:38:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Fix in def dict_to_string. The pformat call didn't add the sort_dict parm until Python 3.8 so need to check python ver\nMade priority suport code field in markdown for GitHub issue be the same level as the manual form on GitHub\nAdded new function execute_pip_get_local_package_version so that local version of pip installed package can be easily obtained","shortMessageHtmlLink":"Fix in def dict_to_string. The pformat call didn't add the sort_dict …"}},{"before":"84455bf576d75d3c81846c499aa46b815874c863","after":"df44fb7bbc5576bf4d2390b35ce653dc45aeb722","ref":"refs/heads/master","pushedAt":"2024-05-18T13:36:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Addition of Priority Support Code to the GitHub-Based form\n\nThe priority support code is already part of the built-in GitHub Issue GUI in PySimpleGUI but missed getting it into the manually entered one","shortMessageHtmlLink":"Addition of Priority Support Code to the GitHub-Based form"}},{"before":"b6f9502025ba3a874dce3649a041c9cc48bd0db6","after":"84455bf576d75d3c81846c499aa46b815874c863","ref":"refs/heads/master","pushedAt":"2024-05-17T11:46:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added window.right_click_menu_element. Will either be None or the element that was right clicked if right click menu used","shortMessageHtmlLink":"Added window.right_click_menu_element. Will either be None or the ele…"}},{"before":"89f27c3fe318d9f1055b48a001ec556173b29b48","after":"b6f9502025ba3a874dce3649a041c9cc48bd0db6","ref":"refs/heads/master","pushedAt":"2024-05-16T11:02:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added right_click_menu paramter to Combo element","shortMessageHtmlLink":"Added right_click_menu paramter to Combo element"}},{"before":"38c9453a348ba14e91946109c56a682546f15c69","after":"89f27c3fe318d9f1055b48a001ec556173b29b48","ref":"refs/heads/master","pushedAt":"2024-05-14T06:55:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"added select_mode=sg.TABLE_SELECT_MODE_NONE so that the rows no longer flash when selected","shortMessageHtmlLink":"added select_mode=sg.TABLE_SELECT_MODE_NONE so that the rows no longe…"}},{"before":"15b0c7f4cf79b2941b0cbacfb0dd6e3e0790db76","after":"38c9453a348ba14e91946109c56a682546f15c69","ref":"refs/heads/master","pushedAt":"2024-05-13T18:23:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Changed docstring for Table element and others that have \"Select Mode\" parameter to str","shortMessageHtmlLink":"Changed docstring for Table element and others that have \"Select Mode…"}},{"before":"643a884efc30f7abbbb255a70333f55557bc803e","after":"15b0c7f4cf79b2941b0cbacfb0dd6e3e0790db76","ref":"refs/heads/master","pushedAt":"2024-05-10T16:41:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Updated the checklist in the builtin GitHub Issue logger to use the newest checklist. Was using an old one.","shortMessageHtmlLink":"Updated the checklist in the builtin GitHub Issue logger to use the n…"}},{"before":"9fb899ea13f3656e8bb54b0dd2d0efbdf6ec241a","after":"643a884efc30f7abbbb255a70333f55557bc803e","ref":"refs/heads/master","pushedAt":"2024-05-03T15:50:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Internal test","shortMessageHtmlLink":"Internal test"}},{"before":"29a4e10eeb0750aeff2555b3455da2a274e4737f","after":"9fb899ea13f3656e8bb54b0dd2d0efbdf6ec241a","ref":"refs/heads/master","pushedAt":"2024-05-03T15:46:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Quick test with no changes to main code....","shortMessageHtmlLink":"Quick test with no changes to main code...."}},{"before":"96f10faa8a126ea34160a0bcec85a3db215d85c3","after":"29a4e10eeb0750aeff2555b3455da2a274e4737f","ref":"refs/heads/master","pushedAt":"2024-05-03T12:30:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Made aliases for HorizontalSeparator using word \"Line\" (HorizontalLine, HLine, Line)","shortMessageHtmlLink":"Made aliases for HorizontalSeparator using word \"Line\" (HorizontalLin…"}},{"before":"149ff929314120660ded21fb7bb707e19ce2bcf5","after":"96f10faa8a126ea34160a0bcec85a3db215d85c3","ref":"refs/heads/master","pushedAt":"2024-05-02T11:57:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added arrow and arrow_type to Graph.draw_line method","shortMessageHtmlLink":"Added arrow and arrow_type to Graph.draw_line method"}},{"before":"5b3a0796323015830164967415b00e9c4a2ca126","after":"149ff929314120660ded21fb7bb707e19ce2bcf5","ref":"refs/heads/master","pushedAt":"2024-04-27T17:52:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Changed how Input.update select parm works:\n If set to True, then the input is selected (highlighted). The new addition is that if False, it clears the selection","shortMessageHtmlLink":"Changed how Input.update select parm works:"}},{"before":"6e7eaf8b31319cc11d15ced49071c5b66df63a2c","after":"5b3a0796323015830164967415b00e9c4a2ca126","ref":"refs/heads/master","pushedAt":"2024-04-26T15:43:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Changed function dict_to_string to use the pprint.pformat function rather the reinvent the wheel this time... \n but at least my version did right justify keys in a field the width of the max key length. :-) \n New option in global settings to control if formatted dictionary is printed when the automatic \"print event values\" feature is enabled","shortMessageHtmlLink":"Changed function dict_to_string to use the pprint.pformat function ra…"}},{"before":"c25187c14687274ea6d19092b63bb8be26684c95","after":"6e7eaf8b31319cc11d15ced49071c5b66df63a2c","ref":"refs/heads/master","pushedAt":"2024-04-25T19:22:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Fix for bug that was showing trial expired in Home Window. Added new function dict_to_string to format dictionaries nicely","shortMessageHtmlLink":"Fix for bug that was showing trial expired in Home Window. Added new …"}},{"before":"1bb2b51177b9371211233f0059987befc203c152","after":"c25187c14687274ea6d19092b63bb8be26684c95","ref":"refs/heads/master","pushedAt":"2024-04-12T20:15:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Uncommented line of code that imports askcolor from tkinter. Not sure why it was commented out","shortMessageHtmlLink":"Uncommented line of code that imports askcolor from tkinter. Not sure…"}},{"before":"bae8708299d7be0c9050ec2cb3a3b5d6fc978571","after":"1bb2b51177b9371211233f0059987befc203c152","ref":"refs/heads/master","pushedAt":"2024-04-12T15:11:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Fix for hand cursor when over the C/F change and the X for exit.","shortMessageHtmlLink":"Fix for hand cursor when over the C/F change and the X for exit."}},{"before":"c2e790a277f327de84908cf9cc7870b4cefc16d7","after":"bae8708299d7be0c9050ec2cb3a3b5d6fc978571","ref":"refs/heads/master","pushedAt":"2024-04-12T15:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added button in settings window to register for an openweathermap API key","shortMessageHtmlLink":"Added button in settings window to register for an openweathermap API…"}},{"before":"88fa3b55609caed429f410dc7967842e5189070f","after":"c2e790a277f327de84908cf9cc7870b4cefc16d7","ref":"refs/heads/master","pushedAt":"2024-04-12T14:54:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Removed old LED Weather Demo Program","shortMessageHtmlLink":"Removed old LED Weather Demo Program"}},{"before":"d48ccdf3e2fde16047b6e3c02babfec324505b73","after":"88fa3b55609caed429f410dc7967842e5189070f","ref":"refs/heads/master","pushedAt":"2024-04-12T14:54:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/PySimpleGUI/PySimpleGUI","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/PySimpleGUI/PySimpleGUI"}},{"before":"675e7ef2d50153d04ce85f6ab1fef201fdcee19e","after":"d48ccdf3e2fde16047b6e3c02babfec324505b73","ref":"refs/heads/master","pushedAt":"2024-04-10T16:49:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"NEW FEATURE added - parameter repeating_timer_ms added to the Window object. Causes a repeating timer to be started.","shortMessageHtmlLink":"NEW FEATURE added - parameter repeating_timer_ms added to the Window …"}},{"before":"67c1489f322f21e0f8e4f504bd07da74d0a1fc69","after":"675e7ef2d50153d04ce85f6ab1fef201fdcee19e","ref":"refs/heads/master","pushedAt":"2024-04-08T10:45:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/PySimpleGUI/PySimpleGUI","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/PySimpleGUI/PySimpleGUI"}},{"before":"1da4503d49fedb4f34b05d19d6c6df2600178bcd","after":"67c1489f322f21e0f8e4f504bd07da74d0a1fc69","ref":"refs/heads/master","pushedAt":"2024-04-05T17:28:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"PySimpleGUI","name":"PySimpleGUI","path":"/PySimpleGUI","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/46163555?s=80&v=4"},"commit":{"message":"Added set_hscroll_position for elements","shortMessageHtmlLink":"Added set_hscroll_position for elements"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU8qHjgA","startCursor":null,"endCursor":null}},"title":"Activity · PySimpleGUI/PySimpleGUI"}