Fabian-Lars
c348eb31ea
feat(upload): Add function to download files ( #89 )
2023-02-15 13:06:43 +01:00
renovate[bot]
bf1106a0a5
chore(deps): update dependency eslint-config-standard-with-typescript to v34 ( #121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 11:35:11 +01:00
Fabian-Lars
3cfa9af859
fix(fs-watch): use less specific notify version
2023-02-01 11:34:54 +01:00
renovate[bot]
72b5c490e6
chore(deps): update dependency @rollup/plugin-terser to ^0.4.0 ( #106 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-01 11:29:20 +01:00
Fabian-Lars
4bb200aac5
fix: apply clippy suggestions ( #120 )
...
* fix: apply clippy suggestions
* fmt
* clippy for linux targets
2023-02-01 11:27:33 +01:00
Jonas Kruckenberg
2e515abba7
fix: Bump MSRV to 1.64 ( #119 )
...
Bumps the MSRV to 1.64 since that's the version that introduced the workspace inheritance we are using here.
2023-02-01 10:28:36 +01:00
Bryan Lee
61bdf04bc8
docs: fix typo ( #117 )
2023-01-30 10:43:57 +01:00
renovate[bot]
526f1fcb85
chore(deps): update dependency eslint-config-standard-with-typescript to v33 ( #115 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-29 10:01:56 +01:00
Fabian-Lars
7cfea6be3f
Update renovate.json ( #110 )
2023-01-29 10:00:38 +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
Jonas Kruckenberg
766021a699
Merge pull request #104 from tauri-apps/feat/window-state/flags
...
feat(window-state): add flags to control what is saved/restored
2023-01-24 18:50:06 +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
Amr Bashir
c41a1d072a
Restore Cargo.lock
2023-01-23 21:56:09 +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
Jonas Kruckenberg
4ff7843581
Update README.md
2023-01-19 17:36:29 +01:00
renovate[bot]
581d0887e0
chore(deps): update dependency eslint-config-standard-with-typescript to v31 ( #99 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-19 12:09:08 +01:00
renovate[bot]
c9d15db48e
chore(deps): update dependency eslint-config-standard-with-typescript to v30 ( #95 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-17 16:01:58 +01:00
Lucas Fernandes Nogueira
fc693f75ca
Merge pull request #71 from tauri-apps/renovate/notify-5.x
2023-01-17 06:59:53 -08:00
renovate[bot]
c9f716c9ae
chore(deps): update dependency eslint-config-standard-with-typescript to v29 ( #94 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-17 11:20:20 +01: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
renovate[bot]
79f1130b85
chore(deps): update dependency eslint-config-standard-with-typescript to v27 ( #87 )
...
* chore(deps): update dependency eslint-config-standard-with-typescript to v27
* update json5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-01-12 14:59:16 +01:00
Fabian-Lars
90b1dc6d4d
Merge pull request #85 from tauri-apps/websocket
...
chore: Add tauri-plugin-websocket history
2023-01-12 14:48:05 +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
ff5f85c412
Update pnpm-lock.yaml
2023-01-11 19:06:42 +01:00
Jonas Kruckenberg
db89717962
Update Cargo.lock
2023-01-11 19:03:45 +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
Jonas Kruckenberg
6e2356af25
delete files
2023-01-11 18:27:37 +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
b8e031e574
chore: Update Cargo.lock
2023-01-11 12:42:18 +01:00
Beanow
9884734bf5
chore: Clippy suggestion, combine replaces
2023-01-11 12:41:45 +01:00