github tauri-apps/tauri tauri-v1.1.0
tauri v1.1.0

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 457 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (444 crate dependencies)
Crate:     ansi_term
Version:   0.12.1
Warning:   unmaintained
Title:     ansi_term is Unmaintained
Date:      2021-08-18
ID:        RUSTSEC-2021-0139
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0139
Dependency tree:
ansi_term 0.12.1
└── tracing-subscriber 0.3.15
    └── loom 0.5.6
        └── state 0.5.3
            └── tauri 1.1.0
                ├── tauri 1.1.0
                ├── restart 0.1.0
                └── app-updater 0.1.0

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
├── winrt-notification 0.5.1
│   └── notify-rust 4.5.8
│       └── tauri 1.1.0
│           ├── tauri 1.1.0
│           ├── restart 0.1.0
│           └── app-updater 0.1.0
└── plist 1.3.1
    └── tauri-codegen 1.1.0
        ├── tauri-macros 1.1.0
        │   └── tauri 1.1.0
        └── tauri-build 1.1.0
            └── app-updater 0.1.0

warning: 2 allowed warnings found

[1.1.0]

  • Implement api::http::ClientBuilder::max_redirections for the default attohttpc client.
    • ba5560b2 feat(core): implement max_redirections for attohttpc, ref #4795 (#4811) on 2022-07-31
  • Implement From<api::process::Command> for std::process::Command.
    • 9f1d34c2 feat: implement From for std::process::Command, closes #4673 (#4836) on 2022-08-02
  • Added support to configuration files in TOML format (Tauri.toml file).
    • ae83d008 feat: add support to TOML config file Tauri.toml, closes #4806 (#4813) on 2022-08-02
  • Enhance SystemTray::with_icon to accept tauri::Icon.
    • 964926ff feat(core): enhance SystemTray::with_icon (#4849) on 2022-08-03
  • Fixes CLI parser ignoring inner subcommands.
  • Fix fs.readDir recursive option reading symlinked directories that are not allowed by the scope.
    • f4121c12 fix(endpoints/fs/readDir): don't read symlinks that are not allowed b… (#5123) on 2022-09-08
  • Fix typo in invalid state access panic message.
  • Fixes updater breaking the app icon in Finder.
    • 58fc1f21 fix(updater): blank icon after update on macOS, closes #4613 (#4861) on 2022-08-04
  • Implement theme APIs for Linux.
    • f21cbecd feat(core): implement theme APIs for Linux (#4808) on 2022-08-02
  • Implement raw_window_handle::HasRawDisplayHandle for App and AppHandle
    • 0ad9531d chore(deps): update tao to 0.13, wry to 0.20, rfd to 0.10, raw-window-handle to 0.5 (#4804) on 2022-07-31
  • Retain command line arguments in api::process::restart.
    • 6218c31e fix(core): retain command line arguments on restart, closes #4760 (#4763) on 2022-07-25
  • Added APIs to create a system tray at runtime.
  • Add api::Command::encoding method to set the stdout/stderr encoding.
    • d8cf9f9f Command support for specified character encoding, closes #4644 (#4772) on 2022-07-28
  • Do not follow redirects when api::http::ClientBuilder::max_redirections is 0.
    • d576e8ae feat(core): do not follow redirects if max_redirects is 0 closes #4795 (#4812) on 2022-07-31
  • Added the SystemTrayHandle::destroy method.
  • Added native-tls-vendored and reqwest-native-tls-vendored Cargo features to compile and statically link to a vendored copy of OpenSSL on Linux.
    • 331f3460 feat(core): add option to use vendored openssl, closes #4470 (#4809) on 2022-08-02
  • Update windows to 0.39.0 and webview2-com to 0.19.1.
    • e6d9b670 refactor: remove unneeded focus code (#5065) on 2022-09-03
  • Add exists function to the fs module.
    • 3c62dbc9 feat(api): Add exists function to the fs module. (#5060) on 2022-09-15

Cargo Publish

Updating crates.io index
   Packaging tauri v1.1.0 (/home/runner/work/tauri/tauri/core/tauri)
   Verifying tauri v1.1.0 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded futures-macro v0.3.24
  Downloaded signal-hook-registry v1.4.0
  Downloaded globset v0.4.9
  Downloaded ignore v0.4.18
  Downloaded serialize-to-javascript v0.1.1
  Downloaded serialize-to-javascript-impl v0.1.1
  Downloaded state v0.5.3
  Downloaded tokio-macros v1.8.0
  Downloaded mio v0.8.4
  Downloaded serde_repr v0.1.9
  Downloaded socket2 v0.4.7
  Downloaded bstr v0.2.17
  Downloaded tokio v1.21.1
  Downloaded encoding_rs v0.8.31
  Downloaded tauri-macros v1.1.0
  Downloaded tauri-runtime-wry v0.11.0
   Compiling proc-macro2 v1.0.43
   Compiling unicode-ident v1.0.4
   Compiling quote v1.0.21
   Compiling syn v1.0.99
   Compiling serde_derive v1.0.144
   Compiling serde v1.0.144
   Compiling libc v0.2.132
   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 once_cell v1.14.0
   Compiling version_check v0.9.4
   Compiling thiserror v1.0.35
   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.24
   Compiling anyhow v1.0.65
   Compiling futures-task v0.3.24
   Compiling pin-project-lite v0.2.9
   Compiling futures-util v0.3.24
   Compiling proc-macro-hack v0.5.19
   Compiling pin-utils v0.1.0
   Compiling futures-channel v0.3.24
   Compiling log v0.4.17
   Compiling unicode-segmentation v1.10.0
   Compiling parking_lot_core v0.9.3
   Compiling itoa v1.0.3
   Compiling version-compare v0.0.11
   Compiling fnv v1.0.7
   Compiling byteorder v1.4.3
   Compiling scopeguard v1.1.0
   Compiling memchr v2.5.0
   Compiling ryu v1.0.11
   Compiling ucd-trie v0.1.5
   Compiling new_debug_unreachable v1.0.4
   Compiling tinyvec_macros v0.1.0
   Compiling strsim v0.10.0
   Compiling ident_case v1.0.1
   Compiling gio v0.15.12
   Compiling mac v0.1.1
   Compiling precomputed-hash v0.1.1
   Compiling utf-8 v0.7.6
   Compiling futures-io v0.3.24
   Compiling dtoa v0.4.8
   Compiling typenum v1.15.0
   Compiling unicode-bidi v0.3.8
   Compiling crc32fast v1.3.2
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling stable_deref_trait v1.2.0
   Compiling serde_json v1.0.85
   Compiling convert_case v0.4.0
   Compiling matches v0.1.9
   Compiling alloc-no-stdlib v2.0.4
   Compiling percent-encoding v2.2.0
   Compiling thin-slice v0.1.1
   Compiling adler v1.0.2
   Compiling same-file v1.0.6
   Compiling crossbeam-utils v0.8.11
   Compiling adler32 v1.2.0
   Compiling bytes v1.2.1
   Compiling semver v1.0.14
   Compiling lazy_static v1.4.0
   Compiling cty v0.2.2
   Compiling tao v0.14.0
   Compiling uuid v0.8.2
   Compiling glob v0.3.0
   Compiling cpufeatures v0.2.5
   Compiling regex-syntax v0.6.27
   Compiling tauri-runtime v0.11.0
   Compiling wry v0.21.0
   Compiling encoding_rs v0.8.31
   Compiling tauri-runtime-wry v0.11.0
   Compiling http-range v0.1.5

Don't miss a new tauri release

NewReleases is sending notifications on new releases.