From f832fc04b75bd3596b6098d5069077e1b6016e7c Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Sat, 17 Jun 2023 13:04:45 +0000 Subject: [PATCH] apply version updates --- .changes/core-leading-dot.md | 5 ----- .../core-revet-windows-notification-default-sound.md | 5 ----- core/tauri/CHANGELOG.md | 10 ++++++++++ core/tauri/Cargo.toml | 2 +- tooling/cli/metadata.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changes/core-leading-dot.md delete mode 100644 .changes/core-revet-windows-notification-default-sound.md diff --git a/.changes/core-leading-dot.md b/.changes/core-leading-dot.md deleted file mode 100644 index 432d94ac6563..000000000000 --- a/.changes/core-leading-dot.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch:sec' ---- - -Fix regression in `1.4` where the default behavior of the file system scope was changed to allow reading hidden files and directories by default. diff --git a/.changes/core-revet-windows-notification-default-sound.md b/.changes/core-revet-windows-notification-default-sound.md deleted file mode 100644 index fafdf747da80..000000000000 --- a/.changes/core-revet-windows-notification-default-sound.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch:bug' ---- - -Revert [#6680](https://github.com/tauri-apps/tauri/pull/6680) which added a default sound for notifications on Windows. This introduced inconsistency with other platforms that has silent notifications by default. In the upcoming releases, we will add support for modifying the notification sound across all platforms. diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index 50bdba64ffb3..e87175be2836 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[1.4.1] + +### Bug Fixes + +- [`6afd3472`](https://www.github.com/tauri-apps/tauri/commit/6afd34727f153b32dbc568d169dbb17fb8dc3539)([#6680](https://www.github.com/tauri-apps/tauri/pull/6680)) Revert [#6680](https://github.com/tauri-apps/tauri/pull/6680) which added a default sound for notifications on Windows. This introduced inconsistency with other platforms that has silent notifications by default. In the upcoming releases, we will add support for modifying the notification sound across all platforms. + +### Security fixes + +- [`066c09a6`](https://www.github.com/tauri-apps/tauri/commit/066c09a6ea06f42f550d090715e06beb65cd5564)([#7227](https://www.github.com/tauri-apps/tauri/pull/7227)) Fix regression in `1.4` where the default behavior of the file system scope was changed to allow reading hidden files and directories by default. + ## \[1.4.0] ### New Features diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index c4a3a64afe02..9b81aa8febee 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" name = "tauri" readme = "README.md" repository = "https://github.com/tauri-apps/tauri" -version = "1.4.0" +version = "1.4.1" [package.metadata.docs.rs] no-default-features = true diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index f0ae680a82d1..085637ef2625 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -3,6 +3,6 @@ "version": "1.4.0", "node": ">= 10.0.0" }, - "tauri": "1.4.0", + "tauri": "1.4.1", "tauri-build": "1.4.0" }