Commit Graph

835 Commits

Author SHA1 Message Date
Lucas Fernandes Nogueira 7c6d9fd956 Merge pull request #948 from tauri-apps/release-v2
Publish New Versions (v2)
upload-v2.0.0-beta.1 shell-js-v2.0.0-beta.1 process-js-v2.0.0-beta.1 clipboard-manager-v2.0.0-beta.1 store-v2.0.0-beta.1 biometric-js-v2.0.0-beta.1 http-js-v2.0.0-beta.1 autostart-v2.0.0-beta.1 fs-js-v2.0.0-beta.1 http-v2.0.0-beta.1 notification-v2.0.0-beta.1 biometric-v2.0.0-beta.1 store-js-v2.0.0-beta.1 persisted-scope-v2.0.0-beta.1 deep-link-js-v2.0.0-beta.1 single-instance-v2.0.0-beta.1 cli-v2.0.0-beta.1 window-state-v2.0.0-beta.1 deep-link-v2.0.0-beta.1 global-shortcut-v2.0.0-beta.1 upload-js-v2.0.0-beta.1 dialog-js-v2.0.0-beta.1 stronghold-js-v2.0.0-beta.1 websocket-js-v2.0.0-beta.1 localhost-v2.0.0-beta.1 barcode-scanner-js-v2.0.0-beta.1 clipboard-manager-js-v2.0.0-beta.1 global-shortcut-js-v2.0.0-beta.1 positioner-js-v2.0.0-beta.1 stronghold-v2.0.0-beta.1 fs-v2.0.0-beta.1 positioner-v2.0.0-beta.1 updater-js-v2.0.0-beta.1 websocket-v2.0.0-beta.1 autostart-js-v2.0.0-beta.1 dialog-v2.0.0-beta.1 updater-v2.0.0-beta.1 sql-v2.0.0-beta.1 shell-v2.0.0-beta.1 process-v2.0.0-beta.1 cli-js-v2.0.0-beta.1 barcode-scanner-v2.0.0-beta.1 nfc-v2.0.0-beta.1 os-v2.0.0-beta.1 window-state-js-v2.0.0-beta.1 os-js-v2.0.0-beta.1 nfc-js-v2.0.0-beta.1 sql-js-v2.0.0-beta.1 notification-js-v2.0.0-beta.1 authenticator-v2.0.0-beta.1 log-plugin-v2.0.0-beta.1 authenticator-js-v2.0.0-beta.1 log-js-v2.0.0-beta.1
2024-02-21 14:42:46 -03:00
lucasfernog e0d415e405 publish new versions 2024-02-21 14:40:33 -03:00
Lucas Nogueira 5ca9a80f45 chore: fix covector 2024-02-21 14:38:22 -03:00
Lucas Fernandes Nogueira b1b9a02f9e Merge pull request #971 from tauri-apps/chore/tauri-beta-3
chore: update to tauri beta.4
2024-02-21 14:32:22 -03:00
Lucas Nogueira ac8251774a remove dbus 2024-02-21 13:59:43 -03:00
Lucas Nogueira 7039c9b995 fmt, clippy 2024-02-21 13:39:40 -03:00
Lucas Nogueira 14f381acf8 bump msrv 2024-02-21 13:34:10 -03:00
Lucas Nogueira e414579b31 fmt, fix check 2024-02-21 13:32:37 -03:00
Lucas Nogueira 569defbe94 updates 2024-02-21 13:29:09 -03:00
Lucas Fernandes Nogueira 31e72f9a41 Merge pull request #968 from tauri-apps/feat/new-method
feat(sql,store): add `Builder::new`
2024-02-21 10:23:22 -03:00
ppbl 3f81555fbf fix(http): response with status code 204 (#960)
* Fix response construction with status code 204

* run pnpm build
2024-02-21 04:20:46 +02:00
Lucas Nogueira 4709c343bc inline notify-rust [skip ci] 2024-02-20 10:44:52 -03:00
Lucas Nogueira df3fc7c251 Merge branch 'chore/tauri-beta-3' of github.com:tauri-apps/plugins-workspace into chore/tauri-beta-3 2024-02-19 17:38:06 -03:00
Lucas Nogueira a31ef8e67e rfd disable default features [skip ci] 2024-02-19 17:37:21 -03:00
Lucas Nogueira af6ebc8399 fmt 2024-02-19 17:17:22 -03:00
Lucas Nogueira dbc0c0757e dist 2024-02-19 17:16:06 -03:00
Lucas Nogueira 193624b73a lockfile 2024-02-19 17:15:37 -03:00
Lucas Nogueira 9dd1d09797 rebuild 2024-02-19 17:15:24 -03:00
Lucas Nogueira 78abd7bdfb comma 2024-02-19 17:14:11 -03:00
Lucas Nogueira d98fa3e9fa rfd 0.14 2024-02-19 17:13:19 -03:00
Lucas Nogueira c4fda036cc delete files 2024-02-19 17:11:42 -03:00
Lucas Nogueira 8461cf1d1b chore: update to tauri beta.3 2024-02-19 17:10:49 -03:00
Amr Bashir 8645a02aee docs(global-shortcut): add registering example 2024-02-19 17:13:31 +02:00
Amr Bashir 7cefa2b0bd pub 2024-02-19 16:03:32 +02:00
Amr Bashir fe4fb7dc7a Update plugin.rs 2024-02-19 16:03:20 +02:00
amrbashir 72db444401 feat(sql,store): add Builder::new
ref: https://github.com/tauri-apps/tauri/issues/8880
2024-02-19 15:54:56 +02:00
amrbashir 696af68c9b docs(global-shortcut): update examples in README.md closes #965 2024-02-19 15:44:38 +02:00
Tony 51ba4c5330 fix(fs): make rename third parameter optional (#962)
* Fix rename option can't be empty

* change file
2024-02-19 14:48:22 +02:00
Tony 9b49f0abf7 docs(fs): dir -> baseDir (#961) 2024-02-19 14:37:06 +02:00
Fabian-Lars e28115cb42 ci: Use latest stable toolchain to install cross (#959) 2024-02-16 17:41:58 +01:00
Amr Bashir e856adc72c fix(shell): export open module (#939)
closes #934
2024-02-16 16:27:19 +01:00
i-c-b 2f0e30852a feat(core): recursive fs scope on directory file-drop event (#954)
* allow recursive fs scope on directory file-drop events

* Create allow-recursive-fs-scope-on-file-drop-directory.md

* Update .changes/allow-recursive-fs-scope-on-file-drop-directory.md
2024-02-15 16:55:51 +02:00
Amr Bashir 531123cad0 fix(fs/wtacher): fix incorrect type for rename events (#947) 2024-02-14 15:29:27 +02:00
Kunjan Dalal 343b1f55af chore: ReadMe updated with all plugins details (#951)
* ReadMe updated with all plugins details

* Update README.md

---------

Co-authored-by: Kunjan Dalal <kunjee@pop-os.localdomain>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2024-02-14 12:04:40 +01:00
amrbashir 53c0e89860 docs(global-shortcut): fix cargo name
closes #946
2024-02-14 01:12:37 +02:00
Tony 2e7ef46d8b refactor!(dialog): change type field in JS to kind (#945)
* Fix dialog type not working

* gen files

* type -> kind

* update API example

---------

Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
2024-02-14 01:05:54 +02:00
Lucas Nogueira dac8b6331c fix(ci): commig schemas window-state-js-v2.0.0-beta.0 dialog-js-v2.0.0-beta.0 positioner-v2.0.0-beta.0 updater-js-v2.0.0-beta.0 upload-v2.0.0-beta.0 websocket-v2.0.0-beta.0 log-plugin-v2.0.0-beta.0 websocket-js-v2.0.0-beta.0 fs-v2.0.0-beta.0 os-v2.0.0-beta.0 autostart-js-v2.0.0-beta.0 clipboard-manager-js-v2.0.0-beta.0 nfc-v2.0.0-beta.0 log-js-v2.0.0-beta.0 stronghold-v2.0.0-beta.0 dialog-v2.0.0-beta.0 global-shortcut-js-v2.0.0-beta.0 biometric-v2.0.0-beta.0 barcode-scanner-js-v2.0.0-beta.0 positioner-js-v2.0.0-beta.0 stronghold-js-v2.0.0-beta.0 fs-js-v2.0.0-beta.0 updater-v2.0.0-beta.0 global-shortcut-v2.0.0-beta.0 notification-js-v2.0.0-beta.0 authenticator-js-v2.0.0-beta.0 deep-link-v2.0.0-beta.0 store-js-v2.0.0-beta.0 autostart-v2.0.0-beta.0 biometric-js-v2.0.0-beta.0 store-v2.0.0-beta.0 window-state-v2.0.0-beta.0 clipboard-manager-v2.0.0-beta.0 deep-link-js-v2.0.0-beta.0 shell-js-v2.0.0-beta.0 process-js-v2.0.0-beta.0 http-v2.0.0-beta.0 cli-js-v2.0.0-beta.0 authenticator-v2.0.0-beta.0 shell-v2.0.0-beta.0 process-v2.0.0-beta.0 single-instance-v2.0.0-beta.0 localhost-v2.0.0-beta.0 cli-v2.0.0-beta.0 sql-js-v2.0.0-beta.0 barcode-scanner-v2.0.0-beta.0 os-js-v2.0.0-beta.0 nfc-js-v2.0.0-beta.0 http-js-v2.0.0-beta.0 persisted-scope-v2.0.0-beta.0 notification-v2.0.0-beta.0 sql-v2.0.0-beta.0 upload-js-v2.0.0-beta.0 2024-02-03 18:46:36 -03:00
Lucas Fernandes Nogueira 8502b90287 Merge pull request #859 from tauri-apps/release-v2
Publish New Versions (v2)
2024-02-03 18:28:39 -03:00
Lucas Nogueira fe10ab488f beta.1 2024-02-03 18:16:49 -03:00
Lucas Nogueira 7659b9515d merge from v2 2024-02-03 17:05:27 -03:00
Lucas Fernandes Nogueira 5673a416a8 Merge pull request #927 from tauri-apps/v1v2
chore: merge v1 into v2 for the last time
2024-02-03 16:58:35 -03:00
FabianLars ee910bfcce come on, that felt personal 2024-02-03 20:29:33 +01:00
FabianLars 331a3eaf06 unlucky typo lol 2024-02-03 20:28:12 +01:00
FabianLars cb5ff764a6 license 2024-02-03 20:26:49 +01:00
FabianLars 0688416425 lint 2024-02-03 20:23:09 +01:00
FabianLars 14f5961569 chore: merge v1 into v2 for the last time 2024-02-03 20:16:36 +01:00
Lucas Nogueira 63afaf1dfa fmt 2024-02-03 15:46:18 -03:00
Lucas Nogueira abd0176cc1 beta 2024-02-03 15:46:15 -03:00
lucasfernog 18e478aba0 publish new versions 2024-02-03 15:46:07 -03:00
Lucas Nogueira 2643a4c331 fix(ci): revert pre.json changes 2024-02-03 15:24:43 -03:00