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.60.5 to 5.0.6 #9

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps pysimplegui from 4.60.5 to 5.0.6.

Changelog

Sourced from pysimplegui's changelog.

5.0.6 Released 28-Jun-2024 5.0.6.1 New Table feature - Editing individual table values using double-click/return key New Table feature - values property returns the table's current values 5.0.6.2 New Table feature - Pressing Escape Key during cell edit will abort the edit and restore value 5.0.6.3 New Vertical Separator alias added to match the Horizontal ones added earlier. VLine, VerticalLine 5.0.6.4 New Table feature - If user double-clicks and modifies a cell in a table, then an event with a tuple is generated tha+t is similar to the Clicked tuple. The constant TABLE_EDITED_INDICATOR will be part of tuple 5.0.6.5 Table Element - Finishing up the cell editing by adding more parms to the Table element for edit colors and select color cell_edit_colors controls colors of cells during editing cell_edit_select_colors controls colors of the sections during editing 5.0.6.6 Menu Element - Added generating an event when a top level menu item has no submenu. NOTE this is not a normal Windows behavior. 5.0.6.7 dict_to_string changed so width used with pformat is defined by constant DEFAULT_DICT_TO_STRING_WIDTH which is 80. Made retroactive by changing the key in the global settings. Old default was 1. This function is used when print_event_values=True when making the window. 5.0.6.8 Menu Element - Added support for using a key with a top-level menu item since these can now be events 5.0.6.9 Fix for incorrectly calculating row when checking for type when Table editing 5.0.6.10 Test fix for Y-scrolling of columns that have other scrollable elements in them 5.0.6.11 More changes to the scrollable Column to try and fix the Y-scrolling issue 5.0.6.12 Applied above changes to the X-scrollling of columns (both using mouse wheel and scrollbars) 5.0.6.13 Fix for Table cell editing. Checked to make sure not already editing when get an edit request 5.0.6.14 Fix for mouse scrollwheel crash when leaving a scrollable area and returning 5.0.6.15 Fixed maintanence spelling error (ugh... sorry everyone...)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.60.5 to 5.0.6.
- [Changelog](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/development_build_changelog.txt)
- [Commits](https://github.com/PySimpleGUI/PySimpleGUI/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #10.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/pysimplegui-5.0.6 branch October 21, 2024 15:56
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