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 |
|
renovate[bot]
|
faa89850d0
|
chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 (#1228)
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0
* actually apply the rules lol
* rebuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
|
2024-04-23 00:40:51 +02:00 |
|
Lucas Fernandes Nogueira
|
a04ea2f382
|
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
|
2024-03-19 15:03:20 -03:00 |
|
Jason Tsai
|
040004a6b9
|
chore(shell): change schema property name command to cmd (#1069)
* chore: fix shell plugin `command` property in schema
* chore: add changelog
|
2024-03-12 15:20:56 +02:00 |
|
Lucas Fernandes Nogueira
|
cacf544d51
|
chore(deps): update to tauri beta.9 (#1037)
|
2024-03-07 00:08:52 -03:00 |
|
Lucas Nogueira
|
8461cf1d1b
|
chore: update to tauri beta.3
|
2024-02-19 17:10:49 -03:00 |
|
Amr Bashir
|
e856adc72c
|
fix(shell): export open module (#939)
closes #934
|
2024-02-16 16:27:19 +01: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
|
15dc7060e8
|
fix(shell): deadlock on read line error (#923)
|
2024-02-01 00:01:23 -03: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 |
|
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 |
|
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
|
265dbc02e3
|
chore(shell): remove outdated todo (#559)
|
2023-08-14 15:54:17 -07:00 |
|
Lucas Fernandes Nogueira
|
d74fc0a097
|
feat: update to alpha.11 (#555)
|
2023-08-14 14:51:20 -03:00 |
|
Lucas Fernandes Nogueira
|
5b3210c224
|
feat(shell): expand Command APIs (#526)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2023-08-07 09:38:12 -03:00 |
|
Fabian-Lars
|
aba07c27b8
|
Merge v1 into v2 (#468)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Alexandre Dang <124160233+vdang-crabnebula@users.noreply.github.com>
Co-authored-by: Ludea <ludovicw35@hotmail.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Duke Jones <104690+dukejones@users.noreply.github.com>
Co-authored-by: NaokiM03 <37442712+NaokiM03@users.noreply.github.com>
Co-authored-by: Thibault <thibault_poisson@orange.fr>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Blythe <49919035+writeDavid@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
fix(stronghold): change wrong argument name for `remove` (#422)
fix(window-state): correctly set decoration state if no saved state exists, fixes #421 (#424)
fix(stronghold): return null if there is no record (#129)
fix(window-state): propagate promise (#435)
closes #432
fix(window-state): manual default implentation (#425)
fix(window-state): manual default implentation, closes #421
fix(deps): update rust crate iota-crypto to 0.21 (#438)
fix readme example (#447)
fix: handle recursive directory correctly (#455)
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464)
fix(persisted-scope): separately save asset protocol patterns (#459)
fix(deps): update rust crate iota-crypto to 0.22 (#475)
fix(deps): update tauri monorepo to v1.4.0 (#482)
resolve to v15.1.0 (#489)
fix(deps): update rust crate iota-crypto to 0.23 (#495)
|
2023-07-19 14:50:43 -03:00 |
|
Amr Bashir
|
52ef0addd8
|
feat(shell): ensure launched processes are detached (#463)
* feat(shell): ensure launched processes are detached
ref: https://github.com/tauri-apps/tauri/issues/6849
* change file
|
2023-07-04 14:30:22 +03:00 |
|
Simon Hyll
|
5fd597ddaf
|
docs: added banners and icons (#443)
* added banners and icons
* fix: formatting
|
2023-06-20 14:55:14 +03:00 |
|
Lucas Fernandes Nogueira
|
b131bc8f7c
|
feat(plugins): inject API on window.__TAURI__ (#383)
|
2023-05-23 14:20:14 -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
|
f4069f5588
|
docs: update README.md and remove allowlist information (#381)
|
2023-05-20 20:28:27 -03:00 |
|
Lucas Fernandes Nogueira
|
caf8456864
|
fix: adjust feature flags, wrong zip usage (#367)
|
2023-05-17 18:47:12 -03:00 |
|
Lucas Fernandes Nogueira
|
7ae7167fbe
|
feat: add init scripts (#361)
|
2023-05-17 18:25:56 -03:00 |
|
Lucas Fernandes Nogueira
|
702b7b36bd
|
refactor: move deleted tauri APIs, prepare for next release (#355)
|
2023-05-13 12:32:30 -03:00 |
|
Lucas Fernandes Nogueira
|
937e6a5be6
|
feat: use tauri next branch, fix tests, MSRV 1.65 (#354)
|
2023-05-12 17:16:50 -03:00 |
|
Lucas Fernandes Nogueira
|
5015132ece
|
feat: add API example (#317)
|
2023-05-05 09:41:17 -03:00 |
|
FabianLars
|
1397172e95
|
chore: Fix shell tests
|
2023-05-03 09:58:25 +02:00 |
|
Lucas Fernandes Nogueira
|
8ed00adaa0
|
feat(shell): add plugin (#327)
|
2023-04-23 15:39:48 -03:00 |
|