zkxs / simple-crosshair-overlay

A simple and performant crosshair overlay
GNU General Public License v3.0
16 stars 3 forks source link

Bump tray-icon from 0.6.0 to 0.7.7 #4

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps tray-icon from 0.6.0 to 0.7.7.

Release notes

Sourced from tray-icon's releases.

tray-icon v0.7.7

[0.7.7]

  • 197f431(#73) Always highlight tray icon on click on macOS.
Updating crates.io index
   Packaging tray-icon v0.7.7 (/home/runner/work/tray-icon/tray-icon)
    Updating crates.io index
   Verifying tray-icon v0.7.7 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded crc32fast v1.3.2
  Downloaded crossbeam-channel v0.5.8
  Downloaded futures-core v0.3.28
  Downloaded futures-executor v0.3.28
  Downloaded futures-sink v0.3.28
  Downloaded futures-io v0.3.28
  Downloaded flate2 v1.0.26
  Downloaded indexmap v2.0.0
  Downloaded proc-macro2 v1.0.66
  Downloaded serde v1.0.180
  Downloaded pango-sys v0.16.3
  Downloaded toml_datetime v0.6.3
  Downloaded version_check v0.9.4
  Downloaded x11 v2.21.0
  Downloaded futures-task v0.3.28
  Downloaded muda v0.7.2
  Downloaded gobject-sys v0.16.3
  Downloaded hashbrown v0.14.0
  Downloaded glib-sys v0.16.3
  Downloaded pin-project-lite v0.2.10
  Downloaded toml_edit v0.19.14
  Downloaded winnow v0.5.3
  Downloaded unicode-ident v1.0.11
  Downloaded gtk-sys v0.16.0
  Downloaded unicode-segmentation v1.10.1
  Downloaded glib v0.16.9
  Downloaded pin-utils v0.1.0
  Downloaded serde_derive v1.0.180
  Downloaded libc v0.2.147
  Downloaded gtk v0.16.2
  Downloaded atk v0.16.0
  Downloaded gio v0.16.7
  Downloaded miniz_oxide v0.7.1
  Downloaded cfg-if v1.0.0
  Downloaded adler v1.0.2
  Downloaded semver v1.0.18
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.7.7]

  • 197f431(#73) Always highlight tray icon on click on macOS.

[0.7.6]

  • a458317(#71) Fixes a crash on mouse events on macOS.

[0.7.5]

  • 54fc7de(#69) Refactor macOS implementation to fix missing click issues.

[0.7.4]

  • 71d25a1(#66) On Linux, fix the issue that gtk caches the icon if you use TrayIcon::set_icon repeatedly.

[0.7.3]

  • c0d16c5(#63) Fixes multiple set_menu calls not updating the tray menu on macOS.

[0.7.2]

  • d0a25b0(#61) On Windows, fix dropping tray icon caused the whole process to close.
  • d0a25b0(#61) On Windows, fix TrayIcon::set_menu not firing events for the new menu.

[0.7.1]

  • 04ed58f Remove accidental impl of Sync and Send for TrayIcon where it is not.

[0.7.0]

  • d8d6082(#57) Add TrayIconBuilder::id to access the unique id that will be assigend to the tray icon upon creation.
  • dd63ef3 Add TrayIconEvent::id method.
  • 3901519 Update to muda@0.7
  • 13d448a(#55) Implement Clone for TrayIcon.
  • 13d448a(#55) - Breaking change: TrayEvent has been renamed to TrayIconEvent for consistency with other struct names.
    • Breaking change: ClickEvent enum has been renamed to ClickType and TrayEvent's event field has been renamed to click_type
  • d8d6082(#57) Add TrayIcon::with_id and TrayIconBuilder::with_id to create the tray icon with specified id.
Commits
  • 62c5383 apply version updates (#74)
  • 197f431 fix(macos): always highlight tray icon button (#73)
  • ac36d91 Apply Version Updates From Current Changes (#72)
  • a458317 fix(macos): crash on mouse events calling button.highlight (#71)
  • 46db795 Apply Version Updates From Current Changes (#70)
  • 54fc7de refactor(macos): rewrite impl to fix missing click issues (#69)
  • daf3dd0 Apply Version Updates From Current Changes (#67)
  • 71d25a1 fix: add a counter to the temporary icon path to avoid gtk caching (#66)
  • 5a95f7e Apply Version Updates From Current Changes (#64)
  • c0d16c5 fix(macos): refresh menu on set_menu (#63)
  • Additional commits viewable in compare view


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[bot] commented 11 months ago

Looks like tray-icon is up-to-date now, so this is no longer needed.