mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
Apply Version Updates From Current Changes (v1) (#7234)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
parent
49dbbbbcdf
commit
4b3d66c793
@ -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.
|
@ -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.
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user