Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pysimplegui from 4.40.0 to 4.60.3 #52

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2022

Bumps pysimplegui from 4.40.0 to 4.60.3.

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

You can trigger a rebase of this PR 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)

Bumps [pysimplegui](https://github.com/PySimpleGUI/PySimpleGUI) from 4.40.0 to 4.60.3.
- [Release notes](https://github.com/PySimpleGUI/PySimpleGUI/releases)
- [Commits](https://github.com/PySimpleGUI/PySimpleGUI/commits/4.60.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2022

Superseded by #53.

@dependabot dependabot bot closed this Oct 11, 2022
@dependabot dependabot bot deleted the dependabot/pip/pysimplegui-4.60.3 branch October 11, 2022 09:11
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.

0 participants