github tauri-apps/tauri tauri-runtime-v0.12.0
tauri-runtime v0.12.0

latest releases: tauri-driver-v2.0.1, tauri-cli-v2.0.1, @tauri-apps/cli-v2.0.1...
23 months ago

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 469 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (453 crate dependencies)
Crate:     xml-rs
Version:   0.8.4
Warning:   unmaintained
Title:     xml-rs is Unmaintained
Date:      2022-01-26
ID:        RUSTSEC-2022-0048
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0048
Dependency tree:
xml-rs 0.8.4
└── plist 1.3.1
    └── tauri-codegen 1.2.0
        ├── tauri-macros 1.2.0
        │   └── tauri 1.2.0
        │       ├── tauri 1.2.0
        │       ├── restart 0.1.0
        │       └── app-updater 0.1.0
        └── tauri-build 1.2.0
            └── app-updater 0.1.0

warning: 1 allowed warning found

[0.12.0]

  • Readd the option to create an unfocused window via the focused method. The focus function has been deprecated.
    • 4036e15f feat(core): reimplement window initial focus flag, closes #5120 (#5338) on 2022-10-08
  • Added Runtime::show(), RuntimeHandle::show(), Runtime::hide(), RuntimeHandle::hide() for hiding/showing the entire application on macOS.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Added tabbing_identifier to the window builder on macOS.
  • Added methods to set the system tray title on macOS.
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

Cargo Publish

Updating crates.io index
   Packaging tauri-runtime v0.12.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)
   Verifying tauri-runtime v0.12.0 (/home/runner/work/tauri/tauri/core/tauri-runtime)
 Downloading crates ...
  Downloaded field-offset v0.3.4
  Downloaded futures-task v0.3.25
  Downloaded cfg-expr v0.11.0
  Downloaded futures-util v0.3.25
  Downloaded http-range v0.1.5
  Downloaded gio-sys v0.15.10
  Downloaded gtk3-macros v0.15.4
  Downloaded uuid v1.2.1
  Downloaded version-compare v0.1.0
  Downloaded raw-window-handle v0.5.0
  Downloaded futures-io v0.3.25
  Downloaded cairo-sys-rs v0.15.1
  Downloaded futures-executor v0.3.25
  Downloaded pango-sys v0.15.10
  Downloaded system-deps v6.0.3
  Downloaded cairo-rs v0.15.12
  Downloaded glib-sys v0.15.10
  Downloaded gtk v0.15.5
  Downloaded glib v0.15.12
  Downloaded gio v0.15.12
  Downloaded gdk v0.15.4
  Downloaded atk v0.15.1
  Downloaded atk-sys v0.15.1
  Downloaded pango v0.15.10
  Downloaded futures-channel v0.3.25
  Downloaded cty v0.2.2
  Downloaded slab v0.4.7
  Downloaded semver-parser v0.10.2
  Downloaded semver v0.11.0
  Downloaded rustc_version v0.3.3
  Downloaded proc-macro-crate v1.2.1
  Downloaded pin-utils v0.1.0
  Downloaded gtk-sys v0.15.3
  Downloaded gobject-sys v0.15.10
  Downloaded glib-macros v0.15.11
  Downloaded gdk-sys v0.15.1
  Downloaded gdk-pixbuf v0.15.11
  Downloaded http v0.2.8
  Downloaded gdk-pixbuf-sys v0.15.10
   Compiling proc-macro2 v1.0.47
   Compiling unicode-ident v1.0.5
   Compiling quote v1.0.21
   Compiling syn v1.0.103
   Compiling serde_derive v1.0.147
   Compiling serde v1.0.147
   Compiling libc v0.2.137
   Compiling smallvec v1.10.0
   Compiling heck v0.4.0
   Compiling pkg-config v0.3.26
   Compiling version-compare v0.1.0
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling ppv-lite86 v0.2.17
   Compiling thiserror v1.0.37
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling once_cell v1.16.0
   Compiling version_check v0.9.4
   Compiling futures-core v0.3.25
   Compiling proc-macro-hack v0.5.19
   Compiling anyhow v1.0.66
   Compiling futures-task v0.3.25
   Compiling bitflags v1.3.2
   Compiling futures-util v0.3.25
   Compiling pin-utils v0.1.0
   Compiling futures-channel v0.3.25
   Compiling pin-project-lite v0.2.9
   Compiling parking_lot_core v0.9.4
   Compiling ucd-trie v0.1.5
   Compiling scopeguard v1.1.0
   Compiling fnv v1.0.7
   Compiling log v0.4.17
   Compiling new_debug_unreachable v1.0.4
   Compiling byteorder v1.4.3
   Compiling ident_case v1.0.1
   Compiling precomputed-hash v0.1.1
   Compiling strsim v0.10.0
   Compiling mac v0.1.1
   Compiling tinyvec_macros v0.1.0
   Compiling dtoa v0.4.8
   Compiling itoa v1.0.4
   Compiling serde_json v1.0.87
   Compiling utf-8 v0.7.6
   Compiling gio v0.15.12
   Compiling ryu v1.0.11
   Compiling itoa v0.4.8
   Compiling futures-io v0.3.25
   Compiling matches v0.1.9
   Compiling nodrop v0.1.14
   Compiling convert_case v0.4.0
   Compiling stable_deref_trait v1.2.0
   Compiling semver v1.0.14
   Compiling uuid v0.8.2
   Compiling unicode-bidi v0.3.8
   Compiling thin-slice v0.1.1
   Compiling memchr v2.5.0

Don't miss a new tauri release

NewReleases is sending notifications on new releases.