ngapham@kobiton.com
6d7b985b46
[log] Allow to use local timezone instead of UTC when writing logs ( #269 )
...
* Allow to use local timezone instead of UTC timezone when writing log
* Address PR feedback
* Fix cargo clippy
* revert `time` version
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-03-06 15:31:28 +01:00
Fabian-Lars
1d52416f70
feat(sql): Improve type decoding. Adds support for time and dates ( #266 )
...
* feat(sql): Improve type decoding. Adds support for time and dates
* remove default feat
* typo
2023-03-05 12:25:15 +01:00
Flux Xu
265acf7454
docs(single-instance): Fix a typo ( #264 )
2023-02-27 09:15:07 +01:00
renovate[bot]
8f34eb83e4
fix(deps): update rust crate windows-sys to 0.45 ( #103 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-23 13:54:46 +01:00
Fabian-Lars
8f0d662ea9
fix(upload): download function invokes wrong command
2023-02-23 13:30:32 +01:00
Fabian-Lars
aeb2125176
chore(single-instance): Fix banner link in readme
2023-02-17 21:14:42 +01:00
Fabian-Lars
92d9f2754c
chore: apply clippy suggestions ( #256 )
2023-02-15 15:32:11 +01:00
Mohamad
e203b4f68f
fix(autostart): fix auto start choosing wrong app path on macOS ( #125 )
...
* Update lib.rs
* Update lib.rs
* Update lib.rs
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-02-15 15:02:55 +01:00
Fabian-Lars
2e090c90cd
chore: Add MSRV to all readmes ( #255 )
...
* chore: Add MSRV to all readmes
* fix single-instance support matrix
* wording
* wording
* typo
2023-02-15 14:32:17 +01:00
Fabian-Lars
d18bc1ea60
fix(sql): derive datatype from value, not colomn ( #118 )
2023-02-15 13:07:21 +01:00
Fabian-Lars
c348eb31ea
feat(upload): Add function to download files ( #89 )
2023-02-15 13:06:43 +01:00
Fabian-Lars
3cfa9af859
fix(fs-watch): use less specific notify version
2023-02-01 11:34:54 +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
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