github-actions[bot]
5006717a7f
publish new versions ( #986 )
2024-03-07 00:24:51 -03:00
Lucas Fernandes Nogueira
cacf544d51
chore(deps): update to tauri beta.9 ( #1037 )
2024-03-07 00:08:52 -03:00
Fabian-Lars
16fc0f2ee3
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility ( #1033 )
...
fixes #956
2024-03-06 19:38:51 +02:00
Fabian-Lars
8a5e05cd83
fix: Fix comp with latest beta ( #1018 )
...
* fix: Fix comp with latest beta
* linux
2024-03-04 19:59:24 +02:00
Tillmann
f59436dad0
Added Security Policy to All Plugins ( #930 )
...
* Added contact and security policy to remaining plugins and the repository
* Added default security policy to shared template
2024-02-27 11:43:31 -03:00
Amr Bashir
aa25c91bb0
feat(dialog): allow setting canCreateDirectories on macOS ( #978 )
...
* feat(dialog): allow setting `canCreateDirectories` on macOS
closes #949
* Discard changes to plugins/log/src/api-iife.js
* Discard changes to plugins/store/src/api-iife.js
* Discard changes to plugins/window-state/src/api-iife.js
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/lib.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-02-23 21:05:29 +02:00
lucasfernog
e0d415e405
publish new versions
2024-02-21 14:40:33 -03:00
Lucas Nogueira
14f381acf8
bump msrv
2024-02-21 13:34:10 -03:00
Lucas Nogueira
569defbe94
updates
2024-02-21 13:29:09 -03:00
Lucas Nogueira
a31ef8e67e
rfd disable default features [skip ci]
2024-02-19 17:37:21 -03:00
Lucas Nogueira
d98fa3e9fa
rfd 0.14
2024-02-19 17:13:19 -03:00
Lucas Nogueira
8461cf1d1b
chore: update to tauri beta.3
2024-02-19 17:10:49 -03:00
Tony
2e7ef46d8b
refactor!(dialog): change type field in JS to kind ( #945 )
...
* Fix dialog type not working
* gen files
* type -> kind
* update API example
---------
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2024-02-14 01:05:54 +02:00
Lucas Nogueira
dac8b6331c
fix(ci): commig schemas
2024-02-03 18:46:36 -03:00
Lucas Nogueira
63afaf1dfa
fmt
2024-02-03 15:46:18 -03:00
Lucas Nogueira
abd0176cc1
beta
2024-02-03 15:46:15 -03:00
lucasfernog
18e478aba0
publish new versions
2024-02-03 15:46:07 -03:00
Tillmann
d198c01486
feat: update to tauri beta, add permissions ( #862 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-02-03 15:14:41 -03:00
Amr Bashir
506ce4835b
refactor(updater): accomodate to new tauri config restructure ( #924 )
...
* refactor(updater): accomodate to new tauri config restructure
RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md
RFC#5 PR implementation: https://github.com/tauri-apps/tauri/pull/8723
* lint and update configs
2024-02-03 09:14:39 -03:00
Shubham Parihar
18cb861b52
type: add OpenDialogReturn generic type ( #919 )
...
* type: add OpenDialogReturn generic type
* chore: run pnpm format
* type: export OpenDialogReturn type
* chore: run pnpm format
2024-01-30 02:08:46 +02:00
Olivier Lemasle
bf5a21d5b2
fix(dialog): On Android, do not add a Cancel button to message dialogs ( #873 )
2024-01-11 04:30:32 +02:00
github-actions[bot]
e80626cf81
Publish New Versions (v2) ( #854 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2023-12-28 10:37:04 -03:00
github-actions[bot]
8c6d96e645
Publish New Versions (v2) ( #832 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-19 23:56:51 -03:00
Lucas Fernandes Nogueira
2cf8faa3e1
chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13 ( #839 )
...
* chore(deps): update to tauri alpha.20, @tauri-apps/api alpha.13
* fix lockfile
2023-12-20 00:18:05 +02:00
Lucas Nogueira
8df28a9875
feat(mobile): add biometric plugin ( #829 )
...
* chore: update deps, make mobile script paths relative
* feat(biometric): setup plugin folder
* feat: implement iOS
* add api
* android
* fix plugin name
* also check empty info.plist entry
* add example
* fix android
* supress
* lint
* better explanation
* add partners & contributed by
* change ext
* license headers
* update vite
* add covector setup
* tauri/dox removed
* add example
* docs
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-12-19 11:16:13 -03:00
Fabian-Lars
7c59e3785b
feat(dialog): Re-export FileResponse ( #837 )
...
closes #835
2023-12-19 15:35:53 +02:00
Amr Bashir
b1c6a7885e
fix(core/dialog): reconstruct path using appropriate separator ( #820 )
...
* fix(core/dialog): reconstruct path using appropriate separator
ref: tauri-apps/tauri#8074
* Reference original issue [skip ci]
2023-12-18 21:09:04 -03:00
github-actions[bot]
68cb23f9c0
Publish New Versions (v2) ( #723 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-14 15:44:44 -03:00
Fabian-Lars
387c2f9e0c
chore: Update Tauri to alpha.18 ( #802 )
2023-12-11 15:41:42 -03:00
Michael Howell
0e3e3d4eac
fix(dialog): Pin rfd to 0.12 to prevent freeze on Linux ( #796 )
...
* Do not use rfd 0.12.1
https://github.com/PolyMeilex/rfd/pull/152
conflicts with the way tauri uses it.
> Yeah, this is a decent solution, not much else we can do about this global state bs on C side.
>
> This will obviously blow up as soon as someone has other code that also uses GTK, but let's ignore that for now, as I want to get rid of GTK backend one day anyway (#66 ).
Yes, Tauri is other code that also uses GTK, and it does, indeed, blow up. The best way around this is to stop using rfd entirely (they're planning to drop the GTK backend, which will probably break since the XDG Portal API doesn't cover message dialogs).
* Update dialog-pin-rfd.md
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-12-05 19:31:08 +01:00
pashokitsme
2e2c0a1b95
fix(dialog): fix message dialog return with custom buttons, fixes #711 ( #769 )
...
* fix confirm
* remove unnecessary lines
* fix
* change file
2023-11-27 19:55:26 +02:00
FabianLars
058d5dde0d
Merge remote-tracking branch 'origin/v1' into v1-into-v2-again
2023-11-23 19:59:58 +01:00
Amr Bashir
eea3df56ef
fix: add back main, module and types field in top-level package.json ( #742 )
...
closes #738
`"moduleResolution": "node"` doesn't handle the `exports` field
2023-11-20 16:00:55 +02:00
Amr Bashir
1b98b85a1f
refactor: simplify rollup config and match @tauri-apps/api output style ( #722 )
...
* refactor: simplify rollup config and match `@tauri-apps/api` output style
* add license headers
* update api-iife.js [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2023-11-14 21:09:53 +02:00
github-actions[bot]
d4d1633c4d
Publish New Versions (v2) ( #688 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-29 16:19:52 -03:00
Lucas Fernandes Nogueira
e438e0a62d
feat: update to alpha.17, typed mobile plugin IPC arguments ( #676 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-29 16:06:44 -03:00
github-actions[bot]
437dfba814
Publish New Versions (v2) ( #629 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-10-23 09:01:39 -03:00
Mo
beb6b139eb
Fix invoke calls in dialog & shell init scripts ( #675 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-10-22 10:09:40 -03:00
Lucas Fernandes Nogueira
5c137365c6
chore: update to tauri alpha.16, api alpha.9 ( #673 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-10-20 13:50:18 -03:00
Lucas Fernandes Nogueira
d1b7c2c1fb
feat: build docs.rs documentation for Android ( #654 )
2023-10-19 17:39:54 +00:00
Lucas Fernandes Nogueira
5de23e79f9
chore: update deps, make mobile script paths relative ( #649 )
2023-10-19 14:31:42 -03:00
Fabian-Lars
eccd6f977a
feat: Add deep link plugin for mobile ( #504 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-09-14 08:55:51 -03:00
Lucas Fernandes Nogueira
2409b01fe7
chore(examples): update to tauri 2.0.0-alpha.14 ( #600 )
2023-09-12 09:39:17 -03:00
github-actions[bot]
903361100c
Publish New Versions (v2) ( #589 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-09-07 00:23:17 -03:00
Lucas Fernandes Nogueira
4e2cef9b70
chore(deps): update to tauri alpha.12 ( #593 )
2023-09-07 00:11:07 -03:00
github-actions[bot]
553c87bde0
Publish New Versions (v2) ( #423 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-14 15:11:44 -03:00
Lucas Fernandes Nogueira
d74fc0a097
feat: update to alpha.11 ( #555 )
2023-08-14 14:51:20 -03:00
Lucas Fernandes Nogueira
d5a7c77a8d
fix(docs): enable tauri/dox feature on docs.rs build ( #545 )
2023-08-10 10:23:27 -03:00
Jason Tsai
be591d2feb
fix(dialog): using AsyncMessageDialog for non linux, closes tauri#7182 ( #445 )
2023-08-07 09:34:16 -03:00
Lucas Fernandes Nogueira
7f2e2dd5b8
fix(docs): plugin usage examples using wrong package name ( #527 )
2023-08-02 07:41:14 -03:00