Skip to content

Commit

Permalink
apply version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Mar 17, 2022
1 parent 5ed46f0 commit 5350eb3
Show file tree
Hide file tree
Showing 23 changed files with 145 additions and 31 deletions.
19 changes: 19 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"tag": "rc",
"changes": [
".changes/allow-conf-gitignore.md",
".changes/allowlist-clipboard.md",
".changes/allowlist-dialog.md",
".changes/allowlist-process.md",
Expand Down Expand Up @@ -53,6 +54,7 @@
".changes/cli-private-key-pwd-panic.md",
".changes/cli-runner-args.md",
".changes/cli-runner-error-message.md",
".changes/cli-template-minimum-mac-system-version.md",
".changes/cli.js-cjs-output.md",
".changes/cli.js-fix-ico.md",
".changes/cli.js-improve-error.md",
Expand All @@ -68,6 +70,7 @@
".changes/cli.rs-use-tauri-utils.md",
".changes/cli.rs-validate-dist-dir.md",
".changes/cli.rs-wix-license.md",
".changes/colorful-cli.md",
".changes/command-feature-flag.md",
".changes/command-output-carriage-return.md",
".changes/consistent-event-name-usage.md",
Expand All @@ -85,6 +88,7 @@
".changes/emit-and-trigger-tauri-events.md",
".changes/emit-window-created-backend.md",
".changes/enable-linux-cookie-persistence.md",
".changes/enhance-minimum-system-version-deserialization.md",
".changes/expose-escape-json-string.md",
".changes/fix-asset-protocol-panicking.md",
".changes/fix-block-on-runtime.md",
Expand All @@ -93,6 +97,8 @@
".changes/fix-cli-signer-sign-cmd.md",
".changes/fix-cli.js-windows-freezing.md",
".changes/fix-close-requested-js-event.md",
".changes/fix-csp-fallback-route.md",
".changes/fix-csp-linux.md",
".changes/fix-deadlock-create-window-from-menu.md",
".changes/fix-deadlock-path-iter.md",
".changes/fix-default-freeze-prototype.md",
Expand Down Expand Up @@ -121,6 +127,7 @@
".changes/fix-window-creation-deadlock.md",
".changes/fix-window-label-api.md",
".changes/fix-window-specific-event-system.md",
".changes/fix-windows-resources.md",
".changes/fix-windows-sidecar.md",
".changes/fix-yarn-pnp.md",
".changes/fixed-webview2-runtime.md",
Expand Down Expand Up @@ -172,6 +179,7 @@
".changes/refactor-command-feature.md",
".changes/refactor-create-tao-window.md",
".changes/refactor-dialog-apis.md",
".changes/refactor-file-drop.md",
".changes/refactor-notification-permission-check.md",
".changes/refactor-resources-sidecar-copying.md",
".changes/refactor-window-event-close-requested.md",
Expand All @@ -183,23 +191,31 @@
".changes/rpc-mod-refactor.md",
".changes/run-on-main-thread.md",
".changes/runtime-any-thread.md",
".changes/runtime-create-proxy.md",
".changes/runtime-file-drop-event.md",
".changes/runtime-handle-run-on-main-thread.md",
".changes/runtime-ipc.md",
".changes/runtime-open-devtools.md",
".changes/runtime-user-event.md",
".changes/runtime-window-creation-result.md",
".changes/rust-1.56.0.md",
".changes/rust-1.57-usage.md",
".changes/rust-1.57.md",
".changes/rust-tauri-events.md",
".changes/scope-config.md",
".changes/scopes.md",
".changes/setup-fn-once.md",
".changes/shell-open-with-refactor.md",
".changes/sidecar-allowlist.md",
".changes/sidecar-runtime-rename.md",
".changes/sidecar-scope-improvement.md",
".changes/simplify-window-creation.md",
".changes/simplify-window-label-types.md",
".changes/state-debug.md",
".changes/state-manage-return-val.md",
".changes/streaming-small-file-fix.md",
".changes/strip.md",
".changes/tauri-build-default-anyhow-fmt.md",
".changes/template-csp-null.md",
".changes/tooling-fix-pnpm-info-error.md",
".changes/tray-set-menu.md",
Expand All @@ -208,6 +224,8 @@
".changes/unlisten-fix.md",
".changes/unlisten.md",
".changes/updater-endpoint-url-https.md",
".changes/updater-events.md",
".changes/updater-no-window.md",
".changes/updater-restart-cleanup.md",
".changes/validate-allowlist.md",
".changes/validate-appimage.md",
Expand All @@ -221,6 +239,7 @@
".changes/webview2-com.md",
".changes/window-builder.md",
".changes/window-confirm.md",
".changes/window-event-file-drop.md",
".changes/window-request-handler.md",
".changes/windows-0.25.0.md",
".changes/windows-modify-cmd-string-behaviour.md",
Expand Down
5 changes: 5 additions & 0 deletions core/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0-rc.5]

