renovate[bot]
|
76daee7aaf
|
chore(deps): update tauri monorepo (v2) (#1512)
* fix(deps): update tauri monorepo
* Create tauri-beta-23.md
* fix clippy - regen permissions
* revert accidental cargo.toml change
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2024-07-02 11:23:48 +02:00 |
|
Tillmann
|
0cb1baf09a
|
Feat: Add default permissions to most plugins (#1460)
* Add default permissions to most plugins.
Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>
* updated default description
* mobile plugin relevant changes
---------
Co-authored-by: chippers <chip@chip.sh>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>
|
2024-06-26 08:35:08 +03:00 |
|
Amr Bashir
|
eb1679b997
|
fix(core/shell): speedup Command.execute & fix extra new lines (#1299)
* fix(core/shell): speedup `Command.execute` & fix extra new lines
The speed gains comes from running the Command in Rust fully and returning the result in one go instead of using events.
The extra new lines was a regression from https://github.com/tauri-apps/tauri/pull/6519
ref: https://github.com/tauri-apps/tauri/issues/7684#issuecomment-2100897383
* fmt
* dedup code
|
2024-05-09 18:15:03 +03:00 |
|
阿良仔
|
9dec9605ed
|
feat(clipboard): support readImage & writeImage (#845)
* feat(clipboard): support `read_image` & `write_image`
* fix plugin name
* platform specific bahavior
* remove unnecessary BufWriter
* improvement
* update example
* update example
* format
* header, fix change file
* use image from tauri
* fix ci
* update tauri, fix read
* image crate only on desktop [skip ci]
* Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
* update deps, address code review
* fix mobile [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2024-03-19 09:35:37 -03: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 |
|
Lucas Nogueira
|
dac8b6331c
|
fix(ci): commig schemas
|
2024-02-03 18:46:36 -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 |
|