Fabian-Lars
cc98e6a892
docs: Remove mirror install instructions ( #2893 )
2025-08-04 12:30:18 +02:00
Muhammed Rahif
3ef756f4ce
docs(all): incorrect path for registering plugin in rust ( #2123 )
2024-12-02 21:13:12 +01:00
Lucas Fernandes Nogueira
a1a82208ed
chore: change MSRV to 1.77.2 to support Windows 7 ( #1873 )
...
* chore: change MSRV to 1.77.2 to support Windows 7
* fmt
2024-10-03 10:31:13 -03:00
Lucas Fernandes Nogueira
e8069af804
feat: update to tauri v2 stable, promote all packages to 2.0.0 ( #1863 )
...
* update to tauri v2
* covector setup
* update locks
* bump packages to v2 through covector, remove rc references
* msrv 1.78
* downgrade 1.79 msrv dep
* test clipboard
* fmt
* bitstream-io 2.3.0
* Revert "test clipboard"
This reverts commit c3e19dbe59 .
2024-10-02 12:08:37 -03:00
Lucas Fernandes Nogueira
58eab11faf
chore: document supported platforms on README, clarify unsupported APIs ( #1857 )
...
closes #1795
2024-10-02 08:27:27 -03:00
Amr Bashir
cf4d7d4e6c
chore: adjust prettier config, .gitignore and use taplo to format toml files ( #1728 )
...
* chore: adjust prettier config, .gitignore and use taplo to format toml files
This brings the plugins-workspace repository to the same code style of the main tauri repo
* format toml
* ignore examples gen dir
* add .vscode/extensions.json
* remove packageManager field
* fmt
* fix audit
* taplo ignore permissions autogenerated files
* remove create dummy dist
* fix prettier workflow
* install fmt in prettier workflow
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-09-04 08:54:23 -03:00
Lucas Nogueira
4db635f19b
feat: bump to RC
2024-08-02 12:05:44 -03:00
Gabriel Silva (Gabe)
490d4208d7
docs(sql): add preload config example for migrations ( #1557 )
...
* docs(sql): add `preload` config example for migrations
* improve idempotency explanation
2024-07-22 15:52:34 +02:00
Fabian-Lars
469c277407
docs(sqlite): Update BaseDir mention to AppConfig
...
App was removed in v2 but was an alias for AppConfig
2024-06-26 17:31:29 +02:00
Naman Garg
bff722451d
docs(sql): Fix minor typo ( #1048 )
2024-03-08 00:07:08 +01:00
Lucas Nogueira
14f381acf8
bump msrv
2024-02-21 13:34:10 -03:00
Lucas Nogueira
7659b9515d
merge from v2
2024-02-03 17:05:27 -03:00
FabianLars
14f5961569
chore: merge v1 into v2 for the last time
2024-02-03 20:16:36 +01:00
Lucas Nogueira
abd0176cc1
beta
2024-02-03 15:46:15 -03:00
Matthias Lohscheidt
b9d29a0154
docs(sql): Add migrations section to README ( #867 )
...
Add section about migration management.
2023-12-31 16:42:22 +01:00
FabianLars
058d5dde0d
Merge remote-tracking branch 'origin/v1' into v1-into-v2-again
2023-11-23 19:59:58 +01:00
Fabian-Lars
8c9ff2a2a9
chore: Add sponsors section to readme ( #758 )
...
* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
2023-11-23 17:18:09 +01: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
Lorenzo Lewis
6f01bc11ab
chore: change readme banners urls ( #523 )
...
* set readme banners to absolute url
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "set readme banners to absolute url"
This reverts commit c46b464c69 .
* update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "update banners to absolute paths"
This reverts commit c8b8f9309e .
* fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
* Revert "fix banner paths"
This reverts commit 27edc59b41 .
* fix banners...again
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
---------
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com >
2023-07-28 21:29:50 +02: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
David Blythe
51f20b438e
MySQL examples ( #501 )
...
* Update README.md
* Update index.ts
2023-07-16 22:24:20 +02:00
renovate[bot]
92233ea64a
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 ( #464 )
...
* fix(deps): update rust crate sqlx to 0.7
* Update sql's msrv in workflow to 1.65
* Update README.md
* Update Cargo.toml
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-07-05 10:46:51 +02:00
Fabian-Lars
0984fc8374
chore: Add branch to install instructions that use git ( #433 )
2023-06-12 11:20:59 +02: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
22991af9f4
feat(plugins): use @tauri-apps namespace on NPM ( #368 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2023-05-17 20:52:53 -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
FabianLars
4a10f218f0
Merge branch 'dev' into next. Rename next to v2
2023-05-03 09:02:40 +02:00
FabianLars
dce0f02bc5
Rename dev branch to v1 and next branch to v2
2023-05-03 08:55:44 +02:00
FabianLars
59cb08e902
chore: Adapt readmes to next branch
2023-04-26 18:01:46 +02: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
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
a2f0e2eb73
fmt
2023-01-06 18:18:16 +01:00
Jonas Kruckenberg
08f90f0fb4
update readmes
2023-01-06 14:21:57 +01:00
Jonas Kruckenberg
36698d1436
fmt
2022-12-14 20:39:21 +01:00
Jonas Kruckenberg
9a7b7e6423
template readmes and banners
2022-12-14 19:46:22 +01:00