- Print error context on the `build` panic.
- [49546c52](https://www.github.com/tauri-apps/tauri/commit/49546c5269080f38d57365788eb2592bff8f6d10) feat(build): print error context ([#3644](https://www.github.com/tauri-apps/tauri/pull/3644)) on 2022-03-09

## \[1.0.0-rc.4]

- Parse window icons at compile time.
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.0.0-rc.4"
version = "1.0.0-rc.5"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -19,8 +19,8 @@ rustdoc-args = [ "--cfg", "doc_cfg" ]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "1.0.0-rc.3", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "1.0.0-rc.4", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.11"
serde_json = "1"

Expand Down
6 changes: 6 additions & 0 deletions core/tauri-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.0.0-rc.4]

- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
- Bumped due to a bump in tauri-utils.
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13

## \[1.0.0-rc.3]

- Parse window icons at compile time.
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -20,7 +20,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
zstd = { version = "0.10", optional = true }
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.0.0-rc.4]

- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
- Bumped due to a bump in tauri-utils.
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13

## \[1.0.0-rc.3]

- Parse window icons at compile time.
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-macros"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "os", "filesystem", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -20,8 +20,8 @@ proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
heck = "0.4"
tauri-codegen = { version = "1.0.0-rc.3", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
tauri-codegen = { version = "1.0.0-rc.4", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }

[features]
custom-protocol = [ ]
Expand Down
13 changes: 13 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## \[0.3.4]

- The file drop event is now part of the `WindowEvent` enum instead of a having a dedicated handler.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
- Added `create_proxy` to the `Runtime` and `RuntimeHandle` traits.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- Allow specifying a user event type for the event loop message.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- Use a random window id instead of `tao::window::WindowId` to not block the thread waiting for the event loop to process the window creation.
- [7cd39c70](https://www.github.com/tauri-apps/tauri/commit/7cd39c70c9ecd62cc9b60d0ab93f10ce0a6dd8b4) refactor(core): use random window id to simplify window creation, closes [#3645](https://www.github.com/tauri-apps/tauri/pull/3645) [#3597](https://www.github.com/tauri-apps/tauri/pull/3597) ([#3684](https://www.github.com/tauri-apps/tauri/pull/3684)) on 2022-03-15
- Added the `WindowEvent::FileDrop` variant.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13

## \[0.3.3]

- Fixes a deadlock on the `Focused` event when the window is not visible.
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "0.3.3"
version = "0.3.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -14,8 +14,8 @@ readme = "README.md"

[dependencies]
wry = { version = "0.13.3", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.3.3", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
uuid = { version = "0.8.2", features = [ "v4" ] }
rand = "0.8"

Expand Down
13 changes: 13 additions & 0 deletions core/tauri-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## \[0.3.4]

- The file drop event is now part of the `WindowEvent` enum instead of a having a dedicated handler.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
- Added `create_proxy` to the `Runtime` and `RuntimeHandle` traits.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- **Breaking change:** Move the `FileDropEvent` struct to the `window` module.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13
- Allow specifying a user event type for the event loop message.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- Added the `WindowEvent::FileDrop` variant.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13

## \[0.3.3]

- **Breaking change:** Move `ico` and `png` parsing behind `icon-ico` and `icon-png` Cargo features.
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime"
version = "0.3.3"
version = "0.3.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand All @@ -26,7 +26,7 @@ targets = [
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
uuid = { version = "0.8.2", features = [ "v4" ] }
http = "0.2.4"
http-range = "0.1.4"
Expand Down
5 changes: 5 additions & 0 deletions core/tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0-rc.4]

- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13

## \[1.0.0-rc.3]

- Use `is_symlink` API compatible with Rust v1.57 instead of std/fs/struct.Metadata.html#method.is_symlink.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
homepage = "https://tauri.studio"
Expand Down
19 changes: 19 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## \[1.0.0-rc.5]

- Properly apply the CSP when loading a route that fallbacks to index.html.
- [bcd43168](https://www.github.com/tauri-apps/tauri/commit/bcd43168a528dc4c54e28788430a93654c8fb452) fix(core): properly add CSP header to fallback routes ([#3641](https://www.github.com/tauri-apps/tauri/pull/3641)) on 2022-03-08
- Fix CSP usage on Linux when changing it via the `on_web_resource_request` handler.
- [f5efc248](https://www.github.com/tauri-apps/tauri/commit/f5efc248da511e0924c9673b947d5de7ef69ac45) fix(core): runtime CSP changes on Linux on 2022-03-07
- **Breaking change:** The `tauri://` events are no longer emitted to listeners using `Window::listen`. Use the `App::run` closure, `Window::on_window_event` and `Window::on_menu_event` instead.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- Implement `Debug` for `tauri::State`.
- [0b49dd56](https://www.github.com/tauri-apps/tauri/commit/0b49dd566dae21c4dcb1cf110115aab982a7dab6) impl Debug for State closes [#3676](https://www.github.com/tauri-apps/tauri/pull/3676) ([#3677](https://www.github.com/tauri-apps/tauri/pull/3677)) on 2022-03-12
- **Breaking change:** The `Manager::manage` function now returns a bool indicating whether the type is already managed or not.
- [263b45e1](https://www.github.com/tauri-apps/tauri/commit/263b45e1b4e72d6c99fc27e41d0c5e1d134f363b) refactor(core): return boolean on `Manager::manage` ([#3682](https://www.github.com/tauri-apps/tauri/pull/3682)) on 2022-03-13
- Send updater events to the `App::run` closure.
- [5d538ec2](https://www.github.com/tauri-apps/tauri/commit/5d538ec27c246274df4ff5b8057ff78b6364a43f) refactor(core): use the event loop proxy to send updater events ([#3687](https://www.github.com/tauri-apps/tauri/pull/3687)) on 2022-03-15
- Run the updater on startup even if no window was created.
- [c4ca80f9](https://www.github.com/tauri-apps/tauri/commit/c4ca80f919551cbcae53d931f860115c2d591d14) feat(core): use AppHandle instead of Window on the updater logic ([#3702](https://www.github.com/tauri-apps/tauri/pull/3702)) on 2022-03-15
- Added the `WindowEvent::FileDrop` variant.
- [07d1584c](https://www.github.com/tauri-apps/tauri/commit/07d1584cf06ea326aa45d8044bee1b77ecba5006) feat(core): add `WindowEvent::FileDrop`, closes [#3664](https://www.github.com/tauri-apps/tauri/pull/3664) ([#3686](https://www.github.com/tauri-apps/tauri/pull/3686)) on 2022-03-13

## \[1.0.0-rc.4]

- Run `AppHandle` cleanup code before restarting the application on the `process > relaunch` API.
Expand Down
10 changes: 5 additions & 5 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.0.0-rc.4"
version = "1.0.0-rc.5"

[package.metadata.docs.rs]
no-default-features = true
Expand Down Expand Up @@ -52,10 +52,10 @@ url = { version = "2.2" }
anyhow = "1.0"
thiserror = "1.0"
once_cell = "1.10"
tauri-runtime = { version = "0.3.3", path = "../tauri-runtime" }
tauri-macros = { version = "1.0.0-rc.3", path = "../tauri-macros" }
tauri-utils = { version = "1.0.0-rc.3", path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.3.3", path = "../tauri-runtime-wry", optional = true }
tauri-runtime = { version = "0.3.4", path = "../tauri-runtime" }
tauri-macros = { version = "1.0.0-rc.4", path = "../tauri-macros" }
tauri-utils = { version = "1.0.0-rc.4", path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.3.4", path = "../tauri-runtime-wry", optional = true }
rand = "0.8"
semver = "1.0"
serde_repr = "0.1"
Expand Down
6 changes: 6 additions & 0 deletions tooling/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[1.0.0-rc.4]

- Use the default value for `MacConfig.minimumSystemVersion` if the value is set to an empty string.
- Bumped due to a bump in tauri-utils.
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13

## \[1.0.0-rc.3]

- Added `tsp` config option under `tauri > bundle > windows`, which enables Time-Stamp Protocol (RFC 3161) for the timestamping
Expand Down
4 changes: 2 additions & 2 deletions tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "tauri-bundler"
version = "1.0.0-rc.3"
version = "1.0.0-rc.4"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"
Expand All @@ -22,7 +22,7 @@ exclude = [
]

[dependencies]
tauri-utils = { version = "1.0.0-rc.3", path = "../../core/tauri-utils", features = [ "resources" ] }
tauri-utils = { version = "1.0.0-rc.4", path = "../../core/tauri-utils", features = [ "resources" ] }
ar = "0.9.0"
icns = "0.3"
image = "0.24.1"
Expand Down
11 changes: 11 additions & 0 deletions tooling/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[1.0.0-rc.8]

- Allows the `tauri.conf.json` file to be git ignored on the path lookup function.
- [cc7c2d77](https://www.github.com/tauri-apps/tauri/commit/cc7c2d77da2e4a39ec2a97b080d41a719e6d0161) feat(cli): allow conf path to be gitignored, closes [#3636](https://www.github.com/tauri-apps/tauri/pull/3636) ([#3683](https://www.github.com/tauri-apps/tauri/pull/3683)) on 2022-03-13
- Remove `minimumSystemVersion: null` from the application template configuration.
- [c81534eb](https://www.github.com/tauri-apps/tauri/commit/c81534ebd873c358e0346c7949aeb171803149a5) feat(cli): use default macOS minimum system version when it is empty ([#3658](https://www.github.com/tauri-apps/tauri/pull/3658)) on 2022-03-13
- Improve readability of the `info` subcommand output.
- [49d2f13f](https://www.github.com/tauri-apps/tauri/commit/49d2f13fc07d763d5de9bf4b19d00c901776c11d) feat(cli): colorful cli ([#3635](https://www.github.com/tauri-apps/tauri/pull/3635)) on 2022-03-08
- Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
- [4c84559e](https://www.github.com/tauri-apps/tauri/commit/4c84559e1f3019e7aa2666b10a1a0bd97bb09d24) fix(cli): root resource bundling on Windows, closes [#3539](https://www.github.com/tauri-apps/tauri/pull/3539) ([#3685](https://www.github.com/tauri-apps/tauri/pull/3685)) on 2022-03-13

## \[1.0.0-rc.7]

- Added `tsp` config option under `tauri > bundle > windows`, which enables Time-Stamp Protocol (RFC 3161) for the timestamping
Expand Down
Loading

0 comments on commit 5350eb3

Please sign in to comment.