mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
run covector version
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri": "patch"
|
||||
---
|
||||
|
||||
Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[1.1.3]
|
||||
|
||||
- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|
||||
- [2654c0f4](https://www.github.com/tauri-apps/tauri/commit/2654c0f49da23434d36447d0908fa24e61ff5e4e) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
|
||||
|
||||
## \[1.1.2]
|
||||
|
||||
- Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
|
||||
name = "tauri"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tauri-apps/tauri"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
no-default-features = true
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"version": "1.1.1",
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "1.1.2",
|
||||
"tauri": "1.1.3",
|
||||
"tauri-build": "1.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user