Releases: tauri-apps/tauri
Releases · tauri-apps/tauri
tauri-bundler v1.0.0-rc.10
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 (441 crate dependencies)
[1.0.0-rc.10]
- Bundle the tray library file (
.so
extension) in the AppImage if theTRAY_LIBRARY_PATH
environment variable is set. - Bundle additional gstreamer files needed for audio and video playback if the
APPIMAGE_BUNDLE_GSTREAMER
environment variable is set. - Cache bundling tools in a directory shared by all tauri projects. Usually in
$XDG_HOME/.cache/tauri
on Linux and$HOME\AppData\Local\tauri
on Windows. - Pull correct linuxdeploy AppImage when building for 32-bit targets.
- Copy the
/usr/bin/xdg-open
binary if it exists and theAPPIMAGE_BUNDLE_XDG_OPEN
environment variable is set. - On Linux, high-dpi icons are now placed in the correct directory
and should be recognized by the desktop environment. - Only png files from tauri.conf.json > tauri.bundle.icon are used for app icons for linux targets.
Previously, all sizes from all source files (10 files using tauricon defaults) were used.
This also prevents unexpectedly mixed icons in cases where platform-specific icons are used. - Log command output in real time instead of waiting for it to finish.
Cargo Publish
Updating crates.io index
Packaging tauri-bundler v1.0.0-rc.10 (/home/runner/work/tauri/tauri/tooling/bundler)
Uploading tauri-bundler v1.0.0-rc.10 (/home/runner/work/tauri/tauri/tooling/bundler)
tauri-build v1.0.0-rc.13
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 (441 crate dependencies)
[1.0.0-rc.13]
- Copy
tauri.conf.json > tauri.bundle.windows.webview_fixed_runtime_path
as a resource to the target directory to fix development usage of a fixed Webview2 runtime path. - Improve usage of the GNU toolchain on Windows by copying the Webview2Loader.dll file to the target directory.
- Only statically link the VC runtime when the
STATIC_VCRUNTIME
environment variable is set totrue
(automatically done by the Tauri CLI).
Cargo Publish
Updating crates.io index
Packaging tauri-build v1.0.0-rc.13 (/home/runner/work/tauri/tauri/core/tauri-build)
Uploading tauri-build v1.0.0-rc.13 (/home/runner/work/tauri/tauri/core/tauri-build)
cli.rs v1.0.0-rc.14
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 (441 crate dependencies)
[1.0.0-rc.14]
- Set the
TRAY_LIBRARY_PATH
environment variable to make the bundle copy the appindicator library to the AppImage. - Set the
APPIMAGE_BUNDLE_GSTREAMER
environment variable to make the bundler copy additional gstreamer files to the AppImage. - Configure the AppImage bundler to copy the
/usr/bin/xdg-open
binary if it exists and the shellopen
API is enabled. - Fixes multiple occurrences handling of the
bundles
andfeatures
arguments. - Log command output in real time instead of waiting for it to finish.
- Configure the
STATIC_VCRUNTIME
environment variable sotauri-build
statically links it on the build command. - Use the
TAURI_TRAY
environment variable to determine which package should be added to the Debiandepends
section. Possible values areayatana
andgtk
.
Cargo Publish
Updating crates.io index
Packaging tauri-cli v1.0.0-rc.14 (/home/runner/work/tauri/tauri/tooling/cli)
Uploading tauri-cli v1.0.0-rc.14 (/home/runner/work/tauri/tauri/tooling/cli)
cli.js v1.0.0-rc.14
[1.0.0-rc.14]
- Set the
TRAY_LIBRARY_PATH
environment variable to make the bundle copy the appindicator library to the AppImage. - Set the
APPIMAGE_BUNDLE_GSTREAMER
environment variable to make the bundler copy additional gstreamer files to the AppImage. - Configure the AppImage bundler to copy the
/usr/bin/xdg-open
binary if it exists and the shellopen
API is enabled. - Fixes multiple occurrences handling of the
bundles
andfeatures
arguments. - Log command output in real time instead of waiting for it to finish.
- Configure the
STATIC_VCRUNTIME
environment variable sotauri-build
statically links it on the build command. - Use the
TAURI_TRAY
environment variable to determine which package should be added to the Debiandepends
section. Possible values areayatana
andgtk
.
api v1.0.0-rc.7
Yarn Audit
click to view
yarn audit v1.22.18
info No lockfile found.
0 vulnerabilities found - Packages audited: 231
Done in 3.01s.
[1.0.0-rc.7]
- Fix
FilePart
usage inhttp.Body.form
by renaming thevalue
property tofile
. - Fixes a memory leak in the command system.
- The notification's
isPermissionGranted
function now returnsboolean
instead ofboolean | null
. The response is nevernull
because we won't check the permission for now, always returningtrue
instead. - Added the
resolveResource
API to the path module. - Renamed
writeFile
towriteTextFile
but kept the original function for backwards compatibility. - Added
(path, contents[, options])
overload to thewriteTextFile
andwriteBinaryFile
APIs.
Yarn Package Publish
yarn run v1.22.18
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rimraf ./dist && rollup -c --silent && node ./scripts/after-build.cjs
Dynamic import can only be supported when transforming ES modules to AMD, CommonJS or SystemJS. Only the parser plugin will be enabled.
[1/4] Bumping version...
info Current version: 1.0.0-rc.7
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 11.09s.
v1.0.0-rc.13: Apply Version Updates From Current Changes (#4217)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
tauri v1.0.0-rc.14
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 416 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (448 crate dependencies)
[1.0.0-rc.14]
- Breaking change:
PackageInfo::version
is now asemver::Version
instead of aString
. - Breaking change:
UpdateBuilder::should_update
now takes the current version as asemver::Version
and aRemoteRelease
struct, allowing you to check other release fields. - Breaking change: The
tauri::UpdaterEvent::UpdateEvent
date field is now anOption<time::OffsetDateTime>
. - Breaking change: The updater response
pub_date
now must be a valid RFC 3339 string.
Cargo Publish
Updating crates.io index
Packaging tauri v1.0.0-rc.14 (/home/runner/work/tauri/tauri/core/tauri)
Uploading tauri v1.0.0-rc.14 (/home/runner/work/tauri/tauri/core/tauri)
tauri-utils v1.0.0-rc.8
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 416 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (448 crate dependencies)
[1.0.0-rc.8]
- Breaking change:
PackageInfo::version
is now asemver::Version
instead of aString
.
Cargo Publish
Updating crates.io index
Packaging tauri-utils v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-utils)
Uploading tauri-utils v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-utils)
tauri-macros v1.0.0-rc.8
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 416 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (448 crate dependencies)
[1.0.0-rc.8]
- Breaking change:
PackageInfo::version
is now asemver::Version
instead of aString
.
Cargo Publish
Updating crates.io index
Packaging tauri-macros v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-macros)
Uploading tauri-macros v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-macros)
tauri-codegen v1.0.0-rc.8
Updating crates.io index
Cargo Audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 416 security advisories (from /home/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (448 crate dependencies)
[1.0.0-rc.8]
- Breaking change:
PackageInfo::version
is now asemver::Version
instead of aString
.
Cargo Publish
Updating crates.io index
Packaging tauri-codegen v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-codegen)
Uploading tauri-codegen v1.0.0-rc.8 (/home/runner/work/tauri/tauri/core/tauri-codegen)