github-actions[bot]
2308f2299d
publish new versions ( #3203 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-14 20:48:22 +01:00
Andrew de Waal
d7a0bb325d
feat(dialog) - Support fileAccessMode for open dialog ( #3030 ) ( #3136 )
...
* feat(dialog) - Support fileAccessMode for open dialog (#3030 )
On iOS, when trying to access a file that exists outside of the app sandbox, one of 2 things need to happen to be able to perform any operations on said file:
* A copy of the file needs to be made to the internal app sandbox
* The method startAccessingSecurityScopedResource needs to be called.
Previously, a copy of the file was always being made when a file was selected through the picker dialog.
While this did ensure there were no file access exceptions when reading from the file, it does not scale well for large files.
To resolve this, we now support `fileAccessMode`, which allows a file handle to be returned without copying the file to the app sandbox.
This MR only supports this change for iOS; MacOS has a different set of needs for security scoped resources.
See discussion in #3716 for more discussion of the difference between iOS and MacOS.
See MR #3185 to see how these scoped files will be accessible using security scoping.
* fmt, clippy
* use enum
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2026-01-14 08:35:06 -03:00
github-actions[bot]
6e2e7e48c3
publish new versions ( #3070 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 15:34:17 +01:00
renovate[bot]
ce6835d50f
chore(deps): update dependency @tauri-apps/cli to v2.9.6 ( #3162 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 22:13:33 +08:00
renovate[bot]
e4a40f4423
chore(deps): update tauri monorepo (v2) ( #3142 )
...
* chore(deps): update tauri monorepo
* Build
* Bump rust tauri
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-12-07 00:03:50 +08:00
Andrew de Waal
dff6fa986a
feat(dialog) - Support picker mode for open dialog ( #3030 ) ( #3034 )
...
Co-authored-by: Andrew de Waal <andrewldewaal@gmail.com >
2025-11-20 22:28:13 +01:00
renovate[bot]
944614f46a
chore(deps): update dependency @tauri-apps/cli to v2.9.4 ( #3100 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 21:15:09 +08:00
Matthew Richardson
ad910b1135
feat(upload): Add HTTP method selection for upload ( #2991 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-11-10 21:31:57 +01:00
renovate[bot]
1a03e9761f
chore(deps): update dependency @tauri-apps/cli to v2.9.3 ( #3088 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-08 13:34:05 +08:00
renovate[bot]
5f0ac1436f
chore(deps): update dependency @tauri-apps/cli to v2.9.2 ( #3078 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 09:50:14 +08:00
github-actions[bot]
e7a68fa637
publish new versions ( #3068 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-27 11:31:06 +01:00
github-actions[bot]
06124af8d6
publish new versions ( #2972 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-26 22:02:33 +01:00
renovate[bot]
c7e9766ff5
chore(deps): update tauri monorepo (v2) ( #3058 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de >
2025-10-26 17:22:06 +01:00
Fabian-Lars
6c9b61fb65
chore: Update compileSdk to 36 ( #3039 )
2025-10-20 16:58:29 +02:00
Fabian-Lars
2930aa39a4
chore: set minimumReleaseAge to 3 days in renovate and pnpm ( #2999 )
2025-09-25 11:39:52 +02:00
renovate[bot]
f6dca71343
chore(deps): update dependency @tauri-apps/cli to v2.8.4 ( #2971 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-03 10:16:08 +08:00
github-actions[bot]
fd439b143e
Publish New Versions (v2) ( #2964 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-09-02 14:04:12 +02:00
Amr Bashir
509eba8d44
feat: support message dialogs with 3 buttons ( #2641 )
...
* feat: support message dialogs with 3 buttons
* change file
* From<String>
* untagged & YesNoCancel
* revert package.json
* Update plugins/dialog/src/desktop.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
* no optional
* Update desktop.rs
* Update plugins/dialog/src/models.rs
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
* change to an enum
* convert back into union
* regen
* update @since
* map buttons for linux
* enhance type
* Add examples
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-08-27 09:40:47 -03:00
renovate[bot]
b79d02d896
chore(deps): update dependency @tauri-apps/cli to v2.8.3 ( #2955 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 18:54:23 +02:00
github-actions[bot]
b75f9f5cd3
publish new versions ( #2954 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-25 18:15:22 +02:00
renovate[bot]
1107c46425
chore(deps): update dependency @tauri-apps/cli to v2.8.2 ( #2932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-25 09:25:07 +08:00
github-actions[bot]
1a0b791650
publish new versions ( #2942 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-21 10:07:03 -03:00
Keerthi
2d03e2eac2
Add sound support for desktop notifications in Tauri v2 ( #2678 )
...
* Add sound support for desktop notifications in Tauri v2
* ci
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2025-08-21 10:05:27 -03:00
Fabian-Lars
04a0954857
chore(example): Improve dialog/fs mobile examples ( #2410 )
2025-08-21 12:04:46 +02:00
github-actions[bot]
2371804172
publish new versions ( #2888 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-20 11:42:19 +02:00
renovate[bot]
5a963a0496
chore(deps): update dependency @tauri-apps/cli to v2.8.1 ( #2930 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 21:38:06 +08:00
Lucas Fernandes Nogueira
50cebdb6d5
chore(deps): update to tauri 2.8.0 ( #2925 )
...
* chore(deps): update to tauri 2.8.0
* fmt
* uipdate build
* tauri 2.8.1 and bump toml in plugin-fs
* tauri 2.8.1
* 2.8.2
* clippy [skip ci]
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-08-19 10:09:44 -03:00
Tony
4eb36b0ff5
fix(fs): writeFile with ReadableStream throws ( #2907 )
2025-08-10 18:44:33 +08:00
Tony
5ac8fbb1fa
feat(store): load override defaults ( #2857 )
...
* feat(store): load override defaults
* Update docs
* Update example
* Allow setting defaults from js
* Tweak resolve
* Merge remote-tracking branch 'upstream/v2' into store-load-override-defaults
* Merge branch 'v2' of https://github.com/tauri-apps/plugins-workspace into store-load-override-defaults
* Merge branch 'v2' into store-load-override-defaults
* Rename to ignore defaults
* Merge remote-tracking branch 'upstream/v2' into store-load-override-defaults
2025-08-05 18:45:09 +08:00
github-actions[bot]
9b43f48856
publish new versions ( #2880 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-28 17:14:41 +02:00
renovate[bot]
124f2191aa
chore(deps): update dependency @tauri-apps/cli to v2.7.1 ( #2867 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 14:50:50 +08:00
renovate[bot]
7340242d4e
chore(deps): update tauri monorepo to v2.7.0 ( #2863 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-21 11:35:10 +02:00
github-actions[bot]
d66aa6ff78
publish new versions ( #2822 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-20 23:39:53 +02:00
Matthew Richardson
b729203059
fix(upload): fix download() locks main thread on Android ( #2838 )
...
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2025-07-18 20:37:39 +02:00
renovate[bot]
467f07b7de
chore(deps): update dependency vite to v7 (v2) ( #2800 )
...
* chore(deps): update dependency vite to v7
* Bump unocss and svelte plugin
* Align @unocss/extractor-svelte
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-07-11 13:24:31 +08:00
renovate[bot]
1135dc7ed3
chore(deps): update dependency @tauri-apps/cli to v2.6.2 ( #2819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-29 10:48:47 +08:00
renovate[bot]
36400b5678
chore(deps): update dependency @tauri-apps/cli to v2.6.1 ( #2813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 08:46:11 +08:00
github-actions[bot]
adc23d6c4f
publish new versions ( #2808 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-25 16:32:02 +02:00
renovate[bot]
f209b2f23c
chore(deps): update tauri monorepo to v2.6.0 (v2) ( #2804 )
...
* chore(deps): update tauri monorepo to v2.6.0
* Regenerate api-iife.js
* Bump rust tauri
* Tweak all examples to match the new features
* Bump workspace min tauri version
* Bump `@tauri-apps/api` to ^2.6
* Add change file
* Update lock file
* missing `"`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-06-25 17:52:38 +08:00
github-actions[bot]
5779099688
publish new versions ( #2780 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-06-24 17:07:42 -03:00
Lucas Fernandes Nogueira
2aec8ff4c4
feat(opener): add inAppBrowser option for iOS and Android ( #2803 )
2025-06-24 16:43:01 -03:00
Lucas Nogueira
8cdaacdc6e
chore(examples): update API example mobile projects
2025-06-24 12:06:22 -03:00
github-actions[bot]
eea363625a
publish new versions ( #2776 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-06-17 08:12:54 +02:00
github-actions[bot]
3eebea2a17
publish new versions ( #2712 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-06-16 23:50:39 +02:00
github-actions[bot]
85635a2807
publish new versions ( #2643 )
...
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com >
2025-05-20 10:27:36 +02:00
Tony
dac4d53724
refactor(fs): reduce overhead of watch ( #2613 )
2025-04-19 13:35:14 +02:00
github-actions[bot]
4bb51b3cc8
publish new versions ( #2603 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-18 09:04:15 -03:00
renovate[bot]
c97e9c511d
chore(deps): update tauri monorepo to v2.5.0 (v2) ( #2634 )
...
* chore(deps): update tauri monorepo to v2.5.0
* Update rust dependency and re-build iifes
* Downgrade for msrv
don't know why MSRV-aware resolver didn't work
* Downgrade cargo_metadata
* Downgrade home
* Downgrade native-tls
* trigger ci?
* Downgrade colored and base64ct
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-04-16 10:27:20 +08:00
renovate[bot]
4ec8716155
chore(deps): update dependency eslint-config-prettier to v10.1.2 (v2) ( #2611 )
...
* chore(deps): update dependency eslint-config-prettier to v10.1.2
* Bump vite
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2025-04-10 19:22:11 +08:00
github-actions[bot]
8b39aefb1b
publish new versions ( #2545 )
...
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com >
2025-04-02 00:31:52 -03:00