Skip to content

Releases: tauri-apps/tauri

tauri-macros v1.0.1

29 Jun 18:33
1a9b133
Compare
Choose a tag to compare

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]

  • 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

Cargo Publish

Updating crates.io index
   Packaging tauri-macros v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-macros)
   Verifying tauri-macros v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-macros)
 Downloading crates ...
  Downloaded tauri-codegen v1.0.1
   Compiling proc-macro2 v1.0.40
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.20
   Compiling cfg-if v1.0.0
   Compiling syn v1.0.98
   Compiling libc v0.2.126
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling autocfg v1.1.0
   Compiling serde_derive v1.0.137
   Compiling proc-macro-hack v0.5.19
   Compiling serde v1.0.137
   Compiling smallvec v1.8.1
   Compiling parking_lot_core v0.9.3
   Compiling typenum v1.15.0
   Compiling byteorder v1.4.3
   Compiling matches v0.1.9
   Compiling new_debug_unreachable v1.0.4
   Compiling log v0.4.17
   Compiling version_check v0.9.4
   Compiling scopeguard v1.1.0
   Compiling ident_case v1.0.1
   Compiling adler32 v1.2.0
   Compiling precomputed-hash v0.1.1
   Compiling bitflags v1.3.2
   Compiling fnv v1.0.7
   Compiling mac v0.1.1
   Compiling strsim v0.10.0
   Compiling serde_json v1.0.81
   Compiling dtoa v0.4.8
   Compiling once_cell v1.12.0
   Compiling utf-8 v0.7.6
   Compiling tinyvec_macros v0.1.0
   Compiling itoa v1.0.2
   Compiling convert_case v0.4.0
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling ryu v1.0.10
   Compiling stable_deref_trait v1.2.0
   Compiling memchr v2.5.0
   Compiling semver v1.0.11
   Compiling unicode-bidi v0.3.8
   Compiling crc32fast v1.3.2
   Compiling percent-encoding v2.1.0
   Compiling thin-slice v0.1.1
   Compiling adler v1.0.2
   Compiling heck v0.4.0
   Compiling cpufeatures v0.2.2
   Compiling same-file v1.0.6
   Compiling base64 v0.13.0
   Compiling phf_shared v0.8.0
   Compiling phf_shared v0.10.0
   Compiling lock_api v0.4.7
   Compiling num-traits v0.2.15
   Compiling num-integer v0.1.45
   Compiling num-iter v0.1.43
   Compiling fxhash v0.2.1
   Compiling generic-array v0.14.5
   Compiling deflate v0.7.20
   Compiling inflate v0.3.4
   Compiling deflate v1.0.0
   Compiling futf v0.1.5
   Compiling dtoa-short v0.3.3
   Compiling tinyvec v1.6.0
   Compiling servo_arc v0.1.1
   Compiling form_urlencoded v1.0.1
   Compiling miniz_oxide v0.5.3
   Compiling walkdir v2.3.2
   Compiling tendril v0.4.3
   Compiling unicode-normalization v0.1.20
   Compiling getrandom v0.2.7
   Compiling png v0.17.5
   Compiling idna v0.2.3
   Compiling rand_core v0.5.1
   Compiling rand_core v0.6.3
   Compiling uuid v1.1.2
   Compiling parking_lot v0.12.1
   Compiling crypto-common v0.1.3
   Compiling block-buffer v0.10.2
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.2.2
   Compiling rand_chacha v0.3.1
   Compiling darling_core v0.13.4
   Compiling digest v0.10.3
   Compiling rand v0.7.3
   Compiling rand v0.8.5
   Compiling cssparser v0.27.2
   Compiling html5ever v0.25.2
   Compiling cssparser-macros v0.6.0
   Compiling derive_more v0.99.17
   Compiling thiserror-impl v1.0.31
   Compiling ctor v0.1.22
   Compiling sha2 v0.10.2
   Compiling png v0.11.0

tauri-codegen v1.0.1

29 Jun 18:32
1a9b133
Compare
Choose a tag to compare

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]

  • 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

Cargo Publish

