Apply Version Updates From Current Changes (v1) (#7234)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-17 10:45:52 -03:00 committed by GitHub
parent 49dbbbbcdf
commit 4b3d66c793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"
}