github tauri-apps/tauri tauri-v1.0.3
tauri v1.0.3

latest releases: tauri-cli-v1.6.4, @tauri-apps/cli-v1.6.4, tauri-bundler-v1.7.2...
2 years ago

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 421 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (451 crate dependencies)

[1.0.3]

  • tauri::Builder will now include a default menu for macOS without explicitly using Menu::os_default, you can still override it through tauri::Builder::menu or remove it using tauri::Builder::enable_macos_default_menu(false).
    • 91055883 feat: add implicit default menu for macOS only, closes #4551 (#4570) on 2022-07-04
  • Use toString() on message/confirm/ask dialogs title and message values.
    • b8cd2a79 feat(api): call toString() on dialog title and message, closes #4583 (#4588) on 2022-07-04
  • Fix stack overflow on Windows on commands by changing the implementation of the async_runtime::spawn method.
    • 7e3ac847 fix(core): command stack overflow on Windows, closes #4548 (#4562) on 2022-07-03
  • Emits RunEvent::Exit prior to killing child processes managed by Tauri, allowing graceful shutdown of sidecar binaries.
    • 34879f73 fix: allow graceful shutdown of sidecar commands on exit (#4561) on 2022-07-03
  • Added option to disable tray menu on left click on macOS.
    • f8a3becb feat(core): add option to disable tray menu on left click, closes #4584 (#4587) on 2022-07-05
  • Only run the updater default dialog mode in supported platforms or development mode.
    • e29fff25 fix(updater): do not run in dialog mode on .deb, closes #4573 (#4577) on 2022-07-05
  • Configure the updater to relaunch after installing the update on Windows.

Cargo Publish

Updating crates.io index
   Packaging tauri v1.0.3 (/home/runner/work/tauri/tauri/core/tauri)
   Verifying tauri v1.0.3 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded futures-macro v0.3.21
  Downloaded serde_repr v0.1.8
  Downloaded serialize-to-javascript v0.1.1
  Downloaded tokio v1.19.2
  Downloaded state v0.5.3
  Downloaded socket2 v0.4.4
  Downloaded globset v0.4.9
  Downloaded futures-lite v1.12.0
  Downloaded waker-fn v1.1.0
  Downloaded serialize-to-javascript-impl v0.1.1
  Downloaded ignore v0.4.18
  Downloaded bstr v0.2.17
  Downloaded mio v0.8.4
  Downloaded futures v0.3.21
  Downloaded signal-hook-registry v1.4.0
  Downloaded parking v2.0.0
  Downloaded tauri-macros v1.0.3
  Downloaded tauri-runtime-wry v0.10.2
  Downloaded tokio-macros v1.8.0
   Compiling proc-macro2 v1.0.40
   Compiling quote v1.0.20
   Compiling unicode-ident v1.0.1
   Compiling syn v1.0.98
   Compiling serde_derive v1.0.138
   Compiling serde v1.0.138
   Compiling libc v0.2.126
   Compiling smallvec v1.9.0
   Compiling pkg-config v0.3.25
   Compiling heck v0.4.0
   Compiling cfg-if v1.0.0
   Compiling version-compare v0.1.0
   Compiling autocfg v1.1.0
   Compiling version_check v0.9.4
   Compiling memchr v2.5.0
   Compiling once_cell v1.13.0
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling bitflags v1.3.2
   Compiling getrandom v0.1.16
   Compiling futures-core v0.3.21
   Compiling pin-project-lite v0.2.9
   Compiling futures-task v0.3.21
   Compiling futures-channel v0.3.21
   Compiling futures-util v0.3.21
   Compiling futures-sink v0.3.21
   Compiling anyhow v1.0.58
   Compiling futures-io v0.3.21
   Compiling pin-utils v0.1.0
   Compiling slab v0.4.6
   Compiling proc-macro-hack v0.5.19
   Compiling unicode-segmentation v1.9.0
   Compiling log v0.4.17
   Compiling itoa v1.0.2
   Compiling fnv v1.0.7
   Compiling version-compare v0.0.11
   Compiling ryu v1.0.10
   Compiling byteorder v1.4.3
   Compiling matches v0.1.9
   Compiling ucd-trie v0.1.4
   Compiling parking_lot_core v0.9.3
   Compiling scopeguard v1.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling adler32 v1.2.0
   Compiling mac v0.1.1
   Compiling gio v0.15.12
   Compiling ident_case v1.0.1
   Compiling tinyvec_macros v0.1.0
   Compiling precomputed-hash v0.1.1
   Compiling strsim v0.10.0
   Compiling dtoa v0.4.8
   Compiling utf-8 v0.7.6
   Compiling typenum v1.15.0
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v0.4.8
   Compiling nodrop v0.1.14
   Compiling crc32fast v1.3.2
   Compiling percent-encoding v2.1.0
   Compiling unicode-bidi v0.3.8
   Compiling serde_json v1.0.82
   Compiling convert_case v0.4.0
   Compiling alloc-no-stdlib v2.0.3
   Compiling thin-slice v0.1.1
   Compiling adler v1.0.2
   Compiling same-file v1.0.6
   Compiling crossbeam-utils v0.8.10
   Compiling cty v0.2.2
   Compiling semver v1.0.12
   Compiling bytes v1.1.0
   Compiling lazy_static v1.4.0
   Compiling tao v0.12.1
   Compiling cpufeatures v0.2.2
   Compiling wry v0.19.0
   Compiling regex-syntax v0.6.27
   Compiling glob v0.3.0
   Compiling base64 v0.13.0
   Compiling fastrand v1.7.0

Don't miss a new tauri release

NewReleases is sending notifications on new releases.