Amr Bashir
|
aff47992b3
|
fix(shell): make execute command async (#1362)
closes #1361
|
2024-05-23 02:16:39 +03:00 |
|
Amr Bashir
|
cb0a788d17
|
fix(shell): use serde untagged not flatten (#1328)
|
2024-05-21 20:10:36 +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 |
|
Amr Bashir
|
5c1b7917e4
|
fix(shell/command): retry sending events when it fails (#1298)
ref: https://github.com/tauri-apps/tauri/issues/7684
|
2024-05-09 10:38:56 -03:00 |
|
Graham Held
|
b4efa58d5d
|
feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) (#1231)
* Shell raw-encoded pipe reader directly outputs buffer (no newline scan)
* Suggestions from code review and add .changes file
* fmt
|
2024-05-02 16:00:03 +03:00 |
|
Lucas Nogueira
|
8461cf1d1b
|
chore: update to tauri beta.3
|
2024-02-19 17:10:49 -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 |
|
Lucas Fernandes Nogueira
|
d74fc0a097
|
feat: update to alpha.11 (#555)
|
2023-08-14 14:51:20 -03:00 |
|
Lucas Fernandes Nogueira
|
5914fb9f36
|
chore: add license headers (#384)
* feat: check for license headers
* add headers
* format
|
2023-05-21 16:56:10 -03:00 |
|
Lucas Fernandes Nogueira
|
8ed00adaa0
|
feat(shell): add plugin (#327)
|
2023-04-23 15:39:48 -03:00 |
|