Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps pysimplegui from 4.55.1 to 4.60.4.

Release notes

Sourced from pysimplegui's releases.

4.60.3 PySimpleGUI 27-Jul-2022

  • Emergency Patch Release for Mac OS 12.3 and greater
    • Fixed bug in Mac OS version check in yesterday's 4.60.2 release

4.60.2

An emergency "dot release" to work around a problem that began with Mac OS 12.3.

4.60.2 PySimpleGUI 26-Jul-2022

  • Emergency Patch Release for Mac OS 12.3 and greater
    • Adds a PySimpleGUI Mac Control Panel Controlled patch that sets the Alpha channel to 0.99 by default for these users
    • Is a workaround for a bug that was introduced into Mac OS 12.3

4.60.0 PySimpleGUI 8-May-2022

TTK Scrollbars... the carpet now matches the drapes
Debug Window improvements
Built-in Screen-capture Initial Release
Test Harness and Settings Windows fit on small screens better

  • Debug Window
    • Added the wait and blocking parameters (they are identical)
      • Setting to True will make the Print call wait for a user to press a Click To Continue... button
      • Example use - if you want to print right before exiting your program
    • Added Pause button
      • If clicked, the Print will not return until user presses Resume
      • Good for programs that are outputting information quickly and you want to pause execution so you can read the output
  • TTK
    • TTK Theme added to the PySimpleGUI Global Settings Window
    • Theme list is retrieved from tkinter now rather than hard coded
    • TTK Scrollbars
      • All Scrollbars have been replaced with TTK Scrollbars
      • Scrollbars now match the PySimpleGUI theme colors
      • Can indicate default settings in the PySimpleGUI Global Settings Window
      • Can preview the settings in the Global Settings Window
      • Scrollbars settings are defined in this priority order:
        • The Element's creation in your layout
        • The Window's creation
        • Calling set_options
        • The defaults in the PySimpleGUI Global Settings
      • The TTK Theme can change the appearance of scrollbars as well
      • Impacted Elements:
        • Multiline
        • Listbox
        • Table
        • Tree
        • Output
  • Tree Element gets horizontal scrollbar setting
  • sg.main() Test Harness

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
Bumps [pysimplegui](https://github.com/PySimpleGUI/PySimpleGUI) from 4.55.1 to 4.60.4.
- [Release notes](https://github.com/PySimpleGUI/PySimpleGUI/releases)
- [Commits](https://github.com/PySimpleGUI/PySimpleGUI/commits)

---
updated-dependencies:
- dependency-name: pysimplegui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/main/pysimplegui-4.60.4 branch from ab88e91 to 9bf36d2 Compare November 1, 2022 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant