Commit Graph

98 Commits

Author SHA1 Message Date
Bryan Lee 61bdf04bc8 docs: fix typo (#117) 2023-01-30 10:43:57 +01:00
Fabian-Lars ba81e865b2 feat(sql): Handle JSON columns as TEXT columns and return content as string, closes #112 (#113) 2023-01-26 11:53:41 +01:00
Amr Bashir 4c6255d34f fix(window-state): update state before saving (#111)
* fix(windows-state): update state before saving

regression introduced in #104

* update readme

* don't panic on non-existing windows

* Restore Cargo.lock
2023-01-25 18:09:14 +01:00
amrbashir b02c7e15f9 clippy lints 2023-01-23 22:33:29 +02:00
amrbashir 1930a1aa84 cleanup & defer saving state until ClosedRequest 2023-01-23 22:24:36 +02:00
amrbashir 0abe028e88 clippy 2023-01-23 19:48:36 +02:00
amrbashir 47e85ad06d feat(window-state): add flags to control what is saved/restored 2023-01-23 19:46:54 +02:00
Lucas Fernandes Nogueira fc693f75ca Merge pull request #71 from tauri-apps/renovate/notify-5.x 2023-01-17 06:59:53 -08:00
Thomas van der Westen d33ee156b8 Fix sql example in readme (#91)
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error;

```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder````


I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.
2023-01-15 11:47:32 +01:00
Jonas Kruckenberg f6ab641e08 fix: add back log feature 2023-01-13 11:45:19 +01:00
Fabian-Lars 467bcb90af fix: change dist for js files, fixes #76 for yarn3 (#88) 2023-01-12 16:55:21 +01:00
FabianLars 96fc592649 Merge branch 'dev' into renovate/notify-5.x 2023-01-12 15:29:14 +01:00
Jonas Kruckenberg 5a018251a4 Update plugins/single-instance/examples/vanilla/src-tauri/Cargo.toml 2023-01-11 21:03:40 +01:00
Jonas Kruckenberg 183a081364 exclude examples from cargo workspace 2023-01-11 20:23:35 +01:00
Jonas Kruckenberg 9f2f2bdacb dont use workspace features in tauri app 2023-01-11 20:13:05 +01:00
Jonas Kruckenberg bb4be49afa fmt 2023-01-11 19:09:09 +01:00
Jonas Kruckenberg b0c21978f2 Merge branch 'dev' into websocket 2023-01-11 19:03:34 +01:00
Jonas Kruckenberg f910b1f496 chore: make examples part of the workspace 2023-01-11 19:02:23 +01:00
Jonas Kruckenberg 4714cc2e2d update example app 2023-01-11 19:01:30 +01:00
Jonas Kruckenberg 900b8ccdb1 fmt 2023-01-11 18:34:23 +01:00
Jonas Kruckenberg a8f198afec cleanup 2023-01-11 18:33:55 +01:00
Jonas Kruckenberg 66245c943d Merge branch 'origin-dev' into websocket 2023-01-11 18:31:38 +01:00
Jonas Kruckenberg e522367552 move files to subdir 2023-01-11 18:28:00 +01:00
Fabian-Lars 42b145e0ce fix(sql): don't panic if no migrations were provided, fixes #84 2023-01-11 16:33:34 +01:00
Jonas Kruckenberg 4b098fb518 Merge pull request #72 from tauri-apps/add-single-instance
feat: Add single-instance
2023-01-11 14:53:28 +01:00
Jonas Kruckenberg af5336895c remove duplicate example 2023-01-11 14:51:39 +01:00
Jonas Kruckenberg adf33745f6 Add plugin banner 2023-01-11 14:30:27 +01:00
Fabian-Lars 4d8d109b6b fix(sql): derive default on Builder, fixes #82 (#83) 2023-01-11 14:24:51 +01:00
Beanow 4709b41eeb chore: Cargo fmt 2023-01-11 12:44:38 +01:00
Beanow 9884734bf5 chore: Clippy suggestion, combine replaces 2023-01-11 12:41:45 +01:00
Beanow b88ec8e9c1 chore: Run formatter 2023-01-11 12:37:37 +01:00
Beanow d9301f2ad1 chore: Clippy, unused variable 2023-01-11 12:29:17 +01:00
Beanow 89342351ff chore: Use workspace deps where possible 2023-01-11 12:28:56 +01:00
Beanow 9797e21ded chore: Match licensing with other plugins 2023-01-11 12:28:35 +01:00
Beanow 10396006a1 single-instance: Add README details
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
2023-01-11 12:20:44 +01:00
Beanow fd577cfda4 chore: rm old gitignore 2023-01-11 12:19:01 +01:00
Beanow 3a6333c046 Merge branch 'source-dev' into add-single-instance 2023-01-11 12:00:07 +01:00
Beanow 9b38d388d9 chore: move single-instance plugin 2023-01-11 11:57:08 +01:00
Ostap Brehin e95c10598c Update README.md 2023-01-10 18:18:54 +00:00
Fabian-Lars 1546e4e0fb fix: fix path patterns in files property (#78) 2023-01-10 18:21:09 +01:00
Uriel 827bd47db6 fix(window-state): compare position with available monitors bounds (#48)
* remember monitor data

* check only if the position exists

Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
2023-01-09 14:33:53 +02:00
FabianLars ea5fb0013c fmt 2023-01-07 22:28:10 +01:00
FabianLars 24b09c385e adapt plugin to notify v5 2023-01-07 22:25:44 +01:00
renovate[bot] b351c38e88 fix(deps): update rust crate notify to v5 2023-01-07 19:34:36 +00:00
renovate[bot] 66322a3426 fix(deps): update rust crate iota_stronghold to v1 (#70)
* fix(deps): update rust crate iota_stronghold to v1

* fix compile error

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
2023-01-07 20:32:23 +01:00
renovate[bot] b7522ed71c fix(deps): update rust crate iota-crypto to 0.15 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 20:05:47 +01:00
renovate[bot] 0bdd5ff98f fix(deps): update rust crate tokio-tungstenite to 0.18 (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:21:15 +01:00
renovate[bot] 929cbfb6b7 fix(deps): update rust crate tiny_http to 0.12 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:19:20 +01:00
renovate[bot] 86e61a6ac0 fix(deps): update rust crate auto-launch to 0.4 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:17:38 +01:00
renovate[bot] e52bbd5d23 fix(deps): change tokio version to 1 (#65)
* fix(deps): update rust crate tokio to 1.24

* Apply suggestions from code review

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2023-01-07 16:16:59 +01:00