diff --git a/.changes/core-leading-dot.md b/.changes/core-leading-dot.md deleted file mode 100644 index 432d94ac656..00000000000 --- 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 fafdf747da8..00000000000 --- 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 50bdba64ffb..e87175be283 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 c4a3a64afe0..9b81aa8febe 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 f0ae680a82d..085637ef262 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" }