github tauri-apps/tauri tauri-v1.0.1
tauri v1.0.1

latest releases: tauri-cli-v2.0.0-rc.12, @tauri-apps/cli-v2.0.0-rc.12, tauri-v2.0.0-rc.10...
2 years ago

Updating crates.io index

Cargo Audit

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

[1.0.1]

  • Added fn new constructors for PhysicalSize, LogicalSize, PhysicalPosition and LogicalPosition and missing conversion methods.
    • c7d13a1c feat(core): add missing methods to the dpi module (#4393) on 2022-06-19
  • Set the bundle name and app metadata in the Info.plist file in development mode.
    • 38f5db6e feat(codegen): fill app metadata in development Info.plist on 2022-06-21
  • Set the application icon in development mode on macOS.
    • 307c2ebf feat(core): set macOS app icon in development (#4385) on 2022-06-19
  • Fixes the error message when using the window.unminimize API without enabling it in the allowlist.
  • Initialize Tauri script when devPath is an external URL with path.
    • 079b1cc0 fix(core): properly get external URL origin, closes #4414 (#4417) on 2022-06-21
  • Fixes deadlock when a plugin window ready event needs to block the thread waiting on the event loop.
    • 9d33d093 fix(core): deadlock on plugin webview ready hook (#4462) on 2022-06-24
  • Adjust the updater to fallback to $HOME/.cache or the current working directory as temp directory if the system default is in a different mount point.
    • fd125f76 fix(updater): fallback if tmp is on different mount point, closes #4500 (#4504) on 2022-06-28
  • Properly fill the origin window when using emit_to and emit_all from Window.
    • 643ae846 fix: fire window-specific event on Window emit_to/emit_all, closes #4493 (#4498) on 2022-06-28
  • Implement raw_window_handle::HasRawWindowHandle on Linux.
    • 3efbc67f feat: implement raw_window_handle on Linux (#4469) on 2022-06-26
  • Added on_drop hook to the plugin::Builder.
    • be4bb391 feat: add AppHandle::remove_plugin and plugin on_drop, closes #4361 (#4443) on 2022-06-23
  • Refactored the tauri-runtime-wry plugin interface.
    • e39e2999 refactor(tauri-runtime-wry): enhance plugin interface (#4476) on 2022-06-27
  • Added AppHandle::remove_plugin.
    • be4bb391 feat: add AppHandle::remove_plugin and plugin on_drop, closes #4361 (#4443) on 2022-06-23
  • The theme API is now implemented on macOS 10.14+.
    • 6d94ce42 feat(core): theme is now implemented on macOS (#4380) on 2022-06-17
  • Suppress unused variable warning in release builds.
    • 45981851 chore(lint): unused variable warnings for release builds (#4411) on 2022-06-22
  • Update tao to 0.12 and wry to 0.19.
    • f6edc6df chore(deps): update tao to 0.12, wry to 0.19, closes #3220 (#4502) on 2022-06-28
  • Added Notification::notify API behind the windows7-compat Cargo feature, which includes Windows 7 support.
    • 57039fb2 fix(core): add windows 7 notification support (#4491) on 2022-06-28

Cargo Publish

Updating crates.io index
   Packaging tauri v1.0.1 (/home/runner/work/tauri/tauri/core/tauri)
   Verifying tauri v1.0.1 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded futures-sink v0.3.21
  Downloaded serialize-to-javascript v0.1.1
  Downloaded fastrand v1.7.0
  Downloaded tempfile v3.3.0
  Downloaded tokio-macros v1.8.0
  Downloaded signal-hook-registry v1.4.0
  Downloaded state v0.5.3
  Downloaded socket2 v0.4.4
  Downloaded waker-fn v1.1.0
  Downloaded serialize-to-javascript-impl v0.1.1
  Downloaded tar v0.4.38
  Downloaded flate2 v1.0.24
  Downloaded xattr v0.2.3
  Downloaded mio v0.8.4
  Downloaded parking v2.0.0
  Downloaded ignore v0.4.18
  Downloaded futures v0.3.21
  Downloaded tokio v1.19.2
  Downloaded tauri-runtime-wry v0.10.0
  Downloaded tauri-macros v1.0.1
  Downloaded globset v0.4.9
  Downloaded filetime v0.2.16
  Downloaded futures-macro v0.3.21
  Downloaded bstr v0.2.17
  Downloaded futures-lite v1.12.0
  Downloaded serde_repr v0.1.8
  Downloaded remove_dir_all v0.5.3
   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.137
   Compiling serde v1.0.137
   Compiling libc v0.2.126
   Compiling smallvec v1.8.1
   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.12.0
   Compiling ppv-lite86 v0.2.16
   Compiling bitflags v1.3.2
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling futures-core v0.3.21
   Compiling futures-channel v0.3.21
   Compiling pin-project-lite v0.2.9
   Compiling futures-task v0.3.21
   Compiling futures-util v0.3.21
   Compiling anyhow v1.0.58
   Compiling futures-sink v0.3.21
   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 log v0.4.17
   Compiling unicode-segmentation v1.9.0
   Compiling itoa v1.0.2
   Compiling version-compare v0.0.11
   Compiling fnv v1.0.7
   Compiling ryu v1.0.10
   Compiling byteorder v1.4.3
   Compiling matches v0.1.9
   Compiling ucd-trie v0.1.3
   Compiling parking_lot_core v0.9.3
   Compiling scopeguard v1.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling tinyvec_macros v0.1.0
   Compiling mac v0.1.1
   Compiling ident_case v1.0.1
   Compiling gio v0.15.12
   Compiling precomputed-hash v0.1.1
   Compiling adler32 v1.2.0
   Compiling strsim v0.10.0
   Compiling utf-8 v0.7.6
   Compiling dtoa v0.4.8
   Compiling crc32fast v1.3.2
   Compiling percent-encoding v2.1.0
   Compiling nodrop v0.1.14
   Compiling stable_deref_trait v1.2.0
   Compiling alloc-no-stdlib v2.0.3
   Compiling serde_json v1.0.81
   Compiling convert_case v0.4.0
   Compiling itoa v0.4.8
   Compiling unicode-bidi v0.3.8
   Compiling typenum v1.15.0
   Compiling adler v1.0.2
   Compiling thin-slice v0.1.1
   Compiling crossbeam-utils v0.8.10
   Compiling same-file v1.0.6
   Compiling bytes v1.1.0
   Compiling lazy_static v1.4.0

Don't miss a new tauri release

NewReleases is sending notifications on new releases.