11 Commits

Author SHA1 Message Date
Amr Bashir
e7dfe34bb9 feat(window): refactor and improvements (#426)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5787510055

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-08-07 16:21:45 +00:00
Lucas Fernandes Nogueira
90cff5aa2c fix(docs): plugin usage examples using wrong package name (#527)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5737823369

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-08-02 10:43:19 +00:00
Fabian-Lars
30f20f251e 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)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5602434141

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-07-19 17:52:35 +00:00
Lucas Fernandes Nogueira
eef6b4245f feat(window): add option to disable controls (#406)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5312956337

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-06-19 14:40:06 +00:00
Lucas Fernandes Nogueira
3d3d148c50 feat(window): add is_focused API (#407)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5312035006

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-06-19 12:48:17 +00:00
Lucas Fernandes Nogueira
41d1123e4f feat(updater): backport changes from tauri v1 (#405)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5303191199

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-06-18 10:38:35 +00:00
Lucas Fernandes Nogueira
546ac12e69 feat: update to 2.0.0-alpha.10 (#441)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5300306799

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-06-17 21:56:13 +00:00
Lucas Fernandes Nogueira
7771b3f06c chore(window): fix package name on documentation (#408)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5098750135

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-27 12:22:01 +00:00
Lucas Fernandes Nogueira
301d61fe82 chore(api): update @since tag to 2.0.0 (#395)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5064150737

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-24 02:46:22 +00:00
Lucas Fernandes Nogueira
2d8e9da1ef feat(plugins): inject API on window.__TAURI__ (#383)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5060238742

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-23 17:22:17 +00:00
Lucas Fernandes Nogueira
a04ad4923c chore: add remaining mirrors (#382)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5038084282

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-21 14:09:36 +00:00