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 winaccent from 0.3.0 to 2.0.1 #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps winaccent from 0.3.0 to 2.0.1.

Release notes

Sourced from winaccent's releases.

Version 2.0.1

Breaking changes

  • The minimum Python version supported was changed to 3.6
  • The module will now raise an ImportError exception instead of an UnsupportedPlatfromException exception
  • on_accent_changed_listener() function was renamed to on_appearance_changed()
  • update_accent_colors() function was renamed to update_values()

New features

  • Added Windows 8.x support
  • Added a function to convert HEX colors to RGB tuples (hex_to_rgb())
  • Retrieve apps' theme and system's theme using apps_use_light_theme and system_uses_light_theme booleans

Read the documentation to learn more about the new features.

Fixes

  • Get the right window_border color in Windows 10 and 11
  • Use placeholder values if the registry keys for some values do not exist
  • More optimizations and improvements

What happened to v2.0.0?

Well, that version had a bug that I didn't notice. The system_uses_light_theme boolean was returning the wrong value for the current system theme. This is fixed in v2.0.1.

[!NOTE] To update, run the following command:

pip install --upgrade winaccent

Version 1.1.0

What's new

  • Now you can check if the "Show accent color on title bars and window borders" option from Settings > Personalization > Color is enabled using the is_titlebar_colored boolean.
  • New colors added: titlebar_active, titlebar_inactive, window_border and accent_menu. Read the documentation to learn more about them.
  • Some demo improvements.

[!NOTE] To update, run the following command:

pip install --upgrade winaccent

Version 1.0.1

What's new

  • Raise a winaccent.UnsupportedPlatformException exception when the module is imported on a different OS than Windows and Windows versions older than 10.
  • winreg module won't be imported anymore on platforms other than Windows
  • Now python -m winaccent supports an optional --mode argument. Read the documentation to learn more about it.

... (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 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 [winaccent](https://github.com/Valer100/winaccent) from 0.3.0 to 2.0.1.
- [Release notes](https://github.com/Valer100/winaccent/releases)
- [Commits](Valer100/winaccent@v0.3.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2024
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