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 tao from 0.28.1 to 0.30.3 #323

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 4, 2024

Bumps tao from 0.28.1 to 0.30.3.

Release notes

Sourced from tao's releases.

tao v0.30.3

Updating crates.io index
     Locking 307 packages to latest compatible versions
      Adding aligned-vec v0.5.0 (latest: v0.6.1)
      Adding bitflags v1.3.2 (latest: v2.6.0)
      Adding cairo-rs v0.18.5 (latest: v0.20.1)
      Adding cairo-sys-rs v0.18.2 (latest: v0.20.0)
      Adding cfg-expr v0.15.8 (latest: v0.17.0)
      Adding drm v0.12.0 (latest: v0.14.0)
      Adding drm-ffi v0.8.0 (latest: v0.9.0)
      Adding drm-sys v0.7.0 (latest: v0.8.0)
      Adding gdk-pixbuf v0.18.5 (latest: v0.20.4)
      Adding gdk-pixbuf-sys v0.18.0 (latest: v0.20.4)
      Adding gethostname v0.4.3 (latest: v0.5.0)
      Adding gio v0.18.4 (latest: v0.20.4)
      Adding gio-sys v0.18.1 (latest: v0.20.4)
      Adding glib v0.18.5 (latest: v0.20.4)
      Adding glib-macros v0.18.5 (latest: v0.20.4)
      Adding glib-sys v0.18.1 (latest: v0.20.4)
      Adding gobject-sys v0.18.0 (latest: v0.20.4)
      Adding heck v0.4.1 (latest: v0.5.0)
      Adding idna v0.5.0 (latest: v1.0.2)
      Adding itertools v0.12.1 (latest: v0.13.0)
      Adding jni-sys v0.3.0 (latest: v0.4.0)
      Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
      Adding malloc_buf v0.0.6 (latest: v1.0.0)
      Adding miniz_oxide v0.7.4 (latest: v0.8.0)
      Adding pango v0.18.3 (latest: v0.20.4)
      Adding pango-sys v0.18.0 (latest: v0.20.4)
      Adding proc-macro-crate v1.3.1 (latest: v3.2.0)
      Adding proc-macro-crate v2.0.2 (latest: v3.2.0)
      Adding raw-window-handle v0.4.3 (latest: v0.6.2)
      Adding raw-window-handle v0.5.2 (latest: v0.6.2)
      Adding syn v1.0.109 (latest: v2.0.79)
      Adding system-deps v6.2.2 (latest: v7.0.3)
      Adding toml v0.8.2 (latest: v0.8.19)
      Adding toml_datetime v0.6.3 (latest: v0.6.8)
      Adding toml_edit v0.19.15 (latest: v0.22.22)
      Adding toml_edit v0.20.2 (latest: v0.22.22)
      Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
      Adding windows-strings v0.1.0 (latest: v0.2.0)
      Adding windows-sys v0.45.0 (latest: v0.59.0)
      Adding windows-sys v0.52.0 (latest: v0.59.0)
      Adding windows-targets v0.42.2 (latest: v0.52.6)
      Adding windows-targets v0.48.5 (latest: v0.52.6)
      Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
</tr></table> 

... (truncated)

Changelog

Sourced from tao's changelog.

[0.30.3]

  • 4dcd2312 (#979 by @​Zamoca42) On Linux Wayland, changed the event handling for maximizing to process events sequentially to avoid "Error 71(Protocol error): dispatching to Wayland display".
  • 2ee007a5 (#981 by @​thep0y) Add Window::is_always_on_top method to check if a window is always on top on macOS, Linux and Windows.
  • 4dcd2312 (#979 by @​Zamoca42) On Linux Wayland, fixed an issue where the window was not moving when dragging the header bar area.
  • 4dcd2312 (#979 by @​Zamoca42) On Linux Wayland, fixed an issue where the window was not resizing when dragging the window borders.
  • 4dcd2312 (#979 by @​Zamoca42) On Linux Wayland, added buttons for maximize and minimize in the title bar.
  • 2fffdc9d (#983 by @​Legend-Master) Fix blinking title bar when changing system settings on Windows

[0.30.2]

[0.30.1]

[0.30.0]

  • 222d5786 (#971 by @​amrbashir) On Windows, fix Window::monitor_from_point and EventLoopTargetWindow::monitor_from_point returning invalid monitor handle.
  • e47d4c4a (#967 by @​amrbashir) On Linux, removed internal check for current desktop environment before applying Window::set_progress_bar API. This should allow Window::set_progress_bar to work on KDE Plasma and similar environments that support libunity APIs.
  • 9b5aa60b (#970 by @​amrbashir) Changed WindowExtWindows::set_skip_taskbar and WindowExtUnix::set_skip_taskbar to return a result instead of panicing internally.

[0.29.1]

  • 4cd53415 (#964 by @​lucasfernog) Allow Android domain names to include _1 as escaped _ characters - required because _ is the separator for domain parts.

[0.29.0]

  • e67cf1b2 (#941 by @​Sanae6) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939)
  • b7dab732 (#947 by @​muwoo) Fix Window::request_user_attention not taking effect after minimizing the window by clicking the taskbar icon
  • f54cc11e (#938 by @​andrewbaxter) Add EventLoopWindowTargetExtUnix::gtk_app getter.
  • `` Return a new BadIcon::DimensionsZero error variant in Icon::from_rgba if one of the passed icon dimensions is zero.
  • 80e10084 (#954 by @​amrbashir) Return a new BadIcon::DimensionsZero error variant in Icon::from_rgba if one of the passed icon dimensions is zero.
  • 80e10084 (#954 by @​amrbashir) Return a new BadIcon::DimensionsMultiplyOverflow error variant in Icon::from_rgba if dimensions multiplication overflowed.
  • f5756196 (#956 by @​MarijnS95) Breaking change: Upgrade ndk crate to 0.9 and ndk-sys crate to 0.6. Types from the ndk crate are used in public API surface. Breaking change: Change NativeKeyCode::Android(u32) type to use i32, which is the native type used by all Android API. Breaking change: The setup function passed to android_binding!() must now take a &ThreadLooper instead of &ForeignLooper, matching the wry change in tauri-apps/wry#1296.
  • f54cc11e (#938 by @​andrewbaxter) Add WindowExtUnix::new_from_gtk_window.
Commits
  • 4968a9e Publish New Versions (#982)
  • 2fffdc9 fix(windows): blinking title bar on changing system settings (#983)
  • 4dcd231 fix(wayland): add client side decorations & fix error protocol 71 (#979)
  • 2ee007a feat: add Window::is_always_on_top method (#981)
  • 11d83cf Publish New Versions (#980)
  • 016e122 fix(windows): changing the theme activates the window (#978)
  • 16b7d52 Publish New Versions (#975)
  • 1a085ad feat: add a function to set theme dynamically (#937)
  • ad652e5 feat(iOS): added custom URL schemes handling in the AppDelegate class (#969)
  • b6adbac chore: hide cargo generate-lock under Cargo Audit section in covector (#974)
  • 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 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 [tao](https://github.com/tauri-apps/tao) from 0.28.1 to 0.30.3.
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.28.1...tao-v0.30.3)

---
updated-dependencies:
- dependency-name: tao
  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 Oct 4, 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