Updating crates.io index
   Packaging tauri-codegen v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-codegen)
   Verifying tauri-codegen v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-codegen)
 Downloading crates ...
  Downloaded crypto-common v0.1.3
  Downloaded block-buffer v0.10.2
  Downloaded digest v0.10.3
  Downloaded same-file v1.0.6
  Downloaded sha2 v0.10.2
  Downloaded walkdir v2.3.2
  Downloaded typenum v1.15.0
  Downloaded deflate v0.7.20
  Downloaded alloc-no-stdlib v2.0.3
  Downloaded png v0.11.0
  Downloaded ico v0.1.0
  Downloaded num-iter v0.1.43
  Downloaded inflate v0.3.4
  Downloaded brotli-decompressor v2.3.2
  Downloaded generic-array v0.14.5
  Downloaded cpufeatures v0.2.2
  Downloaded alloc-stdlib v0.2.1
  Downloaded brotli v3.3.4
  Downloaded num-traits v0.2.15
  Downloaded num-integer v0.1.45
   Compiling proc-macro2 v1.0.40
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.20
   Compiling cfg-if v1.0.0
   Compiling syn v1.0.98
   Compiling libc v0.2.126
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling autocfg v1.1.0
   Compiling serde_derive v1.0.137
   Compiling serde v1.0.137
   Compiling proc-macro-hack v0.5.19
   Compiling smallvec v1.8.1
   Compiling parking_lot_core v0.9.3
   Compiling typenum v1.15.0
   Compiling version_check v0.9.4
   Compiling byteorder v1.4.3
   Compiling log v0.4.17
   Compiling scopeguard v1.1.0
   Compiling matches v0.1.9
   Compiling new_debug_unreachable v1.0.4
   Compiling ident_case v1.0.1
   Compiling bitflags v1.3.2
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling adler32 v1.2.0
   Compiling fnv v1.0.7
   Compiling strsim v0.10.0
   Compiling tinyvec_macros v0.1.0
   Compiling utf-8 v0.7.6
   Compiling serde_json v1.0.81
   Compiling dtoa v0.4.8
   Compiling once_cell v1.12.0
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling itoa v1.0.2
   Compiling convert_case v0.4.0
   Compiling alloc-no-stdlib v2.0.3
   Compiling stable_deref_trait v1.2.0
   Compiling ryu v1.0.10
   Compiling crc32fast v1.3.2
   Compiling percent-encoding v2.1.0
   Compiling semver v1.0.11
   Compiling memchr v2.5.0
   Compiling unicode-bidi v0.3.8
   Compiling thin-slice v0.1.1
   Compiling adler v1.0.2
   Compiling same-file v1.0.6
   Compiling heck v0.4.0
   Compiling cpufeatures v0.2.2
   Compiling base64 v0.13.0
   Compiling phf_shared v0.8.0
   Compiling phf_shared v0.10.0
   Compiling lock_api v0.4.7
   Compiling num-traits v0.2.15
   Compiling num-integer v0.1.45
   Compiling num-iter v0.1.43
   Compiling generic-array v0.14.5
   Compiling fxhash v0.2.1
   Compiling futf v0.1.5
   Compiling deflate v0.7.20
   Compiling inflate v0.3.4
   Compiling deflate v1.0.0
   Compiling tinyvec v1.6.0
   Compiling dtoa-short v0.3.3
   Compiling alloc-stdlib v0.2.1
   Compiling servo_arc v0.1.1
   Compiling form_urlencoded v1.0.1
   Compiling miniz_oxide v0.5.3
   Compiling walkdir v2.3.2
   Compiling tendril v0.4.3
   Compiling unicode-normalization v0.1.20
   Compiling brotli-decompressor v2.3.2
   Compiling getrandom v0.2.7

tauri-bundler v1.0.1

