소스 검색

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 2 년 전
부모
커밋
4b3d66c793
5개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 5
      .changes/core-leading-dot.md
  2. 0 5
      .changes/core-revet-windows-notification-default-sound.md
  3. 10 0
      core/tauri/CHANGELOG.md
  4. 1 1
      core/tauri/Cargo.toml
  5. 1 1
      tooling/cli/metadata.json

+ 0 - 5
.changes/core-leading-dot.md

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

+ 0 - 5
.changes/core-revet-windows-notification-default-sound.md

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

+ 10 - 0
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

+ 1 - 1
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

+ 1 - 1
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"
 }