github tauri-apps/tauri tauri-cli-v1.4.0
tauri-cli v1.4.0

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 550 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (515 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
├── wry 0.24.3
│   └── tauri-runtime-wry 0.14.0
│       └── tauri 1.4.0
│           ├── tauri 1.4.0
│           ├── restart 0.1.0
│           └── app-updater 0.1.0
└── tauri-utils 1.4.0
    ├── tauri-runtime-wry 0.14.0
    ├── tauri-runtime 0.14.0
    │   ├── tauri-runtime-wry 0.14.0
    │   └── tauri 1.4.0
    ├── tauri-macros 1.4.0
    │   └── tauri 1.4.0
    ├── tauri-config-schema 0.0.0
    ├── tauri-codegen 1.4.0
    │   ├── tauri-macros 1.4.0
    │   └── tauri-build 1.4.0
    │       └── app-updater 0.1.0
    ├── tauri-build 1.4.0
    └── tauri 1.4.0

Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
├── colored 2.0.0
│   └── mockito 0.31.1
│       └── tauri 1.4.0
│           ├── tauri 1.4.0
│           ├── restart 0.1.0
│           └── app-updater 0.1.0
└── clap 3.2.25
    └── tauri 1.4.0

warning: 2 allowed warnings found

[1.4.0]

New Features

  • 0ddbb3a1(#7015) Provide prebuilt CLIs for Windows ARM64 targets.
  • 35cd751a(#5176) Added the desktop_template option on tauri.conf.json > tauri > bundle > deb.
  • 6c5ade08(#4537) Added tauri completions to generate shell completions scripts.
  • 29488205(#6867) Allow specifying custom language files of Tauri's custom messages for the NSIS installer
  • e092f799(#6887) Add nsis > template option to specify custom NSIS installer template.

Enhancements

  • d75c1b82(#7181) Print a useful error when updater bundle target is specified without an updater-enabled target.
  • 52474e47(#7141) Enhance injection of Cargo features.
  • 2659ca1a(#6900) Add rustls as default Cargo feature.
  • c7056d1b(#6982) Improve Visual Studio installation detection in tauri info command to check for the necessary components instead of whole workloads. This also fixes the detection of minimal installations and auto-installations done by rustup.

Bug Fixes

Don't miss a new tauri release

NewReleases is sending notifications on new releases.