3a79266b
(#2173 by @FabianLars) Bumped all plugins tov2.2.0
. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
77b85507
(#2171 by @FabianLars) Fixed docs.rs build.
ed981027
(#1962 by @amrbashir) Improve performance ofreadTextFile
andreadTextFileLines
APIs3e78173d
(#2018 by @amrbashir) FixreadDir
function failing to read directories that contain broken symlinks.5092ea5e
(#1964 by @amrbashir) Add support for usingReadableStream<Unit8Array>
withwriteFile
API.
77149dc4
(#1965 by @amrbashir) FixwriteTextFile
converting UTF-8 characters (for exampleäöü
) in the given path into replacement character (�
)
14cee64c
(#1958 by @bWanShiTong) Fix compilation on targets with pointer width of16
or32
ae802456
(#1950 by @amrbashir) Improve performance of theFileHandle.read
andwriteTextFile
APIs.
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
e2c4dfb6
Update to tauri v2 stable release.
fc9b189e
(#1837 by @FabianLars) Fix failing to deserialize capability file when using an OS specific path in the scope that is not available on the current OS.
cc03ccf5
(#1774) Fixscope-app
,scope-app-recursive
andscope-index
not properly enabling the application paths.
-
a2fe5551
(#1727 by @amrbashir) Add utility methods onFilePath
andSafeFilePath
enums which are:path
simplified
into_path
-
a2fe5551
(#1727 by @amrbashir) ImplementSerialize
,Deserialize
,From
,TryFrom
andFromStr
traits forFilePath
andSafeFilePath
enums. -
a2fe5551
(#1727 by @amrbashir) MarkError
enum as#[non_exhuastive]
. -
a2fe5551
(#1727 by @amrbashir) AddSafeFilePath
enum.
f7280c88
(#1710 by @Legend-Master) Fix can't use Windows paths likeC:/Users/UserName/file.txt
51819c60
(#1708 by @lucasfernog) FixeswriteFile
command implementation on Android.
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
5f689902
(#1645 by @lucasfernog) Update documentation.
9887d1
Update to tauri RC.
99d6ac0f
(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api
version instead of a single exact version.6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
b115fd22
(#1221) Fixes an issue that caused the app to freeze when thedialog
,fs
, andpersisted-scope
plugins were used together.
bb51a41
(#1168) Breaking Change: All apis that return paths to the frontend will now remove the\\?\
UNC prefix on Windows.e3d41f4
(#1191) Internally use the webview scoped resources table instead of the app one, so other webviews can't access other webviews resources.e3d41f4
(#1191) Update for tauri 2.0.0-beta.15.
9c2fb93
Enhance the scope type to also allow a plain string representing the path to allow or deny.772f2bc
(#1136) Update for tauri 2.0.0-beta.14.
cb96aa0
(#1082) Fixeswatch
andwatchImmediate
which previously ignored thebaseDir
parameter.a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.
569defb
Update to tauri beta.4.
d198c01
(#862) Update to tauri beta.ea8eadc
(#865) Fix incorrectcreate
option default value forwriteFile
andwriteTextFile
which didn't match documentation.61edbbe
(#885) Replacenotify-debouncer-mini
withnotify-debouncer-full
. (plugins-workspace#885)
85f8419
(#848) FixDebouncedEvent
type to correctly represent the actual type.c601230
(#847) AddcreateNew
option forwriteFile
andwriteTextFile
to create the file if doesn't exist and fail if it does.c601230
(#847) Truncate files when usingwriteFile
andwriteTextFile
withappend: false
.2e2fc8d
(#857) Fixinvalid args id for command unwatch
error when trying to unwatch a previously watched file or directory.c601230
(#847) Fix panic when usingwriteFile
orwriteTextFile
without passing an option object.
387c2f9
(#802) Update to @tauri-apps/api v2.0.0-alpha.13.69a1fa0
(#751) Thefs
plugin received a major overhaul to add new APIs and changed existing APIs to be closer to Node.js and Deno APIs.
387c2f9
(#802) Update to @tauri-apps/api v2.0.0-alpha.12.88d260d
(#744) Add second argument toexists
function to specify base directory.