|
@@ -1,5 +1,10 @@
|
|
|
# Changelog
|
|
|
|
|
|
+## \[1.2.3]
|
|
|
+
|
|
|
+- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|
|
|
+ - [f1b0ad6e](https://www.github.com/tauri-apps/tauri/commit/f1b0ad6e8b721cf1420a9a4b9be5b05c39941d16) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
|
|
|
+
|
|
|
## \[1.2.2]
|
|
|
|
|
|
- Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls
|
|
@@ -67,6 +72,11 @@
|
|
|
- Added the `user_agent` option when creating a window.
|
|
|
- [a6c94119](https://www.github.com/tauri-apps/tauri/commit/a6c94119d8545d509723b147c273ca5edfe3729f) feat(core): expose user_agent to window config ([#5317](https://www.github.com/tauri-apps/tauri/pull/5317)) on 2022-10-02
|
|
|
|
|
|
+## \[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.
|
|
@@ -117,6 +127,11 @@
|
|
|
- Add `exists` function to the fs module.
|
|
|
- [3c62dbc9](https://www.github.com/tauri-apps/tauri/commit/3c62dbc902c904d35a7472ce72a969084c95fbbe) feat(api): Add `exists` function to the fs module. ([#5060](https://www.github.com/tauri-apps/tauri/pull/5060)) on 2022-09-15
|
|
|
|
|
|
+## \[1.0.8]
|
|
|
+
|
|
|
+- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|
|
|
+ - [f0602e7c](https://www.github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ef58) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
|
|
|
+
|
|
|
## \[1.0.7]
|
|
|
|
|
|
- Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
|