29 Jun 18:13
df5fd52
Compare
Choose a tag to compare

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]

  • Fix AppImage bundling when appimagelauncher is enabled.
    • b0133083 Fix appimage creation in container when host has appimagelauncher enabled (#4457) on 2022-06-27
  • Fixes AppImage bundler crashes when the file path contains whitespace.
    • 82eb6e79 fix(bundler): Fix appimage bundler crashing if path has spaces (#4471) on 2022-06-26
  • Ensure usr/lib is a directory in the AppImage bundle.
    • aa0336d6 fix(bundler): ensure AppImage usr/lib is a dir (#4419) on 2022-06-21
  • AppImage bundling will now prefer bundling correctly named appincidator library (including .1 version suffix). With a symlink for compatibility with the old naming.
    • bf45ca1d fix(cli,bundler): prefer AppImage libraries with ABI version (#4505) on 2022-06-29
  • Fix language code for korean (ko-KR).
  • Use the plist crate instead of the PlistBuddy binary to merge user Info.plist file.
    • 45076b3e refactor(bundler): use the plist crate to create and merge Info.plist (#4412) on 2022-06-21
  • Validate app version before bundling WiX.
    • 672174b8 feat(bundler): validate version before bundling with WiX (#4429) on 2022-06-21
  • Check if $HOME\AppData\Local\tauri\WixTools directory has all the required files and redownload WiX if something is missing.
  • Added webview install mode options.

Cargo Publish

Updating crates.io index
   Packaging tauri-bundler v1.0.1 (/home/runner/work/tauri/tauri/tooling/bundler)
   Verifying tauri-bundler v1.0.1 (/home/runner/work/tauri/tauri/tooling/bundler)
 Downloading crates ...
  Downloaded handlebars v4.3.1
  Downloaded libflate_lz77 v1.1.0
  Downloaded digest v0.8.1
  Downloaded pest_derive v2.1.0
  Downloaded remove_dir_all v0.5.3
  Downloaded scoped_threadpool v0.1.9
  Downloaded glob v0.3.0
  Downloaded pest_meta v2.1.3
  Downloaded generic-array v0.12.4
  Downloaded pin-project-internal v1.0.10
  Downloaded pin-project v1.0.10
  Downloaded jpeg-decoder v0.2.6
  Downloaded rle-decode-fast v1.0.3
  Downloaded libflate v1.2.0
  Downloaded ar v0.9.0
  Downloaded threadpool v1.8.1
  Downloaded spin v0.9.3
  Downloaded pest_generator v2.1.3
  Downloaded filetime v0.2.16
  Downloaded tempfile v3.3.0
  Downloaded value-bag v1.0.0-alpha.9
  Downloaded walkdir v2.3.2
  Downloaded ucd-trie v0.1.3
  Downloaded tar v0.4.38
  Downloaded sha-1 v0.8.2
  Downloaded typenum v1.15.0
  Downloaded byte-tools v0.3.1
  Downloaded same-file v1.0.6
  Downloaded num-rational v0.4.1
  Downloaded xattr v0.2.3
  Downloaded fake-simd v0.1.2
  Downloaded block-buffer v0.7.3
  Downloaded futures-sink v0.3.21
  Downloaded weezl v0.1.6
  Downloaded opaque-debug v0.2.3
  Downloaded nanorand v0.7.0
  Downloaded deflate v1.0.0
  Downloaded num-integer v0.1.45
  Downloaded inflate v0.4.5
  Downloaded num-iter v0.1.43
  Downloaded fastrand v1.7.0
  Downloaded png v0.17.5
  Downloaded pest v2.1.3
  Downloaded image v0.24.2
  Downloaded flume v0.10.13
  Downloaded tiff v0.7.2
  Downloaded gif v0.11.4
  Downloaded exr v1.4.2
  Downloaded md5 v0.7.0
  Downloaded num-traits v0.2.15
  Downloaded flate2 v1.0.24
  Downloaded crc32fast v1.3.2
  Downloaded maplit v1.0.2
  Downloaded half v1.8.2
  Downloaded bytemuck v1.9.1
  Downloaded adler32 v1.2.0
  Downloaded lebe v0.5.1
  Downloaded futures-core v0.3.21
  Downloaded color_quant v1.1.0
  Downloaded bit_field v0.10.1
  Downloaded block-padding v0.1.5
  Downloaded tauri-utils v1.0.1
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.40
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.20
   Compiling syn v1.0.98
   Compiling autocfg v1.1.0
   Compiling libc v0.2.126
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling scopeguard v1.1.0
   Compiling serde_derive v1.0.137
   Compiling once_cell v1.12.0
   Compiling serde v1.0.137
   Compiling proc-macro-hack v0.5.19
   Compiling smallvec v1.8.1
   Compiling crossbeam-utils v0.8.10
   Compiling version_check v0.9.4
   Compiling parking_lot_core v0.9.3
   Compiling log v0.4.17
   Compiling matches v0.1.9
   Compiling crc32fast v1.3.2
   Compiling new_debug_unreachable v1.0.4
   Compiling rayon-core v1.9.3
   Compiling ident_case v1.0.1
   Compiling precomputed-hash v0.1.1
   Compiling fnv v1.0.7
   Compiling strsim v0.10.0
   Compiling mac v0.1.1
   Compiling serde_json v1.0.81
   Compiling adler32 v1.2.0
   Compiling itoa v1.0.2
   Compiling utf-8 v0.7.6
   Compiling dtoa v0.4.8

tauri-build v1.0.1

29 Jun 18:35
1a9b133
Compare
Choose a tag to compare

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]

  • Changed the BundleConfig::targets to a BundleTarget enum to enhance generated documentation.
    • Bumped due to a bump in tauri-utils.
    • 31c15cd2 docs(config): enhance documentation for bundle targets, closes #3251 (#4418) on 2022-06-21
  • Added platform::is_windows_7.
    • Bumped due to a bump in tauri-utils.
    • 57039fb2 fix(core): add windows 7 notification support (#4491) on 2022-06-28
  • Suppress unused variable warning in release builds.
    • Bumped due to a bump in tauri-utils.
    • 45981851 chore(lint): unused variable warnings for release builds (#4411) on 2022-06-22
  • Added webview install mode options.
    • Bumped due to a bump in tauri-utils.
    • 2ca762d2 feat(bundler): extend webview2 installation options, closes #2882 #2452 (#4466) on 2022-06-26

Cargo Publish

Updating crates.io index
   Packaging tauri-build v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-build)
   Verifying tauri-build v1.0.1 (/home/runner/work/tauri/tauri/core/tauri-build)
 Downloading crates ...
  Downloaded glob v0.3.0
  Downloaded cargo_toml v0.11.5
   Compiling proc-macro2 v1.0.40
   Compiling unicode-ident v1.0.1
   Compiling quote v1.0.20
   Compiling syn v1.0.98
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.126
   Compiling ppv-lite86 v0.2.16
   Compiling siphasher v0.3.10
   Compiling getrandom v0.1.16
   Compiling serde_derive v1.0.137
   Compiling serde v1.0.137
   Compiling proc-macro-hack v0.5.19
   Compiling smallvec v1.8.1
   Compiling autocfg v1.1.0
   Compiling parking_lot_core v0.9.3
   Compiling log v0.4.17
   Compiling matches v0.1.9
   Compiling scopeguard v1.1.0
   Compiling new_debug_unreachable v1.0.4
   Compiling strsim v0.10.0
   Compiling mac v0.1.1
   Compiling fnv v1.0.7
   Compiling precomputed-hash v0.1.1
   Compiling ident_case v1.0.1
   Compiling serde_json v1.0.81
   Compiling once_cell v1.12.0
   Compiling utf-8 v0.7.6
   Compiling dtoa v0.4.8
   Compiling tinyvec_macros v0.1.0
   Compiling byteorder v1.4.3
   Compiling convert_case v0.4.0
   Compiling nodrop v0.1.14
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v0.4.8
   Compiling itoa v1.0.2
   Compiling ryu v1.0.10
   Compiling bitflags v1.3.2
   Compiling semver v1.0.11
   Compiling thin-slice v0.1.1
   Compiling memchr v2.5.0
   Compiling percent-encoding v2.1.0
   Compiling unicode-bidi v0.3.8
   Compiling anyhow v1.0.58
   Compiling same-file v1.0.6
   Compiling heck v0.4.0
   Compiling glob v0.3.0
   Compiling phf_shared v0.8.0
   Compiling phf_shared v0.10.0
   Compiling lock_api v0.4.7
   Compiling futf v0.1.5
   Compiling dtoa-short v0.3.3
   Compiling tinyvec v1.6.0
   Compiling fxhash v0.2.1
   Compiling servo_arc v0.1.1
   Compiling form_urlencoded v1.0.1
   Compiling walkdir v2.3.2
   Compiling tendril v0.4.3
   Compiling unicode-normalization v0.1.20
   Compiling getrandom v0.2.7
   Compiling idna v0.2.3
   Compiling rand_core v0.5.1
   Compiling rand_core v0.6.3
   Compiling parking_lot v0.12.1
   Compiling rand_chacha v0.2.2
   Compiling rand_pcg v0.2.1
   Compiling rand_chacha v0.3.1
   Compiling rand v0.7.3
   Compiling darling_core v0.13.4
   Compiling rand v0.8.5
   Compiling phf_generator v0.8.0
   Compiling cssparser v0.27.2
   Compiling html5ever v0.25.2
   Compiling cssparser-macros v0.6.0
   Compiling derive_more v0.99.17
   Compiling thiserror-impl v1.0.31
   Compiling ctor v0.1.22
   Compiling darling_macro v0.13.4
   Compiling phf_codegen v0.8.0
   Compiling phf_macros v0.8.0
   Compiling phf_generator v0.10.0
   Compiling thiserror v1.0.31
   Compiling darling v0.13.4
   Compiling selectors v0.22.0
   Compiling string_cache_codegen v0.5.2
   Compiling phf_macros v0.10.0
   Compiling phf v0.8.0
   Compiling serde_with_macros v1.5.2
   Compiling string_cache v0.8.4
   Compiling toml v0.5.9
   Compiling url v2.2.2
   Compiling markup5ever v0.10.1
   Compiling phf v0.10.1
   Compiling serde_with v1.14.0
   Compiling treediff v3.0.2

cli.rs v1.0.1

29 Jun 18:44
1a9b133
Compare
Choose a tag to compare

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]

  • No longer adds the pkg-config dependency to .deb packages when the systemTray is used.
    This only works with recent versions of libappindicator-sys (including tauri-apps/libappindicator-rs#38),
    so a cargo update may be necessary if you create .deb bundles and use the tray feature.
    • 0e6edeb1 fix(cli): Don't add pkg-config to deb (#4508) on 2022-06-29
  • AppImage bundling will now prefer bundling correctly named appincidator library (including .1 version suffix). With a symlink for compatibility with the old naming.
    • bf45ca1d fix(cli,bundler): prefer AppImage libraries with ABI version (#4505) on 2022-06-29
  • Improve error message when cargo is not installed.
    • e0e5f772 feat(cli): improve cargo not found error message, closes #4428 (#4430) on 2022-06-21
  • The app template now only sets the default menu on macOS.
    • 5105b428 feat(cli): change app template to only set default menu on macOS (#4518) on 2022-06-29
  • Warn if updater is enabled but not in the bundle target list.
    • 31c15cd2 docs(config): enhance documentation for bundle targets, closes #3251 (#4418) on 2022-06-21
  • Check if target exists and is installed on dev and build commands.
    • 13b8a240 feat(cli): validate target argument (#4458) on 2022-06-24
  • Fixes the covector configuration on the plugin templates.
    • b8a64d01 fix(cli): add prepublish scripts to the plugin templates on 2022-06-19
  • Set the binary name to the product name in development.
    • b025b9f5 refactor(cli): set binary name on dev (#4447) on 2022-06-23
  • Allow registering a .gitignore file to skip watching some project files and directories via the TAURI_DEV_WATCHER_IGNORE_FILE environment variable.
  • Fix shebang for kill-children.sh.
  • Update plugin templates to use newer tauri-apps/create-pull-request GitHub action.
    • 07f90795 chore(cli): update plugin template tauri-apps/create-pull-request on 2022-06-19
  • Use UNIX path separator on the init $schema field.
    • 01053045 chore(cli): use unix path separator on $schema (#4384) on 2022-06-19
  • The info command now can check the Cargo lockfile on workspaces.
    • 12f65219 fix(cli): read lockfile from workspace on the info command, closes #4232 (#4423) on 2022-06-21
  • Preserve the Cargo.toml formatting when the features array is not changed.
    • 6650e5d6 fix(cli): preserve Cargo manifest formatting when possible (#4431) on 2022-06-21
  • Change the updater signature metadata to include the file name instead of its full path.
    • 094b3eb3 fix(cli): file name instead of path on updater sig comment, closes #4467 (#4484) on 2022-06-27
  • Validate bundle identifier as it must only contain alphanumeric characters, hyphens and periods.
    • 0674a801 fix: assert config.bundle.identifier to be only alphanumeric, hyphens or dots. closes #4359 (#4363) on 2022-06-17

Cargo Publish

Updating crates.io index
   Packaging tauri-cli v1.0.1 (/home/runner/work/tauri/tauri/tooling/cli)
   Verifying tauri-cli v1.0.1 (/home/runner/work/tauri/tauri/tooling/cli)
 Downloading crates ...
  Downloaded ghash v0.4.4
  Downloaded mio v0.6.23
  Downloaded pin-project-internal v1.0.10
  Downloaded os_pipe v1.0.1
  Downloaded password-hash v0.3.2
  Downloaded generic-array v0.12.4
  Downloaded libflate_lz77 v1.1.0
  Downloaded opaque-debug v0.2.3
  Downloaded rpassword v5.0.1
  Downloaded weezl v0.1.6
  Downloaded digest v0.8.1
  Downloaded env_logger v0.9.0
  Downloaded fake-simd v0.1.2
  Downloaded flume v0.10.13
  Downloaded exr v1.4.2
  Downloaded ctr v0.8.0
  Downloaded half v1.8.2
  Downloaded uritemplate-next v0.2.0
  Downloaded ar v0.9.0
  Downloaded valico v3.6.0
  Downloaded scrypt v0.8.1
  Downloaded minisign v0.7.0
  Downloaded base64ct v1.0.1
  Downloaded inotify v0.7.1
  Downloaded publicsuffix v1.5.6
  Downloaded libflate v1.2.0
  Downloaded image v0.24.2
  Downloaded semver v1.0.10
  Downloaded os_info v3.4.0
  Downloaded num-rational v0.4.1
  Downloaded byte-tools v0.3.1
  Downloaded console v0.15.0
  Downloaded inotify-sys v0.1.5
  Downloaded serde_derive_internals v0.26.0
  Downloaded toml_edit v0.14.4
  Downloaded json5 v0.4.1
  Downloaded pbkdf2 v0.10.1
  Downloaded mio-extras v2.0.6
  Downloaded tauri-bundler v1.0.1
  Downloaded pest_generator v2.1.3
  Downloaded unicode-width v0.1.9
  Downloaded time v0.1.44
  Downloaded spin v0.9.3
  Downloaded sval v1.0.0-alpha.5
  Downloaded value-bag v1.0.0-alpha.9
  Downloaded nix v0.24.1
  Downloaded polyval v0.5.3
  Downloaded tiff v0.7.2
  Downloaded jpeg-decoder v0.2.6
  Downloaded rle-decode-fast v1.0.3
  Downloaded scoped_threadpool v0.1.9
  Downloaded threadpool v1.8.1
  Downloaded subtle v2.4.1
  Downloaded pest_meta v2.1.3
  Downloaded notify v4.0.17
  Downloaded pest_derive v2.1.0
  Downloaded jsonway v2.0.0
  Downloaded gif v0.11.4
  Downloaded dialoguer v0.10.1
  Downloaded colored v2.0.0
  Downloaded aes v0.7.5
  Downloaded schemars v0.8.10
  Downloaded schemars_derive v0.8.10
  Downloaded md5 v0.7.0
  Downloaded maplit v1.0.2
  Downloaded dyn-clone v1.0.6
  Downloaded ctrlc v3.2.2
  Downloaded cipher v0.3.0
  Downloaded block-buffer v0.7.3
  Downloaded block-padding v0.1.5
  Downloaded aead v0.4.3
  Downloaded inflate v0.4.5
  Downloaded aes-gcm v0.9.4
  Downloaded include_dir_macros v0.7.2
  Downloaded include_dir v0.7.2
  Downloaded shared_child v1.0.0
  Downloaded nanorand v0.7.0
  Downloaded lazycell v1.3.0
  Downloaded iovec v0.1.4
  Downloaded hmac v0.12.1
  Downloaded color_quant v1.1.0
  Downloaded chrono v0.4.19
  Downloaded cfg-if v0.1.10
  Downloaded bytemuck v1.9.1
  Downloaded bit_field v0.10.1
  Downloaded universal-hash v0.4.1
  Downloaded sha-1 v0.8.2
  Downloaded salsa20 v0.9.0
  Downloaded pin-project v1.0.10
  Downloaded lebe v0.5.1
  Downloaded json-pointer v0.3.4
  Downloaded handlebars v4.3.1
  Downloaded opaque-debug v0.3.0
  Downloaded net2 v0.2.37
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.40
   Compiling quote v1.0.20

cli.js v1.0.1

29 Jun 18:39
1a9b133
Compare
Choose a tag to compare

[1.0.1]

  • No longer adds the pkg-config dependency to .deb packages when the systemTray is used.
    This only works with recent versions of libappindicator-sys (including tauri-apps/libappindicator-rs#38),
    so a cargo update may be necessary if you create .deb bundles and use the tray feature.
    • 0e6edeb1 fix(cli): Don't add pkg-config to deb (#4508) on 2022-06-29
  • AppImage bundling will now prefer bundling correctly named appincidator library (including .1 version suffix). With a symlink for compatibility with the old naming.
    • bf45ca1d fix(cli,bundler): prefer AppImage libraries with ABI version (#4505) on 2022-06-29
  • Improve error message when cargo is not installed.
    • e0e5f772 feat(cli): improve cargo not found error message, closes #4428 (#4430) on 2022-06-21
  • The app template now only sets the default menu on macOS.
    • 5105b428 feat(cli): change app template to only set default menu on macOS (#4518) on 2022-06-29
  • Warn if updater is enabled but not in the bundle target list.
    • 31c15cd2 docs(config): enhance documentation for bundle targets, closes #3251 (#4418) on 2022-06-21
  • Check if target exists and is installed on dev and build commands.
    • 13b8a240 feat(cli): validate target argument (#4458) on 2022-06-24
  • Fixes the covector configuration on the plugin templates.
    • b8a64d01 fix(cli): add prepublish scripts to the plugin templates on 2022-06-19
  • Set the binary name to the product name in development.
    • b025b9f5 refactor(cli): set binary name on dev (#4447) on 2022-06-23
  • Allow registering a .gitignore file to skip watching some project files and directories via the TAURI_DEV_WATCHER_IGNORE_FILE environment variable.
  • Fix shebang for kill-children.sh.
  • Update plugin templates to use newer tauri-apps/create-pull-request GitHub action.
    • 07f90795 chore(cli): update plugin template tauri-apps/create-pull-request on 2022-06-19
  • Use UNIX path separator on the init $schema field.
    • 01053045 chore(cli): use unix path separator on $schema (#4384) on 2022-06-19
  • The info command now can check the Cargo lockfile on workspaces.
    • 12f65219 fix(cli): read lockfile from workspace on the info command, closes #4232 (#4423) on 2022-06-21
  • Preserve the Cargo.toml formatting when the features array is not changed.
    • 6650e5d6 fix(cli): preserve Cargo manifest formatting when possible (#4431) on 2022-06-21
  • Change the updater signature metadata to include the file name instead of its full path.
    • 094b3eb3 fix(cli): file name instead of path on updater sig comment, closes #4467 (#4484) on 2022-06-27
  • Validate bundle identifier as it must only contain alphanumeric characters, hyphens and periods.
    • 0674a801 fix: assert config.bundle.identifier to be only alphanumeric, hyphens or dots. closes #4359 (#4363) on 2022-06-17

v1.0.0: Apply Version Updates From Current Changes (#4352)

16 Jun 03:28
13c2fc1
Compare
Choose a tag to compare
Co-authored-by: lucasfernog <[email protected]>
Co-authored-by: Lucas Nogueira <[email protected]>

tauri v1.0.0

16 Jun 02:39
13c2fc1
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

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

[1.0.0]

  • Allow choosing multiple folders in dialog.open.
  • Upgrade to stable!

Cargo Publish

Updating crates.io index
   Packaging tauri v1.0.0 (/home/runner/work/tauri/tauri/core/tauri)
   Uploading tauri v1.0.0 (/home/runner/work/tauri/tauri/core/tauri)

tauri-utils v1.0.0

16 Jun 02:36
13c2fc1
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

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

[1.0.0]

  • Upgrade to stable!

Cargo Publish

Updating crates.io index
   Packaging tauri-utils v1.0.0 (/home/runner/work/tauri/tauri/core/tauri-utils)
   Uploading tauri-utils v1.0.0 (/home/runner/work/tauri/tauri/core/tauri-utils)

tauri-runtime-wry v0.9.0

16 Jun 02:37
13c2fc1
Compare
Choose a tag to compare

Updating crates.io index

Cargo Audit

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

[0.9.0]

  • Upgrade to stable!
    • Bumped due to a bump in tauri-utils.
    • f4bb30cc feat(covector): prepare for v1 (#4351) on 2022-06-15

Cargo Publish

Updating crates.io index
   Packaging tauri-runtime-wry v0.9.0 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)
   Uploading tauri-runtime-wry v0.9.0 (/home/runner/work/tauri/tauri/core/tauri-runtime-wry)