Skip to content

tao v0.31.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 23:14
d0e46ad

Cargo Audit

Updating crates.io index
     Locking 321 packages to latest compatible versions
      Adding raw-window-handle v0.4.3 (available: v0.6.2)
      Adding raw-window-handle v0.5.2 (available: v0.6.2)
      Adding toml v0.8.2 (available: v0.8.19)
      Adding toml_datetime v0.6.3 (available: v0.6.8)
      Adding toml_edit v0.20.2 (available: v0.20.7)
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 700 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (323 crate dependencies)
Crate:     proc-macro-error
Version:   1.0.4
Warning:   unmaintained
Title:     proc-macro-error is unmaintained
Date:      2024-09-01
ID:        RUSTSEC-2024-0370
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0370
Dependency tree:
proc-macro-error 1.0.4
├── gtk3-macros 0.18.0
│   └── gtk 0.18.1
│       └── tao 0.31.0
└── glib-macros 0.18.5
    └── glib 0.18.5
        ├── pango 0.18.3
        │   ├── gtk 0.18.1
        │   └── gdk 0.18.0
        │       └── gtk 0.18.1
        ├── gtk 0.18.1
        ├── gio 0.18.4
        │   ├── pango 0.18.3
        │   ├── gtk 0.18.1
        │   ├── gdk-pixbuf 0.18.5
        │   │   ├── gtk 0.18.1
        │   │   └── gdk 0.18.0
        │   └── gdk 0.18.0
        ├── gdk-pixbuf 0.18.5
        ├── gdk 0.18.0
        ├── cairo-rs 0.18.5
        │   ├── gtk 0.18.1
        │   └── gdk 0.18.0
        └── atk 0.18.0
            └── gtk 0.18.1

warning: 1 allowed warning found

[0.31.0]

  • 5d6d7da0 (#1017 by @amrbashir) On Windows, fix regression caused undecorated window with shadows to be slightly larger on creation.
  • 2e6cf1a4 (#1022 by @Jnschrber) On Windows, fix crash on older windows versions that doesn't support dark mode.
  • 6b49f55a (#1016 by @Legend-Master) Expose raw gdk monitor through MonitorHandleExtUnix::gdk_monitor
  • 720bd93f (#1018 by @amrbashir) On Windows, fix regression in initial window position when using logical positions.
  • 73741a75 (#1008 by @amrbashir) Remove instant dependency, changed StartCause::ResumeTimeReached, StartCause::WaitCancelled and ControlFlow::WaitUntil to use std::time::Instant instead.
  • fa9aaa60 (#1019 by @amrbashir) On Windows, fix fullscreen for undecorated window have white borders.

Cargo Publish

Updating crates.io index
   Packaging tao v0.31.0 (/home/runner/work/tao/tao)
    Updating crates.io index
    Packaged 144 files, 3.3MiB (2.2MiB compressed)
   Uploading tao v0.31.0 (/home/runner/work/tao/tao)
    Uploaded tao v0.31.0 to registry `crates-io`
note: waiting for `tao v0.31.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tao v0.31.0 at registry `crates-io`