From ee9706d8ae142fe87f2e29292c8d5e07e6bd1fc9 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 16 Sep 2022 18:08:58 -0300 Subject: [PATCH] chore: update tauri CHANGELOG.md to include 1.0.6 --- core/tauri/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index 361fe87ed..3e17a2879 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -45,6 +45,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.6] + +- Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope. + - [bb178829](https://www.github.com/tauri-apps/tauri/commit/bb178829086e80916f9be190f02d83bc25802799) fix(endpoints/fs/readDir): don't read symlinks that are not allowed b… ([#5123](https://www.github.com/tauri-apps/tauri/pull/5123)) on 2022-09-08 + ## \[1.0.5] - Escape the MSI file path when running msiexec via powershell.