github-actions[bot]
57f69c6615
Publish New Versions (v2) ( #1966 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-11-05 17:32:55 +01:00
Fabian-Lars
cfb3ec0e21
fix(window-state): Ignore is_maximized state in resize events on macos ( #2007 )
2024-11-05 17:01:35 +01:00
renovate[bot]
b8bf4ad360
chore(deps): update unocss monorepo to ^0.64.0 (v2) ( #2006 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 13:23:46 +01:00
Artaza Sameen
87cc58527d
feat(upload): Add transfer_speed for downloading and uploading files ( #1797 )
...
Co-authored-by: Victor Aremu <me@victorare.mu >
Co-authored-by: Fabian-Lars <github@fabianlars.de >
2024-11-04 22:41:48 +01:00
renovate[bot]
e0d2e2c53f
chore(deps): update dependency typescript-eslint to v8.13.0 ( #2004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 19:36:33 +01:00
renovate[bot]
9a7092ca44
fix(deps): update rust crate notify to v7 (v2) ( #1999 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-11-04 15:56:31 +01:00
renovate[bot]
606fa08dae
fix(deps): update rust crate fern to 0.7 (v2) ( #1997 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-11-04 15:00:01 +01:00
renovate[bot]
62f1e40682
chore(deps): update eslint monorepo to v9.14.0 (v2) ( #1996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 13:23:13 +01:00
renovate[bot]
c8e5614063
chore(deps): update dependency svelte to v5 (v2) ( #1956 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-11-04 13:16:36 +01:00
Fabian-Lars
03c255ae20
chore(readme): Add new plugins and update support table ( #1993 )
2024-11-04 13:57:38 +02:00
renovate[bot]
a706748dd3
fix(deps): update tauri monorepo (v2) ( #1994 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 12:29:34 +01:00
renovate[bot]
7c1046d239
chore(deps): update dependency rollup to v4.24.4 (v2) ( #1844 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 12:28:44 +01:00
renovate[bot]
a90f36b07e
chore(deps): update dependency typescript-eslint to v8.12.2 (v2) ( #1995 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 12:25:26 +01:00
renovate[bot]
e5249cff0b
chore(deps): update dependency tslib to v2.8.1 (v2) ( #1943 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 12:06:26 +01:00
Rika
d57df4debe
fix(clipboard-manager): read_image wrongly set the image rgba data with binary PNG data. ( #1986 )
...
* fix(clipboard-manager): `read_image` wrongly set the image rgba data with binary PNG data.
* remove depencency of `image` crate; add patch file
2024-10-30 20:29:14 +03:00
Amr Bashir
1f649c7f1f
chore: print a warning in development for forbidden headers ( #1981 )
...
* chore: print a warning in development for forbidden headers
closes #1979
* Update plugins/http/src/commands.rs
2024-10-30 15:26:46 +03:00
YoggieS
0ca4cc914c
docs(sql): docs of frontend Database select method ( #1963 )
2024-10-30 10:53:04 +01:00
Amr Bashir
9dcad78f44
docs(fs): fix default permission documentation ( #1980 )
2024-10-30 10:50:00 +01:00
阿良仔
4341d7f500
fix(sql): replace Mutex with RwLock to enable concurrent SQL execution ( #1972 )
2024-10-26 13:19:59 +02:00
Amr Bashir
77149dc432
fix(fs): fix writeFile converting UTF-8 characters in path into replacement character ( #1965 )
2024-10-22 08:17:37 +03:00
github-actions[bot]
525abc4be5
Publish New Versions (v2) ( #1961 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-10-21 15:13:27 +03:00
bWanShiTong
14cee64c82
fix(fs): fix compilation on targets with pointer width 16 and 32 ( #1958 )
2024-10-21 15:07:55 +03:00
github-actions[bot]
3fd283121f
publish new versions ( #1909 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-20 08:54:26 -03:00
Amr Bashir
ae8024565f
perf(fs): improve FileHandle.read performance ( #1950 )
...
* perf(fs): improve `FileHandle.read` performance
* handle different target pointer width
* improve `writeTextFile` performance
* revert packageManager field
* change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-20 08:49:01 -03:00
Tony
2302c2db1c
fix(dialog): ask and confirm not using system button texts ( #1910 )
...
* Fix `ask`'s button texts being ok and cancel
* Update change file
2024-10-20 08:48:45 -03:00
renovate[bot]
44c50c1275
chore(deps): update rust crate tauri to 2.0.4 ( #1952 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-20 17:28:39 +08:00
renovate[bot]
415bf2abc3
chore(deps): update eslint monorepo to v9.13.0 ( #1951 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-20 16:54:34 +08:00
renovate[bot]
36207a93f3
chore(deps): update dependency @tauri-apps/cli to v2.0.3 ( #1925 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 11:14:14 +08:00
renovate[bot]
854754e10b
chore(deps): update dependency typescript-eslint to v8.10.0 ( #1949 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 11:13:06 +08:00
renovate[bot]
1c2f137a8a
chore(deps): lock file maintenance ( #1929 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 11:12:38 +08:00
Tony
8c67d44aef
refactor(store)!: more reworks ( #1860 )
...
* refactor(store): more reworks
* Enable auto save by default
* Store to resource table by default
* Remove share store
* Clean up
* Add close store
* Add store function
* Add lazy store
* Add init to lazy store
* refresh cache in example
* Add get-or-create-store
* Revert "Add get-or-create-store"
This reverts commit 7ffd769240 .
* try get first
* Docs
* Use absolute path for store
* more docs
* Allow js to use pre-stored (de)serialize functions
* Fix js get and close store
* Show case how to use pretty json
* Update readme
* Use store instead of `store_builder` in example
* Build
* Fix example
* More docs for StoreBuilder::build
* Add default (de)serialize fn
* Use pretty json by default
* Use `undefined` for empty value in get
* Change files
* Differentiate json null from no value for events
* Add create or existing
* Build
* Rename inner store's inset method to set
* Update readme
* Apply suggestions from code review
* Use close instead
* Update breaking changes
* Return result in resolve_store_path
* Change to close_resource and take &self
* Clean up
* Apply suggestions from code review
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Remove unused pub(crate)
* Update change file
* Expose resolve_store_path
* Remove with_store
* Remove StoreInner from pub and expose is_empty
* Fix wrong jsdoc param
* Update readme
* rename createOrExistingStore to createOrLoad
* make api consistent with the JS implementation, add examples
* fmt
* reintroduce "get existing store" behavior for create_or_load
* rename createOrLoad to newOrExisting
* keep store lock throughout whole new_or_existing_inner
* Remove load
* Missed if load
* Don't make StoreState public
* Remove R: Runtime from Builder
* rename newOrExisting to load, load to reload
* update docs
* rename missing reload fn
* rename builder fn to build()
* fix default permission
* Fix description and create_new logic
* Clippy
* Update docs
* Update docs
* remove create_store command
* remove close_store command since we extend from Resource
* Revert "remove close_store command since we extend from Resource"
This reverts commit 4a29fc8990 .
* Reapply "remove close_store command since we extend from Resource"
This reverts commit 70a1830e7d .
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-17 19:14:41 +08:00
Niko Korvenlaita
cfd48b3b2e
feat: allow http calls without origin header ( #1941 )
2024-10-16 15:56:36 +03:00
renovate[bot]
558e14bb4c
chore(deps): update dependency typescript-eslint to v8.9.0 ( #1937 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 09:52:18 +08:00
凊弦凝绝
aef5dd6157
fix(sql): don't panic on missing migration when preload is enabled ( #1932 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-10-14 20:32:49 +02:00
Fabian-Lars
74ee7edc43
ci: Run workflows on ubuntu 22.04 ( #1936 )
2024-10-14 18:40:56 +02:00
Fabian-Lars
7e1c17a635
ci(renovate): Remove tauri pre-release workaround
2024-10-09 14:44:38 +02:00
Lucas Fernandes Nogueira
3c1f3874f4
fix(positioner): handleIconState missing permission and wrong impl ( #1911 )
2024-10-09 09:37:16 -03:00
Amr Bashir
51ddf6a715
fix(shell): use async command for open JS API ( #1881 )
...
closes tauri-apps/tauri#11212
2024-10-09 08:47:25 -03:00
renovate[bot]
62082b7086
chore(deps): lock file maintenance ( #1895 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 08:46:38 -03:00
nashaofu
aee14ed426
fix(dialog): Fix the issue of Android saving files with a .txt extension ( #1892 )
...
* fix: Fix the issue of Android saving files with a .txt extension
* fix(dialog): pull intent type from extensions filters
* fix covector
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-09 08:45:05 -03:00
Amr Bashir
9b2840db94
fix(http): retain headers order ( #1884 )
...
* fix(http): retain headers order
closes #1882
* simplify if
* actually set headers
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-09 08:07:46 -03:00
renovate[bot]
60064fce52
chore(deps): update dependency typescript to v5.6.3 ( #1905 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 09:28:06 +08:00
renovate[bot]
0058583583
fix(deps): update tauri monorepo to v2.0.2 ( #1874 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-08 15:29:28 +08:00
renovate[bot]
fb676626f1
chore(deps): update dependency typescript-eslint to v8.8.1 ( #1899 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-08 10:01:07 +08:00
renovate[bot]
f445c704a1
chore(deps): update eslint monorepo to v9.12.0 ( #1887 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05 07:29:30 +08:00
github-actions[bot]
fd785ab5de
publish new versions ( #1878 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-03 10:58:13 -03: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
renovate[bot]
dc49de5341
chore(deps): update dependency typescript-eslint to v8.8.0 ( #1854 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03 20:52:00 +08:00
Tillmann
4c2454d410
sync readme with metadata ( #1872 )
2024-10-03 07:23:40 -03:00
renovate[bot]
fe6dd0ff9e
fix(deps): update dependency @tauri-apps/api to v2.0.1 ( #1862 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03 10:54:25 +08:00
Horu
ab8d089b2b
chore(barcode-scanner): fix banner link in readme ( #1870 )
...
* chore: fix banner link in readme
* chore: raw
2024-10-03 05:04:38 +03:00
github-actions[bot]
ee02ea7746
publish new versions ( #1869 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-02 16:40:18 -03:00
Lucas Fernandes Nogueira
9501cfa5f5
fix(updater): validate endpoint scheme before printing warning ( #1868 )
...
regression from #1814
2024-10-02 16:28:16 -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
pajlada
0975a687a0
fix: make package.json licenses SPDX compliant ( #1861 )
...
* fix: make plugin template package.json license SPDX compliant
* fix: make plugin package.json license SPDX compliant
* fix: make root package.json license SPDX compliant
2024-10-02 08:29:34 -03:00
Amr Bashir
654a7299c3
fix(positioner): pass correct values through IPC ( #1858 )
...
* fix(positioner): pass correct values through IPC
followup to https://github.com/tauri-apps/plugins-workspace/pull/1822
* build api & remove packageManager field
2024-10-02 08:28:28 -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
github-actions[bot]
fb62d03f73
publish new versions ( #1807 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-10-02 07:02:42 -03:00
Tony
7e5e34420b
Cancel auto save on save ( #1859 )
2024-10-01 23:13:20 -03:00
Tony
f12d35609a
feat(store)!: fully rework and add auto save ( #1550 )
...
* Add auto save to store plugin
* Put jsdoc at constructor instead of class level
* Clippy
* Use enum instead of bool
* Some(AutoSaveMessage::Cancel) | None
* from_millis
* u64
* Add change file
* Rename to emit_on_change
* should use Duration in `with_store`
* Add breaking change notice to change file
* Emit change event for inserts by reset
* Update readme example
* Update example
* Remove extra line
* Make description clear it only works with managed
* Fix links in docstring
* Fix doc string closing
* get_mut
* Proof of concept
* fmt
* Load store on create
* cargo fmt
* Fix merge conflits
* Format
* small cleanup
* update docs, use `impl Into<JsonValue>`
* fix doctests, further simplification of api
* add store options
---------
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-01 15:10:40 -03:00
Amr Bashir
44273b9889
fix(shell): fix schema requiring sidecar property even though it is optional ( #1839 )
...
* fix(shell): fix schema requiring `sidecar` property even though it is optional
* fix clippy
* make `cmd` and `sidecar` exclusive
* make args optional
* cleanup
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-01 10:16:14 -03:00
Jacob Bolda
2f7e32b5e0
[positioner] handleIconState in JS ( #1822 )
...
* [positioner] handleIconState in JS
* update readme
* fix change file version
* fixes
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-10-01 10:15:22 -03:00
Fabian-Lars
30bcf5dcc2
refactor(sql): Allow multiple drivers at the same time ( #1838 )
...
* refactor(sql): Allow multiple drivers at the same time
* fmt
* remove default feature comment [skip ci]
* what was that doing there [skip ci]
* disable public methods for now
2024-10-01 09:47:08 -03:00
Amr Bashir
68579934c9
fix(cli): expose hidden structs ( #1856 )
...
closes #1843
2024-10-01 09:35:13 -03:00
Tony
04459afbb6
refactor(dialog)!: use enum instead of label for buttons ( #1842 )
...
* refactor(dialog)!: use enum instead of label
* Add change file
* Fix doc comment typo
* Move ok and cancel to lib.rs
2024-10-01 09:34:20 -03:00
Tillmann
3b2bd3065d
fix sql heading
2024-09-30 14:11:44 +02:00
renovate[bot]
f930505de4
chore(deps): lock file maintenance ( #1852 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-30 10:19:10 +08:00
renovate[bot]
34319bd977
chore(deps): update unocss monorepo to ^0.63.0 ( #1848 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-29 16:18:56 +08:00
Tony
34737186fe
chore: re-generate reference.md ( #1847 )
2024-09-28 20:50:57 +03:00
renovate[bot]
4bd1f15bb9
fix(deps): update tauri monorepo ( #1846 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 14:44:24 +08:00
Tillmann
aabc4d3a24
Add Metadata for Plugin Compatibility ( #1836 )
...
Co-authored-by: Tillmann <112912081+tillmann-crabnebula@users.noreply.github.com >
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
2024-09-26 14:21:25 +02:00
Fabian-Lars
fc9b189e83
fix(fs): ignore OS specific paths in scope deserialization ( #1837 )
2024-09-26 02:43:33 +03:00
renovate[bot]
b7ff3a6bdb
fix(deps): update rust crate windows-registry to 0.3 (v2) ( #1841 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-09-25 15:44:41 +02:00
Amr Bashir
04a0aea0ab
feat(updater)!: add option to use insecure transport protocol ( #1814 )
2024-09-24 18:38:53 +03:00
renovate[bot]
e564e2aa91
chore(deps): update dependency typescript-eslint to v8.7.0 ( #1832 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 23:25:24 +02:00
renovate[bot]
118f6b4334
chore(deps): update dependency @rollup/plugin-node-resolve to v15.3.0 ( #1831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 23:11:01 +02:00
renovate[bot]
fd0a52aa86
chore(deps): update eslint monorepo to v9.11.1 ( #1829 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 22:49:03 +02:00
renovate[bot]
52e3bdab26
fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.11 (v2) ( #1830 )
...
* fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.11
* audit fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2024-09-23 22:45:24 +02:00
renovate[bot]
dd09e3c3f4
chore(deps): update dependency @rollup/plugin-node-resolve to v15.2.4 ( #1824 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 16:13:16 +08:00
renovate[bot]
2797954799
chore(deps): update dependency rollup to v4.22.4 ( #1818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 16:08:15 +08:00
renovate[bot]
025210be28
chore(deps): update eslint monorepo to v9.11.0 ( #1820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 16:07:35 +08:00
Amr Bashir
221f50f53b
fix(updater): encode version when making requests ( #1816 )
...
* fix(updater): encode version when making requests
ref: https://github.com/tauri-apps/tauri/issues/10908
* Update .changes/updater-endpoint-version-encoded.md
* only skip `+`
* fmt
* use normal const
2024-09-20 07:57:40 -03:00
renovate[bot]
6bf1bd8d44
fix(deps): update rust crate rfd to 0.15 (v2) ( #1805 )
...
* fix(deps): update rust crate rfd to 0.15
* Fix compilation
* Add change file
* Remove platform specific note
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com >
2024-09-19 20:04:02 +08:00
Tony
41fe9053a0
fix(deep-link): is_registered check on windows
2024-09-19 19:58:13 +08:00
renovate[bot]
27bb5d9a27
chore(deps): update dependency rollup to v4.22.0 (v2) ( #1810 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 12:40:55 +02:00
Austin Bennett
3168e17603
Added quotes for cmd ( #1806 )
...
* Added quotes for cmd
* Add change file
---------
Co-authored-by: Tony <legendmastertony@gmail.com >
2024-09-19 09:59:54 +08:00
Jaken Herman
dd514e7a88
Docs: contaiend -> contained typos ( #1802 )
2024-09-17 19:31:55 +03:00
renovate[bot]
6e142b4230
fix(deps): update tauri monorepo (v2) ( #1801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 17:24:18 +02:00
renovate[bot]
fd1c7c8dbb
fix(deps): update dependency @tauri-apps/plugin-geolocation to v2.0.0-rc.2 (v2) ( #1799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-17 11:09:53 +02:00
renovate[bot]
59c63f31cc
chore(deps): update dependency typescript-eslint to v8.6.0 (v2) ( #1798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 21:39:26 +02:00
github-actions[bot]
3cbb55aa7b
publish new versions ( #1796 )
2024-09-16 16:29:07 -03:00
Lucas Fernandes Nogueira
60765694f5
refactor(geolocation): simplify API, defer permission checks ( #1773 )
2024-09-16 17:01:13 +03:00
renovate[bot]
fd75401aee
fix(deps): update rust crate image to 0.25 (v2) ( #1418 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-09-16 13:20:08 +02:00
renovate[bot]
ca34972266
fix(deps): update rust crate tokio-tungstenite to 0.24 (v2) ( #1781 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 13:13:15 +02:00
renovate[bot]
179184326b
chore(deps): update tauri monorepo (v2) ( #1789 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 12:08:42 +02:00
github-actions[bot]
d8efd3cd20
Publish New Versions (v2) ( #1794 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
2024-09-16 07:00:22 -03:00
renovate[bot]
5d39ddcf22
chore(deps): lock file maintenance ( #1791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 10:21:19 +08:00
Tony
2050a3bea2
fix(upload): change tokio version to 1 instead of * ( #1793 )
2024-09-16 05:20:52 +03:00
Tony
c078f57a09
Revert "Publish New Versions (v2)" ( #1792 )
...
This reverts commit dc5721ac13 .
2024-09-16 05:20:21 +03:00
github-actions[bot]
dc5721ac13
Publish New Versions (v2) ( #1788 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-15 18:37:58 -03:00
Felix Salazar
1d9741b52b
[upload - http-extra] fix: download content to file when unsuccessful response (and test) #1750 ( #1783 )
...
* fix and test
* Update Cargo.toml
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update Cargo.toml
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* add .change log
* clippy fixes
* print test error
* fix tests
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-09-15 18:37:02 -03:00
Tony
7a37355e17
fix(window-state): deadlock when trying to restore window states on initial load ( #1787 )
...
* Fix deadlock when trying to restore window the size on initial load
* Typo
2024-09-15 18:01:27 -03:00
github-actions[bot]
5cbd593e76
publish new versions ( #1772 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-15 11:55:38 -03:00
renovate[bot]
f7600b5fff
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.14 ( #1786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-15 11:37:09 -03:00
Lucas Fernandes Nogueira
fb85e5dd76
chore(deps): update tauri to 2.0.0-rc.12 ( #1785 )
2024-09-15 11:36:23 -03:00
Lucas Fernandes Nogueira
6f3f66794a
feat(deep-link): add on_open_url Rust API ( #1780 )
2024-09-14 21:35:31 -03:00
FabianLars
79d6e19c4b
chore: Add changefile for #1777
2024-09-14 18:34:45 +02:00
Cole Shirley
aebd4f6185
fix(barcode-scanner): Fix mixed up imports (internal) ( #1777 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-09-14 18:20:21 +02:00
Lucas Fernandes Nogueira
341a5320c3
fix(clipboard): Android warnings and build on SDK under 28 ( #1771 )
2024-09-13 12:03:10 -03:00
Lucas Fernandes Nogueira
cc03ccf5e0
fix(fs): app scopes not properly enabling paths ( #1774 )
2024-09-13 09:57:46 -03:00
Lucas Nogueira
009299ebec
chore(prettier): ignore mobile build artifacts
2024-09-13 09:10:01 -03:00
Tony
204e5aacad
fix(window-state)!: saving minimized state ( #1743 )
...
* Fix saving minimized state again
* Add change file
* Fix saving minimized size
* Add change file
* Fix missing .md
* Remove window-shadows
2024-09-13 06:29:38 +03:00
github-actions[bot]
8a45c35160
publish new versions ( #1764 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-12 15:49:29 -03:00
Lucas Nogueira
ebf821afd1
chore(examples): update AndroidManifest.xml
2024-09-12 15:32:27 -03:00
Lucas Fernandes Nogueira
984110a978
fix(deep-link): emit new-url event on app load ( #1770 )
2024-09-12 11:20:16 -03:00
Lucas Fernandes Nogueira
2b898f0786
fix(dialog): update asset protocol scope on directory open, closes #1553 ( #1769 )
2024-09-12 11:10:16 -03:00
Tony
b2269333e3
chore(single-instance): put deep link integration behined a feature ( #1766 )
...
* Make deep link optional for single instance
* Add change file
* Add deep-link feature to example
* Update plugins/deep-link/README.md
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* format
* [skip ci] update readme
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-09-12 18:20:15 +08:00
renovate[bot]
41afcae399
chore(deps): update dependency rollup to v4.21.3 (v2) ( #1767 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 12:01:38 +02:00
SRutile
9291e4d2ca
fix(fs): support any UTF-8 path in writeFile ( #1640 )
...
* In the `writeFile` function, when `options.baseDir` is not set, convert `path` to URL to avoid errors caused by Chinese characters.
* fmt
* use TextEncoder
* use percent encoding
* add change file
* fmt
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-09-11 12:02:24 -03:00
renovate[bot]
3715f3c9a6
chore(deps): update tauri monorepo ( #1760 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-11 09:12:13 +08:00
github-actions[bot]
253ae66210
publish new versions ( #1761 )
2024-09-10 16:14:05 -03:00
Lucas Nogueira
949e2d6c45
chore: update docs
2024-09-10 16:02:38 -03:00
Lucas Fernandes Nogueira
64a6240f79
feat(deep-link): implement getCurrent on Windows/Linux ( #1759 )
...
* feat(deep-link): implement getCurrent on Windows/Linux
checks std::env::args() on initialization, also includes integration with the single-instance plugin
* fmt
* update docs, fix event
* add register_all function
* expose api
* be nicer on docs, clippy
2024-09-10 16:00:42 -03:00
github-actions[bot]
77680f6ed8
publish new versions ( #1740 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-10 13:06:48 -03:00
Lucas Fernandes Nogueira
8c3a6a253d
feat(barcode-scanner): validate missing Info.plist configuration ( #1758 )
2024-09-10 12:24:03 -03:00
Lucas Nogueira
57fd28126c
chore(examples): add NFCReaderUsageDescription Info.plist, entitlement
2024-09-10 08:45:43 -03:00
Lucas Fernandes Nogueira
a34fade500
chore(ios): consolidate optional argument standard ( #1738 )
...
* chore(ios): consolidate optional argument standard
mark all optional iOS arguments as `var <name>: Type?`, following the pattern described in the documentation: https://v2.tauri.app/develop/plugins/develop-mobile/#ios
* chore: add missing Info.plist to example
2024-09-10 08:31:39 -03:00
Olivier Lemasle
713c54ef83
chore(barcode): remove unused Android dependencies ( #1749 )
...
* chore(barcode): remove unused Android dependencies
Plugin barcode-scanner has two unused Android dependencies:
- com.google.zxing:core
- com.journeyapps:zxing-android-embedded
However, these dependency's AndroidManifest.xml were merged, and contained
required parameters (to get camera's permissions).
See the merged manifests:
- https://github.com/zxing/zxing/blob/zxing-3.3.0/android/AndroidManifest.xml
- https://github.com/journeyapps/zxing-android-embedded/blob/v4.3.0/zxing-android-embedded/AndroidManifest.xml
This commit removes the unused dependencies (and unused Java imports)
and updates the Android manifest.
* chore: remove comments
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-09-10 08:01:29 -03:00
renovate[bot]
a9b2a9af84
chore(deps): update dependency typescript to v5.6.2 (v2) ( #1754 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 21:28:08 +02:00
renovate[bot]
c23b3d4bc8
chore(deps): update dependency typescript-eslint to v8.5.0 (v2) ( #1755 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 21:24:20 +02:00
Kauan Curbani
0dd97d9115
feat(sql): added uuid type in postgres decoder ( #1375 )
...
Co-authored-by: Kauan Curbani <kauan.curbani@segalas.local >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-09-09 17:40:45 +02:00
renovate[bot]
3912800db3
chore(deps): lock file maintenance ( #1753 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 13:35:43 +08:00
renovate[bot]
c23d7c51f6
chore(deps): lock file maintenance ( #1751 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 11:22:59 +08:00
renovate[bot]
5906cf4335
chore(deps): update eslint monorepo to v9.10.0 (v2) ( #1744 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-08 18:12:08 +02:00
renovate[bot]
d4a54157f0
chore(deps): update tauri monorepo ( #1739 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-06 09:19:57 +08:00
Lucas Fernandes Nogueira
3d301c654e
fix(notification): body should be optional on iOS ( #1737 )
2024-09-05 17:46:04 -03:00
github-actions[bot]
12e80ffe00
Publish New Versions (v2) ( #1736 )
...
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-09-05 13:26:57 +02:00
Amr Bashir
a2fe55512f
refactor: add methods and implement traits for FilePath and SafeFilePath ( #1727 )
...
* refactor: add methods and implement traits for `FilePath` and `SafeFilePath`
closes #1726
* clippy
* path -> as_path
* fix prettierignore
* Discard changes to Cargo.lock
* Discard changes to Cargo.toml
* update tauri deps
2024-09-05 14:12:40 +03:00
Fabian-Lars
d00519e3e3
chore: Add missing changefile for updater rust changes ( #1735 )
2024-09-05 13:10:04 +02:00
renovate[bot]
6995127778
chore(deps): update tauri monorepo ( #1734 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-05 11:16:52 +08:00
github-actions[bot]
c565a08d09
publish new versions ( #1711 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-09-04 17:30:08 -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 Fernandes Nogueira
72c2ce82c1
chore(deep-link): fix example, update documentation ( #1725 )
...
* chore(deep-link): fix example, update documentation
* update lock file
* fix lint, add header
* fmt
2024-09-04 08:37:34 -03:00
Lucas Fernandes Nogueira
4654591d82
fix(deep-link): allow empty config values ( #1732 )
2024-09-04 08:18:42 -03:00
Lucas Fernandes Nogueira
feb1e93fcb
feat(dialog): implement save API on iOS ( #1707 )
2024-09-02 21:13:43 -03:00
Fabian-Lars
ff134a8ca4
Remove authenticator plugin ( #1723 )
2024-09-03 02:41:19 +03:00
Amr Bashir
f8255e1db5
feat(updater): allow passing headers & timeout in Update.download* methods ( #1661 )
...
closes #1634
2024-09-03 01:02:16 +03:00
renovate[bot]
b9bcb2b6af
chore(deps): update dependency typescript-eslint to v8.4.0 (v2) ( #1721 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 21:23:41 +02:00
Lucas Fernandes Nogueira
51819c601f
fix(fs): writeFile command implementation on Android ( #1708 )
2024-09-02 13:13:53 -03:00
Tony
f7280c8830
fix(fs): can't use Windows path ( #1710 )
...
* Fix fs can't use Windows path
* Add change file
* Implement `Deserialize` instead
* Rename FilePath's visitor to FilePathVisitor
* Add todo and test
* Clippy
* Unused variable
2024-09-02 18:24:37 +03:00
Lucas Fernandes Nogueira
0cb99bdaf1
fix(dialog): iOS file picker default to file selection instead of photo ( #1706 )
2024-09-02 17:43:13 +03:00
renovate[bot]
de04935b2f
chore(deps): update rust crate urlpattern to 0.3 (v2) ( #1607 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-09-02 15:37:44 +02:00
Carlos Valdez
b4c95b25df
chore(dialog): fix misspell "ths" to "the" ( #1719 )
2024-09-02 14:05:11 +02:00
renovate[bot]
de452d4373
chore(deps): update rust crate infer to 0.16 (v2) ( #1419 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 12:48:48 +02:00
renovate[bot]
e271382982
chore(deps): update dependency tslib to v2.7.0 ( #1715 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 12:24:53 +02:00
renovate[bot]
3a350add23
chore(deps): update eslint monorepo to v9.9.1 ( #1685 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:32:56 +02:00
renovate[bot]
3518a23fa0
chore(deps): update dependency rollup to v4.21.2 ( #1712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:27:59 +02:00
renovate[bot]
c6a1b86404
chore(deps): update dependency @zerodevx/svelte-json-view to v1.0.10 ( #1713 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:26:15 +02:00
renovate[bot]
091a78f1d2
chore(deps): update dependency typescript-eslint to v8.3.0 ( #1678 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:23:00 +02:00
renovate[bot]
16f68c2397
chore(deps): update rust crate gethostname to 0.5 ( #1522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:21:19 +02:00
renovate[bot]
16d87bf236
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.10 ( #1677 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:10:00 +02:00
renovate[bot]
e502a706d1
fix(deps): update rust crate cocoa to 0.26 ( #1650 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 10:05:40 +02:00
Tony
17e8014b69
fix(window-state): saving a minimized window's state changes its position to -32000 ( #1702 )
...
* Don't store position on minimized
* Add change file
* ?
2024-09-02 15:58:25 +08:00
github-actions[bot]
de732d0ab0
publish new versions ( #1683 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-29 15:47:05 -03:00
Lucas Fernandes Nogueira
e2e97db519
feat: use PermissionState type from tauri, closes #979 ( #1701 )
2024-08-29 15:40:38 -03:00
Lucas Fernandes Nogueira
9ea9e05944
chore(deps): update to tauri rc.7 ( #1699 )
...
* chore(deps): update to tauri rc.7
* update api [skip ci]
* downgrade sqlx [skip ci]
2024-08-28 19:21:37 -03:00
Lucas Fernandes Nogueira
d0482502e9
chore(api): tauri can serialize array buffers from rc.7 ( #1694 )
...
* chore(api): tauri can serialize array buffers from rc.7
* fmt
* fix audit
* update lockfile
2024-08-28 17:58:56 -03:00
Lucas Fernandes Nogueira
0c040bcc9a
fix(store): remove Android and iOS plugins, closes #1256 ( #1695 )
...
The Android and iOS support introduced on #1011 is not really supported - the Tauri path API correctly resolves the cache directory on mobile, and we can access those directly using Rust code.
This is a breaking change because we no longer uses the same directory to store the files - app_cache_dir returns a different location
2024-08-27 14:18:02 -03:00
Lucas Fernandes Nogueira
0d5e7e2892
feat(fs): scope-*-recursive permission allows read dir, closes #1307 ( #1696 )
...
We could instead document that you should also enable `scope-*-index`, it is more a matter of semantics.
2024-08-27 14:17:30 -03:00
Greg Knapp
01c913e83e
Update import package name to V2 ( #1693 )
2024-08-27 18:34:23 +08:00
renovate[bot]
532622d8b2
fix(deps): update rust crate sqlx to v0.8.1 [security] ( #1686 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-27 18:28:01 +08:00
mikoto2000
448846b834
feat(fs): resolve content URIs on Android ( #1658 )
...
* Implemented writeTextFile on Android.
* Added license headers.
* fix fmt checks.
* implement more file APIs
* change file
* cleanup
* refactor dialog plugin to leverage new FS APIs
* implement metadata functions
* fix build
* expose FS rust API
* resolve resources on android
* update pnpm
* update docs
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-23 13:35:53 -03:00
Amr Bashir
3c52f30ea4
chore(deps): update windows-sys crate to 0.59 and global-hotkey to 0.6 ( #1665 )
...
* chore(deps): update windows-sys crate to `0.59`
* update global-hotkey as well
* change files
2024-08-21 17:04:03 +03:00
Amr Bashir
f690777a91
refacator(dialog): mark FileResponse as #[non_exhaustive] ( #1660 )
...
* recator(dialog): mark `FileResponse` as `#[non_exhaustive]`
closes #1623
* change file
2024-08-21 16:14:58 +03:00
github-actions[bot]
f946a7cf1f
publish new versions ( #1680 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-08-19 21:36:15 -03:00
Lucas Fernandes Nogueira
b914775898
fix: explicitly set a minimum macOS version for older Swift versions ( #1679 )
...
ref https://github.com/tauri-apps/tauri/pull/10687
2024-08-19 16:29:22 -03:00
renovate[bot]
66b9eaa0e5
fix(deps): update rust crate win7-notifications to 0.4.5 ( #1676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:41:50 +02:00
renovate[bot]
e2fa6d3a1b
chore(deps): lock file maintenance ( #1675 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 14:33:05 +02:00
renovate[bot]
6c823ae31a
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.4 ( #1670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 11:01:50 +02:00
renovate[bot]
f4c9e13250
chore(deps): update dependency rollup to v4.21.0 ( #1672 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 10:59:10 +02:00
github-actions[bot]
121f68b449
publish new versions ( #1616 )
2024-08-17 07:55:31 -03:00
Lucas Nogueira
ec067a5997
chore: trigger CI
2024-08-17 07:50:48 -03:00
Lucas Fernandes Nogueira
5d170a5444
chore(deps): tauri 2.0.0-rc.3 ( #1671 )
...
* chore(deps): tauri 2.0.0-rc.3
* fix builds
* fix deep link [skip ci]
2024-08-17 07:40:57 -03:00
renovate[bot]
4dd7f5ddd8
chore(deps): update rust crate specta to v2.0.0-rc.20 (v2) ( #1617 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16 14:34:59 -03:00
Fabian-Lars
998f86371c
chore(deps): Update iota-crypto (removing patch) ( #1664 )
2024-08-15 15:14:45 +03:00
Twilight
84f8bd5e1e
fix(http): properly invoke abort ( #1662 )
...
Co-authored-by: amrbashir <github@amrbashir.me >
2024-08-14 19:18:32 +03:00
renovate[bot]
af943db6f8
chore(deps): update dependency typescript-eslint to v8.1.0 ( #1655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-14 12:51:59 +02:00
mikoto2000
bc7eecf420
feat(dialog): Implemented android save dialog. ( #1657 )
...
* Implemented android save dialog.
* small cleanup
* lint
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-08-13 08:41:30 -03:00
Amr Bashir
5081f30daf
fix(shell): fix inlined docs for scope ( #1656 )
...
* fix(shell): fix inlined docs for scope
* Update plugins/shell/guest-js/index.ts
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-08-13 07:55:55 -03:00
Lucas Fernandes Nogueira
584eb61f16
fix: docs.rs ( #1654 )
...
* fix: docs.rs
* fix updater docs
* update build script
2024-08-12 15:53:27 -03:00
Lucas Nogueira
7b053ba6f6
fix(log): update log directory in documentation ref #1637
2024-08-12 15:05:12 -03:00
Lucas Fernandes Nogueira
7701392500
fix(updater): linux not retaining AppImage permissions, enhance tests ( #1636 )
...
* fix(updater): linux not retaining AppImage permissions, enhance tests
- adds a test for migration from v1 to v2
- extends the existing integration test to actually verify if the app was updated
* remove test framework
* fix macos test
* fix windows
* wait on windows
* fix wix
* typo
* fmt
* install webkit2gtk-4.0 on ci
* fix npm command on windows
* fix test on windows
* ubuntu-22.04
---------
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
2024-08-12 14:59:53 -03:00
Miniontoby
e4e19e001b
[log] Fix typo in docs of lib.rs ( #1637 )
...
* [log] Fix typo in docs of lib.rs
* [lib] Fix typo in docs of lib.rs
2024-08-12 14:59:16 -03:00
renovate[bot]
78061c3455
chore(deps): update unocss monorepo to ^0.62.0 ( #1652 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 12:35:29 +02:00
AHQ
6b079cfdd1
refactor(android): Remove targetSdk = 34 from every gradle build files ( #1649 )
...
* remove targetSdk
* changelog
* fix md file
* Add the -js ones as well
* remove -js ones
2024-08-12 07:11:04 -03:00
Lucas Fernandes Nogueira
5f68990297
chore(fs): update API documentation ( #1645 )
...
* chore(fs): update API documentation
* fmt
---------
Co-authored-by: Tillmann <28728469+tweidinger@users.noreply.github.com >
2024-08-12 00:54:29 -03:00
renovate[bot]
94678051df
chore(deps): lock file maintenance ( #1651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-12 11:15:53 +08:00
mikoto2000
59644c5d22
docs: add Contributing Guide link in root README. ( #1647 )
2024-08-10 19:55:10 +02:00
renovate[bot]
edde2dedf1
chore(deps): update eslint monorepo to v9.9.0 ( #1643 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-10 10:03:17 +08:00
renovate[bot]
05aaad3aec
chore(deps): update tauri monorepo ( #1639 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:35:55 +08:00
renovate[bot]
279698700a
chore(deps): update tauri monorepo ( #1633 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 09:21:25 +08:00
Fabian-Lars
2c00c0292c
fix: use _ as word boundary in IIFE var names ( #1630 )
...
* fix: use `_` as word boundary in IIFE var names
* Revert "fix: use `_` as word boundary in IIFE var names"
This reverts commit 396ed3fa56 .
* Reapply "fix: use `_` as word boundary in IIFE var names"
This reverts commit f31de7dab3 .
2024-08-07 14:14:17 +02:00
renovate[bot]
901dd560be
chore(deps): update dependency typescript-eslint to v8.0.1 ( #1629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-06 09:50:02 +02:00
Fabian-Lars
b867127329
chore: Remove geolocation and haptics from list of mirrors
2024-08-05 10:25:15 +02:00
renovate[bot]
132c58f80d
chore(deps): lock file maintenance ( #1628 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 09:30:30 +02:00
Tony
f8925b9687
Run prettier ( #1627 )
2024-08-04 12:24:25 +02:00
renovate[bot]
1e60a9888d
chore(deps): update dependency @tauri-apps/cli to v2.0.0-rc.1 ( #1618 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-04 17:08:29 +08:00
renovate[bot]
788989aa60
chore(deps): update dependency rollup to v4.20.0 ( #1621 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-03 13:08:37 +02:00
Lucas Nogueira
096b152731
chore: add contributors
2024-08-03 00:32:14 -03:00
Lucas Nogueira
ad03b8e035
fix(geolocation): plugin does not have a execute command
2024-08-02 21:01:41 -03:00
Lucas Nogueira
d13e6bcb78
chore: update API example
2024-08-02 13:24:15 -03:00
Lucas Nogueira
0f34919c9c
fix: add repository information for gelocation and haptics
2024-08-02 12:16:12 -03:00
Lucas Nogueira
4899895479
fix: add missing crate metadata
2024-08-02 12:12:24 -03:00
Lucas Nogueira
4db635f19b
feat: bump to RC
2024-08-02 12:05:44 -03:00
Fabian-Lars
9606089b2a
feat: Add geolocation and haptics plugins ( #1599 )
...
* init geolocation plugin
* ios impl (w/o js api)
* generate ts api
* use newer tauri commit
* add temporary postinstall
* include src in files
* guest-js
* just ship dist-js for now
* fix watcher
* fix android compile error
* fix android build for real
* fix heading type
* initial getCurrentPosition android impl (wip)
* prevent panics if errors (strings) are sent over the channel
* Add android watchPosition implementation
* init haptics plugin (android)
* ios and new apis (ANDROID IS LIKELY BROKEN - MAY NOT EVEN COMPILE)
* use tauri-specta that accounts for raw fn arg idents
* add complete android support (it's not working great due to random soft-/hardware support)
* fix(haptics): Fix the NotificationFeedbackType::Success and Version (#1 )
* Fix success feedback and version
* Apply suggestions from code review
* Update package.json
---------
Co-authored-by: Fabian-Lars <118197967+FabianLars-crabnebula@users.noreply.github.com >
* android: improve permission callback handling
* keep track of ongoing perms requests
* rebuild
* license headers
* rm sqlite feat
* fmt
* what diff u talkin bout?
* ignore dist-js again
* fix audits
* dedupe api.js
* clippy
* changefiles
* readmes
* clean up todos
* rm dsstore
* rm wrong feats
* mirror
* covector
* rebuild
* ios requires the wry feature
* lint
* update lock
---------
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
Co-authored-by: Naman Garg <155433377+naman-crabnebula@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-08-02 10:45:47 -03:00
Lucas Fernandes Nogueira
34df132fb1
feat(shell): enhance regex validators to match on entire string ( #1603 )
2024-08-02 10:03:35 -03:00
Fabian-Lars
b1e5cae5a0
chore(deps): Update typescript-eslint from v8 alpha to stable ( #1612 )
2024-08-01 12:35:00 +02:00
renovate[bot]
da308af3d9
chore(deps): update dependency rollup to v4.19.2 ( #1610 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 12:19:52 +02:00
renovate[bot]
bc85babc87
fix(deps): update rust crate indexmap to 2.3.0 (v2) ( #1609 )
...
* fix(deps): update rust crate indexmap to 2.3.0
* Aktualisieren von Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-08-01 12:13:49 +02:00
FabianLars
0c1077f6d5
chore: Add repository field to package.json
2024-07-31 17:53:36 +02:00
github-actions[bot]
518b529a19
publish new versions ( #1590 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-31 14:27:45 +02:00
Tony
6de87966ec
chore: add missing tauri beta 25 change file ( #1597 )
...
* Add tauri beta 25 change file
* Generate schema
2024-07-31 14:25:53 +02:00
Fabian-Lars
99d6ac0f95
chore: Use range specifier for api.js version ( #1606 )
2024-07-31 14:25:19 +02:00
Lucas Fernandes Nogueira
95da90f82e
fix: clippy warnings, add missing wry feature on examples ( #1604 )
...
* fix: clippy warnings, add missing wry feature on examples
* schema feat does not exist
* also add compression
2024-07-31 07:14:05 -03:00
Tony
e847cedc1f
fix(deps): use no default features on tauri ( #1402 )
...
* Use no default feature on tauri
* Add change file
* typo
* Revert lock file conflict
* Use wry on iOS
2024-07-30 11:12:24 +02:00
renovate[bot]
edf8d84f39
fix(deps): update tauri monorepo ( #1595 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 23:41:21 +02:00
renovate[bot]
e399b5294d
chore(deps): lock file maintenance ( #1594 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 10:50:19 +02:00
renovate[bot]
913d289e8f
chore(deps): update dependency rollup to v4.19.1 ( #1592 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-27 12:15:50 +02:00
renovate[bot]
ada1381451
chore(deps): update eslint monorepo to v9.8.0 ( #1588 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-26 23:50:41 +02:00
Fabian-Lars
2b269f1b6d
fix(fs): Apply requireLiteralLeadingDot config ( #1585 )
...
* fix(fs): Apply requireLiteralLeadingDot config
* fix deserialization
* reword changefile [skip ci]
2024-07-25 16:11:26 +02:00
github-actions[bot]
647d8894fe
publish new versions ( #1580 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-24 22:10:38 -03:00
Jacob Bolda
5ec310199f
remove cargo package, publish without verification ( #1581 )
...
* remove cargo package, publish without verification
* remove custom publish with features, --no-verify should handle it now
2024-07-24 21:57:33 -03:00
Jacob Bolda
bb09c7ca6e
ci: npm publish with provenance ( #1582 )
...
* npm publish with provenance
* update token to allow creating id-token
2024-07-24 16:40:11 +03:00
Lucas Fernandes Nogueira
20a1d24ee0
feat(log): add Builder::split to get the raw logger implementation ( #1579 )
...
* feat(log): add Builder::split to get the raw logger implementation
This function lets you split the Builder to return the raw logger implementation along the TauriPlugin to be registered. Useful to pipe the logger to other implementations such as multi_log or tauri-plugin-devtools, allowing the plugin to be used along other logging systems.
* clippy
* covector
2024-07-23 23:32:21 -03:00
Jacob Bolda
fa275731be
(chore) covector comment on forks ( #1566 )
2024-07-24 05:20:42 +03:00
FabianLars
d8bfdc73a6
ci: Fix covector getPublishedVersion url config
2024-07-23 14:50:30 +02:00
github-actions[bot]
22bb0e5b61
publish new versions ( #1551 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-23 13:54:08 +02:00
renovate[bot]
37cb9a6681
fix(deps): update rust crate sqlx to 0.8 (v2) ( #1575 )
...
* fix(deps): update rust crate sqlx to 0.8
* fix build
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-07-23 13:40:59 +02:00
Fabian-Lars
725ff4295e
fix(notification/windows): Grant permission without invoking backend ( #1556 )
...
* fix(notification/windows): Grant permission without invoking backend
* fmt
2024-07-23 13:10:58 +02:00
renovate[bot]
117c67da13
chore(deps): update dependency typescript to v5.5.4 ( #1572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23 12:35:17 +08: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
sadao komaki
1adf7e3872
docs(notification): Add capability instructions and usage example ( #1569 )
2024-07-22 13:17:22 +02:00
renovate[bot]
21bf0a4f84
chore(deps): update dependency rollup to v4.19.0 ( #1565 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 11:43:10 +02:00
renovate[bot]
644807bf01
chore(deps): lock file maintenance ( #1570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 11:11:02 +02:00
FabianLars
93bdb6d133
Revert "fix(notification/windows): Grant permission without invoking backend"
...
This reverts commit 4c120d4176 .
2024-07-16 13:22:21 +02:00
FabianLars
4c120d4176
fix(notification/windows): Grant permission without invoking backend
2024-07-16 13:21:10 +02:00
Jacob Bolda
8824a24e15
covector published pkg check with built-in API call ( #1541 )
2024-07-15 11:48:40 -05:00
Tony
f83b9e9813
enhance(updater): use named tempfile on Windows ( #1544 )
...
* Use named tempfile on Windows
* append installer
* Add change file
* Fix ci
* Wrap in a folder
* Name temp dir for eaiser debugging
* format
* temp_dir
* target_os
* Document use updater_builder instead
2024-07-15 18:43:42 +08:00
renovate[bot]
77ee644afd
chore(deps): lock file maintenance ( #1549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 11:38:04 +08:00
renovate[bot]
288e7b9ae2
chore(deps): lock file maintenance ( #1548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 09:27:30 +08:00
renovate[bot]
12b78a23c4
chore(deps): update dependency prettier to v3.3.3 ( #1542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 14:55:06 +02:00
renovate[bot]
97e2e75e29
chore(deps): update eslint monorepo to v9.7.0 ( #1539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 12:40:39 +02:00
github-actions[bot]
7d926ee5b9
publish new versions ( #1517 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-07-12 19:42:56 -03:00
Lucas Fernandes Nogueira
22a17980ff
feat: update to tauri beta.24 ( #1537 )
...
* feat: update to tauri beta.24
* remove .tauri
* pnpm build
2024-07-12 17:59:17 -03:00
Lance
9973f8ee83
Fixing readme docs for v2 ( #1534 )
...
Updating docs for Tauri v2.
emit_all -> emit
2024-07-11 22:45:30 +03:00
Naman Garg
08243e94c7
feat(biometrics): Improve Rust API docs ( #1532 )
...
* Improve Rust API docs
* Add changes file
2024-07-10 03:18:38 +03:00
Amr Bashir
ac9a25cc12
fix(http): use tokio oneshot channel for detecting abort ( #1395 )
...
* fix(http): properly handle aborting
closes #1376
* abort early in JS
* avoid using unnecessary mutexes
* fix lint
* update bundle
* simplify
2024-07-08 20:31:29 +03:00
renovate[bot]
b07c092cd2
chore(deps): update dependency rollup to v4.18.1 ( #1527 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 19:26:44 +02:00
Amr Bashir
381a466db3
refactor(global-shortcut): enhance un/register to accept an array, remove un/registerAll ( #1117 )
...
* refactor(shell): enhance `un/register` to accept an array, remove `un/registerAll`
closes #1101
* Update lib.rs
* remove permissions, cleanup docs
* bring back unregister_all
* fmt
* fix build
* bundle
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-07-08 19:20:00 +03:00
Amr Bashir
a66549329c
fix(http): set headers on resposne manually ( #1526 )
...
The browser `Response` constructor removes `set-cookie` headers and so we set them manually.
closes #1470
2024-07-08 15:18:14 +03:00
renovate[bot]
77dfcb8566
fix(deps): update rust crate win7-notifications to 0.4.4 ( #1525 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 10:03:19 +02:00
renovate[bot]
c1bbfaaecd
chore(deps): lock file maintenance ( #1524 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-08 09:20:27 +02:00
renovate[bot]
66e8dbfc1a
chore(deps): update dependency covector to ^0.12.0 ( #1520 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 21:52:15 +02:00
renovate[bot]
4003bdada2
fix(deps): update rust crate windows-registry to 0.2 (v2) ( #1515 )
...
* fix(deps): update rust crate windows-registry to 0.2
* update windows-result
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-07-04 12:26:45 +02:00
Fynn Tang
40ef9a818f
Update package versions and modify OS plugin ( #1514 )
...
* Update package versions and modify OS plugin
The version numbers for multiple packages have been updated in Cargo.lock. Additionally, changes were made in the OS plugin, specifically in the `index.ts` file where asynchronous function calls have been transformed into synchronous ones.
* Update package versions in Cargo.lock
Several packages in Cargo.lock have been updated to new versions. This includes "hyper", "hyper-util", "open", "serde_json", and "zerocopy" packages. Each package has had its version, checksum, and associated dependencies adjusted to reflect the latest release.
* Update OS sync functions in documentation examples
The documentation examples for `platform`, `arch`, `type`, `family`, `version`, and `exe_extension` functions have been updated. The changes are intended to better illustrate that these functions are synchronous.
2024-07-03 23:35:25 +02:00
github-actions[bot]
8f6d341e45
publish new versions ( #1479 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-07-02 07:48:46 -03:00
renovate[bot]
76daee7aaf
chore(deps): update tauri monorepo (v2) ( #1512 )
...
* fix(deps): update tauri monorepo
* Create tauri-beta-23.md
* fix clippy - regen permissions
* revert accidental cargo.toml change
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-07-02 11:23:48 +02:00
Fabian-Lars
955ed6aec6
fix(updater): Start app after update via msi ( #1498 )
2024-07-02 08:22:33 +03:00
Amr Bashir
28bc5c2e3e
feat(http): add http plugin version in user agent sting ( #1501 )
...
* feat(http): add http plugin version in user agent sting
* Update build.rs
2024-07-02 03:57:24 +03:00
renovate[bot]
720b60400f
chore(deps): update dependency typescript to v5.5.3 ( #1510 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-01 21:22:14 +02:00
renovate[bot]
a570d68ca8
chore(deps): lock file maintenance ( #1508 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-01 10:59:24 +02:00
Tony
acce342fcc
chore(deps): migrate dirs-next to dirs for updater plugin ( #1506 )
...
* Migrate dirs-next to dirs for updater
* Add change file
* dirs_next -> dirs
2024-07-01 10:41:46 +02:00
renovate[bot]
6dedb3fa6d
chore(deps): update eslint monorepo to v9.6.0 ( #1504 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-29 10:31:39 +02:00
Simon Hyll
bd3b5e948d
docs: fix broken links ( #1503 )
2024-06-28 11:55:54 +02:00
Emin Yilmaz
99d125d86b
feat(clipboard-manager): implement clear on iOS and Android ( #1462 )
2024-06-28 06:05:48 +03:00
Micheal Winger
03d3cc3677
docs: use join in readDir documentation example ( #1500 )
2024-06-27 04:43:11 +03: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
Amr Bashir
757ab74c8e
refactor(updater): cleanup install logic on Windows and add unit test ( #1496 )
2024-06-26 12:19:10 +02:00
Tillmann
0cb1baf09a
Feat: Add default permissions to most plugins ( #1460 )
...
* Add default permissions to most plugins.
Co-authored-by: chippers <chip@chip.sh >
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
* updated default description
* mobile plugin relevant changes
---------
Co-authored-by: chippers <chip@chip.sh >
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2024-06-26 08:35:08 +03:00
Andrew Ferreira
f1372adc9d
feat(window-state): add Builder::map_label method ( #1497 )
2024-06-26 06:46:02 +03:00
Fabian-Lars
29751ee939
fix(updater): Escape msi path string ( #1495 )
...
* fix(updater): Escape msi path string
* fmt
2024-06-25 04:12:57 +03:00
renovate[bot]
9db5a6a0f5
chore(deps): lock file maintenance ( #1492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24 14:40:51 +02:00
Fabian-Lars
1146f068e1
fix(fs): Make read/write commands async to not block the main thread ( #1477 )
...
* fix(fs): Make commands async to not block the main thread so long
* more async
* changefile
2024-06-24 11:27:34 +03:00
Richard Stromer
0ee590366b
fix(docs): add missing "permits" to fs reference.md ( #1493 )
...
* add missing "permits" to scope description
* autogenerated permissions with typo fix
2024-06-24 11:25:28 +03:00
Victor Aremu
7873d2b3f5
chore(docs): fix typo ( #1489 )
2024-06-24 10:45:55 +03:00
renovate[bot]
ce9a97c45c
chore(deps): update dependency typescript to v5.5.2 ( #1486 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-21 11:06:42 +02:00
Naman Garg
17c42fd42a
fix(notification): Add permission commands for Actions ( #1459 )
...
* Add the permission commands
* Add changes file
2024-06-18 10:58:16 +02:00
Fabian-Lars
b18a03a376
chore(deps): Update iota_stronghold to v2 ( #1480 )
...
ref https://github.com/tauri-apps/plugins-workspace/pull/950
2024-06-17 17:20:33 +02:00
Fabian-Lars
d126183d0a
ci: Disable lockfile maintenance on v1 branch
2024-06-17 17:19:58 +02:00
Amr Bashir
0959fe3757
refactor(os)!: make platform, arch, type, family, version and exe_extension functions sync ( #1353 )
...
closes #1351
2024-06-17 17:03:04 +02:00
github-actions[bot]
f30a3b0501
publish new versions ( #1393 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-06-17 16:17:22 +02:00
renovate[bot]
7d332ef634
chore(deps): lock file maintenance ( #1474 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 10:33:00 +02:00
renovate[bot]
e162e811fe
fix(deps): update rust crate android_logger to 0.14 ( #1469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-16 21:30:53 +02:00
renovate[bot]
a8310f4149
chore(deps): update dependency eslint-plugin-security to v3.0.1 ( #1465 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-15 13:55:22 +02:00
renovate[bot]
a171e0fcce
chore(deps): update eslint monorepo to v9.5.0 ( #1466 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-15 13:50:20 +02:00
Amr Bashir
bf29a72baa
fix(updater): use msiexec to install .msi updates ( #1454 )
...
* fix(updater): use msiexec to install .msi updates
* Update updater.rs
* Update updater.rs
2024-06-13 01:35:25 +03:00
renovate[bot]
70e2fadd91
chore(deps): update unocss monorepo to ^0.61.0 ( #1457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-12 11:19:01 +02:00
Lucas Fernandes Nogueira
3779fb5063
refactor(notification): pull notify_rust from crates.io ( #1432 )
2024-06-11 14:31:59 +02:00
Simon Hyll
0b0088821e
fix(deep-link): typo in js bindings for is_registered command ( #1404 )
...
* fix: typo
* rebuild + changefile
* fix changefile
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-06-11 14:31:20 +02:00
renovate[bot]
f69a7805a7
chore(deps): update dependency prettier to v3.3.2 ( #1451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-11 11:16:11 +02:00
thewh1teagle
4216c0517f
feat(sql): made DbInstances public for managing directly from Rust ( #1381 )
2024-06-10 11:31:03 +02:00
renovate[bot]
909ff619e0
chore(deps): lock file maintenance ( #1446 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 10:16:41 +02:00
FabianLars
6ada2af2e1
chore(http): Run prettier
2024-06-08 13:54:34 +02:00
FabianLars
8e1ae08c69
docs(http): Replace allowlist scope with capability scope
2024-06-08 13:51:31 +02:00
Amr Bashir
264a044097
ci: recognize contributors in releases ( #1440 )
2024-06-07 21:29:58 +02:00
Amr Bashir
da8a7bbe3a
fix(http): fix check logic to decide whether to set Origin header ( #1438 )
...
ref: https://github.com/tauri-apps/plugins-workspace/issues/1389#issuecomment-2150470335
2024-06-05 19:57:36 +03:00
renovate[bot]
d9fa37ada5
chore(deps): update dependency prettier to v3.3.1 ( #1436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 15:03:30 +02:00
renovate[bot]
98f8ef5a9f
chore(deps): update dependency tslib to v2.6.3 ( #1434 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 09:28:33 +02:00
FabianLars
e268c02ab6
ci: Remove Cargo.lock from path filters again
2024-06-04 14:11:18 +02:00
renovate[bot]
1578970f81
fix(deps): update rust crate zip to v2 ( #1427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 14:08:22 +02:00
Fabian-Lars
04ce9c4f6c
ci(renovate): Apply tauri dep logic only to v2
2024-06-04 12:29:18 +02:00
renovate[bot]
a2eb3a6e43
chore(deps): update dependency eslint to v9 (v2) ( #1424 )
...
* chore(deps): update dependency eslint to v9
* flat config
* license header
* rebuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-06-03 21:04:13 +02:00
renovate[bot]
60a8545cb7
fix(deps): update rust crate winrt-notification to 0.4.0 ( #1421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 19:40:05 +02:00
renovate[bot]
b344177d8b
fix(deps): update rust crate tokio-tungstenite to 0.23 ( #1420 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 18:51:38 +02:00
renovate[bot]
4b627f0dd5
chore(deps): update dependency prettier to v3.3.0 ( #1413 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 13:25:51 +02:00
renovate[bot]
b76bf2d94b
chore(deps): update dependency covector to ^0.11.0 ( #1411 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 13:18:21 +02:00
Fabian-Lars
475ef7255f
ci: Change order of renovate's baseBranches
2024-06-03 11:47:08 +02:00
Fabian-Lars
955fd90eec
ci: Re-enable renovate for v1
2024-06-03 11:36:04 +02:00
renovate[bot]
0d41e748cf
chore(deps): lock file maintenance ( #1405 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 10:53:50 +02:00
Simon Hyll
706f32dd1d
fix: deep-link is desktop compatible ( #1407 )
...
According to all available documentation the plugin is desktop compatible.
2024-06-03 08:54:31 +02:00
Amr Bashir
0f739dbc48
feat(http): allow setting origin for unsafe headers ( #1392 )
...
* feat(http): allow setting `origin` for unsafe headers
closes #1389
* clippy
* Update .changes/http-origin-unsafe.md
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
* Update commands.rs
* set origin not full url
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-05-30 22:09:32 +03:00
github-actions[bot]
554cb902b0
Publish New Versions (v2) ( #1387 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-30 15:04:19 -03:00
Lucas Nogueira
acd383af75
fix(android): adjust for Kotlin and project warnings
2024-05-30 14:52:47 -03:00
renovate[bot]
f1a60fcb6a
chore(deps): lock file maintenance ( #1372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 10:46:29 +02:00
renovate[bot]
73f628147b
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.20 ( #1388 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-30 07:34:50 +03:00
renovate[bot]
9013854f42
fix(deps): update tauri monorepo ( #1382 )
...
* fix(deps): update tauri monorepo
* fix positioner
* Update lib.rs
* Update lib.rs
* fix build
* change file
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2024-05-30 06:49:05 +03:00
github-actions[bot]
0678af3a6c
publish new versions ( #1314 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-29 22:59:23 -03:00
Lucas Fernandes Nogueira
1d8662e71a
feat(fs): use IPC streaming for read and write file ( #1251 )
...
* feat(fs): use IPC streaming for read and write file
* fix build
* clippy
2024-05-29 22:17:47 -03:00
Alexandre Villeneuve
5661cce795
fix(notification): update function dev to is_dev ( #1385 )
...
* fix(notification): update function dev to is_dev
* fix(notification): add changes markdown
2024-05-29 21:37:09 +03:00
renovate[bot]
b665c9cbce
chore(deps): update typescript-eslint monorepo to v7.11.0 ( #1377 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-29 18:36:56 +02:00
Emin Yilmaz
bd4544dbd7
fix(clipboard-manager): match Rust method parameters with native methods ( #1379 )
2024-05-29 18:43:40 +03:00
Fabian-Lars
381aed09a6
ci: Make renovate ignore template folder
2024-05-29 16:53:39 +02:00
renovate[bot]
c9ed72d846
fix(deps): update rust crate winrt-notification to 0.3.1 ( #1378 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-28 05:40:56 +03:00
Tony
7327602f15
chore(updater): remove /NS ( #1371 )
2024-05-27 18:31:58 +03:00
renovate[bot]
b0518206cd
chore(deps): update dependency eslint-plugin-promise to v6.2.0 ( #1373 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 15:31:23 +02:00
Amr Bashir
69e4c2e56f
fix(updater): pass /NS and /UPDATE to nsis installer to disable creating shortcuts on updates ( #1162 )
...
* fix(updater): pass `/NS` to nsis installer to disable creating shortcuts on updates
ref: tauri-apps/tauri#9395
* add `/UPDATE`
* move args to function
* update updater test config
* revert /R
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-05-25 10:26:27 -03:00
Lucas Fernandes Nogueira
7581576a24
chore: update Android target SDK to 34 ( #1368 )
2024-05-25 07:47:19 -03:00
renovate[bot]
430bd6f4f3
chore(deps): update tauri monorepo ( #1363 )
...
* fix(deps): update tauri monorepo
* Create tauri-beta-20.md
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-05-23 11:50:58 +02:00
Fabian-Lars
ec05513d89
ci: Fix invalid renovate config
2024-05-23 10:56:48 +02:00
Fabian-Lars
5ac7a70694
ci: Prevent renovate from messing up tauri prerelease versions
2024-05-23 10:51:42 +02:00
Amr Bashir
aff47992b3
fix(shell): make execute command async ( #1362 )
...
closes #1361
2024-05-23 02:16:39 +03:00
Fabian-Lars
cfb3d74d9f
chore(authenticator): Add missing changefile
2024-05-22 15:00:36 +02:00
Fabian-Lars
eeb37c7e10
ci: Enable lockfile maintenance. Disable single-dep lockfile-only updates.
2024-05-22 14:53:10 +02:00
renovate[bot]
584c4849bf
chore(deps): update dependency rollup to v4.18.0 ( #1359 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 14:40:56 +02:00
Amr Bashir
cb0a788d17
fix(shell): use serde untagged not flatten ( #1328 )
2024-05-21 20:10:36 +03:00
Fabian-Lars
db45dfaab3
fix(deep-link): prevent duplicate ; in .desktop files on Linux ( #1357 )
2024-05-21 20:00:41 +03:00
Tony
43224c5d5c
feat(updater): add download and install js binding ( #1330 )
2024-05-21 18:54:06 +03:00
Fabian-Lars
f3749e4de8
chore: Re-enable link-workspace-packages for pnpm@v9
2024-05-21 13:22:43 +02:00
Amr Bashir
9d7ae45b0e
fix(http): include browser headers if not set by user ( #1354 )
...
* fix(http): include browser automatic headers if not set by user
close #1349
* fmt
* Update browser-headers.md
* lint
* generate api
2024-05-21 12:43:26 +02:00
renovate[bot]
200f61c99d
chore(deps): update unocss monorepo to v0.60.3 ( #1350 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 10:24:41 +02:00
renovate[bot]
36121a2268
chore(deps): update typescript-eslint monorepo to v7.10.0 ( #1352 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 10:19:32 +02:00
renovate[bot]
bc834d4e77
chore(deps): update rust crate schemars to v0.8.20 ( #1345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-19 11:19:22 +02:00
renovate[bot]
de8295301e
fix(deps): update rust crate anyhow to v1.0.86 ( #1344 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 18:01:35 +02:00
renovate[bot]
0e18aaa02a
fix(deps): update rust crate raw-window-handle to v0.6.2 ( #1340 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 13:40:37 +02:00
renovate[bot]
6b6b6fc2e4
fix(deps): update rust crate anyhow to v1.0.85 ( #1339 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 12:51:03 +02:00
renovate[bot]
b3e04cf95e
chore(deps): update rust crate thiserror to v1.0.61 ( #1337 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 11:28:42 +02:00
renovate[bot]
01a8ba72b8
fix(deps): update rust crate zip to v1.3.0 ( #1338 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-18 11:00:18 +02:00
Tony
e1d06b93b7
refactor: drop eslint config love ( #1341 )
...
* Drop eslint config love
* More eqeqeq
* Even more
2024-05-18 11:00:09 +02:00
renovate[bot]
d92a6f4439
chore(deps): update dependency @iconify-json/codicon to v1.1.49 ( #1335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 19:45:21 +02:00
renovate[bot]
54ec85bf50
fix(deps): update rust crate open to v5.1.3 ( #1334 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 04:41:43 +03:00
FabianLars
b25ce0d81b
fix(authenticator): Lock winapi-util to 0.1.6
...
0.1.7 upgraded to windows-sys which breaks the authenticator crate.
2024-05-16 17:37:53 +02:00
Tony
806404e96e
chore(updater): disable zip crate default features ( #1329 )
...
* Only use deflate feature from zip crate
* Add change file
* Disable all zip crate features
2024-05-16 14:43:59 +02:00
Amr Bashir
f0fb25a9b7
feat(shell): support opening URLs on mobile ( #1319 )
...
* feat(shell): support opening URLs on mobile
closes #595
* Update and rename StorePlugin.swift to ShellPlugin.swift
* unwrap
* fix func name (ios)
* use undeprecated func if avail
---------
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2024-05-16 02:09:52 +03:00
renovate[bot]
068b9a22f3
chore(deps): update rust crate zip to v1 ( #1226 )
...
* fix(deps): update rust crate zip to v1
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-05-16 00:32:21 +02:00
renovate[bot]
732244cb6d
fix(deps): update rust crate winrt-notification to 0.3 ( #1326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 22:25:24 +02:00
renovate[bot]
290616d8e3
chore(deps): update tauri monorepo ( #1325 )
...
* chore(deps): update tauri monorepo
* enable ci for ver updates
* fix http
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-05-15 21:10:49 +02:00
renovate[bot]
bd07784cce
chore(deps): update rust crate schemars to v0.8.19 ( #1322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 18:56:51 +02:00
renovate[bot]
dc47e99cb2
chore(deps): update rust crate ctor to v0.2.8 ( #1321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-15 18:46:23 +02:00
Fabian-Lars
9fc73e06ea
ci: Revert renovate bug workaround
2024-05-15 18:28:54 +02:00
thewh1teagle
a940ef6250
feat(sql): preserve column order from query with indexmap ( #1305 )
...
* feat: preserve column order from query with indexmap
* chore(sql): remove default features
* change file
2024-05-15 15:15:34 +02:00
Fabian-Lars
224108818d
chore: Remove dialog-js from changefile
2024-05-14 17:25:18 +02:00
renovate[bot]
0bbda536c7
chore(deps): update dependency @iconify-json/codicon to v1.1.48 ( #1316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 13:23:42 +02:00
renovate[bot]
e18ed3dc96
chore(deps): update dependency eslint-plugin-n to v17.7.0 ( #1317 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 13:02:03 +02:00
renovate[bot]
6b06dd0c8f
chore(deps): update dependency svelte to v4.2.17 ( #1315 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 08:57:18 +02:00
Ale Guzman
cd57dcdf04
feat(dialog): set len and modified_at fields in FileResponse on desktop ( #1295 )
2024-05-14 02:09:24 +03:00
Amr Bashir
58330f9ec1
feat(http): enable cookies and set origin header ( #1192 )
2024-05-14 01:39:36 +03:00
renovate[bot]
463f5971eb
chore(deps): update typescript-eslint monorepo to v7.9.0 ( #1312 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 20:02:00 +02:00
Amr Bashir
c8b78034a4
chore(updater): non https endpoint warning ( #1311 )
...
closes #1308
2024-05-13 20:48:05 +03:00
renovate[bot]
989bee8192
chore(deps): update unocss monorepo to ^0.60.0 ( #1300 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 18:11:43 +02:00
renovate[bot]
fe0256c8c9
chore(deps): update dependency eslint-plugin-n to v17.6.0 ( #1304 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 18:09:01 +02:00
renovate[bot]
7685e30462
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.17 ( #1303 )
...
* chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.17
* internal-ip
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-05-13 18:04:40 +02:00
Fabian-Lars
0d4d029011
build: Update pnpm to v9 ( #1309 )
...
* build: Update pnpm to v9
* update actions
* remove last actions-rs usage
* clippy
* clippy again
* revert default feature
2024-05-13 17:03:04 +02:00
github-actions[bot]
ecda84f8d5
Publish New Versions (v2) ( #1279 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-05-11 07:13:52 -03:00
Fabian-Lars
021d23bef3
feat(deep-link): Add deep link support for desktop ( #916 )
2024-05-10 07:44:06 -03:00
Amr Bashir
eb1679b997
fix(core/shell): speedup Command.execute & fix extra new lines ( #1299 )
...
* fix(core/shell): speedup `Command.execute` & fix extra new lines
The speed gains comes from running the Command in Rust fully and returning the result in one go instead of using events.
The extra new lines was a regression from https://github.com/tauri-apps/tauri/pull/6519
ref: https://github.com/tauri-apps/tauri/issues/7684#issuecomment-2100897383
* fmt
* dedup code
2024-05-09 18:15:03 +03:00
Amr Bashir
5c1b7917e4
fix(shell/command): retry sending events when it fails ( #1298 )
...
ref: https://github.com/tauri-apps/tauri/issues/7684
2024-05-09 10:38:56 -03:00
amrbashir
6af3216fab
docs(global-shortcut): typo
2024-05-09 05:01:28 +03:00
Amr Bashir
fa54f3cc9a
fix(log): propagte some errors and avoid unwrapping ( #1297 )
2024-05-08 17:10:29 +03:00
renovate[bot]
56dde76889
chore(deps): update dependency eslint-plugin-n to v17.5.1 ( #1292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 16:19:57 +02:00
renovate[bot]
89a7754bdf
chore(deps): update dependency svelte to v4.2.16 ( #1293 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 16:17:18 +02:00
amrbashir
52a48dd80a
docs(global-shortcut): add missing import
2024-05-07 17:01:54 +03:00
Amr Bashir
1829c2806a
docs(global-shotcut): update docs in README and ts files ( #1291 )
2024-05-07 17:00:53 +03:00
renovate[bot]
723b9f7fa8
chore(deps): update dependency @tauri-apps/cli to v2.0.0-beta.16 ( #1288 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 08:47:23 +02:00
renovate[bot]
62b0d739bc
chore(deps): update dependency eslint-plugin-n to v17.5.0 ( #1290 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 08:43:10 +02:00
renovate[bot]
c776916f14
chore(deps): update dependency @iconify-json/ph to v1.1.13 ( #1285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 09:17:26 +02:00
Amr Bashir
d9de5b19d1
feat(positioner, window-state): impl WindowExt for WebviewWindow ( #1283 )
...
closes #1281
2024-05-03 13:16:40 +02:00
Graham Held
b4efa58d5d
feat(shell) raw-encoded pipe reader directly outputs buffer (no newline scan) ( #1231 )
...
* Shell raw-encoded pipe reader directly outputs buffer (no newline scan)
* Suggestions from code review and add .changes file
* fmt
2024-05-02 16:00:03 +03:00
renovate[bot]
aea748ced7
chore(deps): update dependency vite to v5.2.11 ( #1278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 13:04:46 +02:00
Fabian-Lars
8fecaba3f0
ci: Disable Cargo.lock patch updates for 0.x deps
2024-05-01 22:20:37 +02:00
Fabian-Lars
f255343b54
ci: Disable Cargo.lock updates for patch/minor to make MSRV handling easier later.
2024-05-01 22:17:33 +02:00
Fabian-Lars
e045223660
ci: Prevent renovate from changing stable patch/minor versions in cargo.toml
2024-05-01 22:04:42 +02:00
github-actions[bot]
e94b089e51
publish new versions ( #1247 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-05-01 14:35:49 +02:00
renovate[bot]
6ea07297f4
chore(deps): change rust crate maplit version to 1 ( #1270 )
...
* chore(deps): update rust crate maplit to 1.0.2
* Update Cargo.toml
* Update tauri-beta-17.md
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-05-01 14:27:30 +02:00
renovate[bot]
bd1ed5903f
chore(deps): update tauri monorepo ( #1237 )
...
* fix(deps): update tauri monorepo
* rm 1.5 cli
* macos-latest is now arm
* changefile and rebuild iife [skip ci]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fabianlars <fabianlars@fabianlars.de >
2024-05-01 14:01:24 +02:00
Tony
1fa4d30eab
feat(updater): support non zipped updater ( #1174 )
2024-04-30 17:48:04 +03:00
renovate[bot]
f39586bcb4
chore(deps): update dependency rollup to v4.17.2 ( #1264 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 13:26:02 +02:00
renovate[bot]
5e20d7d339
chore(deps): update dependency eslint-plugin-n to v17.4.0 ( #1265 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 12:57:26 +02:00
renovate[bot]
dbc1d9374d
chore(deps): update typescript-eslint monorepo to v7.8.0 ( #1263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-29 21:27:14 +02:00
Tony
44e47fe98b
fix(window-state): restore window state for stubbed zerord state ( #1259 )
...
* Restore window state for default state
* Add change file
2024-04-29 19:33:33 +03:00
renovate[bot]
04ebd0282e
chore(deps): update dependency rollup to v4.17.1 ( #1261 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-29 10:19:17 +02:00
renovate[bot]
f853774154
chore(deps): update dependency rollup to v4.17.0 ( #1260 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-27 15:00:33 +02:00
Amr Bashir
e9977eb2f8
chore(fs): distinct description for *meta and *meta-recursive permissions ( #1250 )
...
closes #1249
2024-04-25 00:59:29 +02:00
renovate[bot]
555cb07bfe
chore(deps): update dependency eslint-plugin-n to v17.3.1 ( #1248 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24 23:42:42 +02:00
Amr Bashir
1f16c64d67
refactor(clipboard): refactor clipboard function arguments for better clarity about the needed type ( #1218 )
2024-04-24 16:44:48 +02:00
Amr Bashir
9c7eb35967
feat(global-shortcut): support pressed/released states ( #1244 )
...
closes #1243
2024-04-24 15:42:01 +02:00
renovate[bot]
a9132161df
chore(deps): update dependency eslint-plugin-n to v17.3.0 ( #1246 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24 14:07:44 +02:00
Tony
edf9a4f29d
fix(fs): missing debouncer rename cache ( #1245 )
...
* Fix missing debouncer rename cache
* Add change file
* Format
2024-04-24 10:50:12 +02:00
renovate[bot]
21387ac199
chore(deps): update dependency rollup to v4.16.4 ( #1241 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23 17:16:17 +02:00
Fabian-Lars
45f02f1ba8
chore(deps): Update plist to 1.6.1 in lockfile ( #1242 )
...
fixes #989
2024-04-23 16:36:45 +02:00
Fabian-Lars
f976ab7cd4
ci: Renovate PRs will now include the dependencies label
2024-04-23 15:51:20 +02:00
renovate[bot]
cbd930166c
chore(deps): update dependency rollup to v4.16.3 ( #1239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23 09:39:23 +02:00
renovate[bot]
a305b05cff
chore(deps): update dependency eslint-config-love to v47 ( #1238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23 09:06:59 +02:00
github-actions[bot]
3e5da59abc
Publish New Versions (v2) ( #1234 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-04-22 23:58:43 -03:00
Lucas Fernandes Nogueira
326df68839
fix(ios): decoding with default value is not supported ( #1236 )
2024-04-22 23:35:47 -03:00
renovate[bot]
faa89850d0
chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0 ( #1228 )
...
* chore(deps): replace dependency eslint-config-standard-with-typescript with eslint-config-love 43.1.0
* actually apply the rules lol
* rebuild
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-23 00:40:51 +02:00
renovate[bot]
8aacc312cf
chore(deps): update dependency rollup to v4.16.2 ( #1233 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 20:31:18 +02:00
renovate[bot]
95986f1c4d
chore(deps): update typescript-eslint monorepo to v7.7.1 ( #1235 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 20:22:58 +02:00
Fabian-Lars
b115fd22e0
fix(fs): Prevent deadlock when scope listeners are registered. ( #1221 )
...
* fix(fs): Prevent deadlock when scope listeners are registered.
* block
2024-04-22 20:09:12 +02:00
renovate[bot]
cdd3aafdc6
chore(deps): update dependency rollup to v4.16.1 ( #1230 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21 20:57:38 +02:00
renovate[bot]
961a13860e
chore(deps): update dependency rollup to v4.16.0 ( #1227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21 16:48:59 +02:00
renovate[bot]
01e534a1c9
chore(deps): update dependency vite to v5.2.10 ( #1225 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20 19:07:12 +02:00
renovate[bot]
9f70233ebb
chore(deps): update dependency rollup to v4.15.0 ( #1224 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20 19:03:09 +02:00
renovate[bot]
78a4097d09
fix(deps): update rust crate global-hotkey to 0.5.1 ( #1211 )
...
* fix(deps): update rust crate global-hotkey to 0.5.1
* fix comp
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-04-18 17:05:15 +02:00
renovate[bot]
35373956ea
fix(deps): update rust crate cocoa to 0.25 ( #1208 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 15:58:01 +02:00
renovate[bot]
bf285d471d
chore(deps): update unocss monorepo to v0.59.4 ( #1220 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 15:40:38 +02:00
github-actions[bot]
9f545c65ad
publish new versions ( #1142 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-04-18 11:23:48 +02:00
renovate[bot]
37dbd4c38d
fix(deps): update tauri monorepo ( #1202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 11:15:15 +02:00
renovate[bot]
2b53546ce5
chore(deps): update dependency @iconify-json/codicon to v1.1.47 ( #1219 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-18 10:34:10 +02:00
Fabian-Lars
293f363c0d
fix(updater): Enable rustls-tls feature flag by default ( #1175 )
2024-04-18 04:38:44 +02:00
Amr Bashir
e3d41f4011
fix: use webview's resources table ( #1191 )
...
* fix: use webview's resources table
* fix clipboard into_img usage
* fix mobile
2024-04-18 03:19:24 +02:00
renovate[bot]
8638740223
chore(deps): update dependency svelte to v4.2.15 ( #1217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 16:17:02 +02:00
Fabian-Lars
bb51a41d67
feat: Remove UNC prefix in paths returned to the frontend ( #1168 )
...
* feat: Remove UNC prefix in paths returned to the frontend
* that one doesn't count
* map instead of mut
* revert accidental ipc::response change
* move dunce to workspace root
2024-04-17 15:49:32 +02:00
renovate[bot]
6698774f3f
fix(deps): update rust crate tiny_http to 0.12 ( #1213 )
...
* fix(deps): update rust crate tiny_http to 0.12
* .
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-17 14:41:37 +02:00
renovate[bot]
c079d8c81b
fix(deps): update rust crate winrt-notification to 0.2 ( #1215 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-17 12:18:05 +02:00
renovate[bot]
3db3b204b4
fix(deps): update rust crate win7-notifications to 0.4.3 ( #1214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 23:43:11 +02:00
renovate[bot]
cc29f7dbdb
fix(deps): update rust crate glib to 0.19 ( #1210 )
...
* fix(deps): update rust crate glib to 0.19
* downgrade to 0.18 again lol
* remove glib dep
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-16 23:40:40 +02:00
renovate[bot]
81c31b4114
chore(deps): update unocss monorepo to ^0.59.0 ( #1206 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 23:04:48 +02:00
renovate[bot]
d3b9a60e31
fix(deps): update rust crate android_logger to 0.13 ( #1207 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 22:52:17 +02:00
renovate[bot]
2cb80325a0
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v3.1.0 ( #1203 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 21:43:55 +02:00
renovate[bot]
4b3bc1ee13
fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.9 ( #1199 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 21:27:36 +02:00
FabianLars
5dcfdec03b
ci: Update pnpm to v8
2024-04-16 21:02:26 +02:00
FabianLars
f79f2b79b3
chore: Change engines.pnpm to require any v8 version
2024-04-16 20:57:47 +02:00
renovate[bot]
ce7750451d
chore(deps): update rust crate color-backtrace to 0.6 ( #1204 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 19:22:07 +02:00
renovate[bot]
56406214a0
fix(deps): update rust crate swift-rs to 1.0.6 ( #1201 )
...
* fix(deps): update rust crate swift-rs to 1.0.6
* Aktualisieren von Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-04-16 18:53:27 +02:00
renovate[bot]
4c8ccf6767
fix(deps): update rust crate flate2 to 1.0.28 ( #1200 )
...
* fix(deps): update rust crate flate2 to 1.0.28
* Aktualisieren von Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-04-16 17:17:32 +02:00
renovate[bot]
1d85ae72b4
chore(deps): update dependency svelte to v4.2.14 ( #1197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 12:41:29 +02:00
renovate[bot]
4aed0a48a2
chore(deps): update dependency vite to v5.2.9 ( #1198 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 12:37:36 +02:00
renovate[bot]
fa8ccec4f6
chore(deps): update typescript-eslint monorepo to v7.7.0 ( #1190 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 12:13:44 +02:00
renovate[bot]
278755f1f5
chore(deps): update dependency @iconify-json/codicon to v1.1.46 ( #1195 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 11:56:08 +02:00
renovate[bot]
d229dd6661
chore(deps): update dependency @iconify-json/ph to v1.1.12 ( #1196 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-16 11:55:45 +02:00
Fabian-Lars
86723a5372
chore: merge v1 into v2 one last time
2024-04-16 00:45:41 +02:00
FabianLars
ed46dca74f
Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2
2024-04-16 00:29:36 +02:00
Jonas Osburg
5c97db96bd
feat(websocket): Add TLS configuration ( #925 )
...
* Allow TLS configuration
* refactor: Added builder pattern
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-15 16:41:49 +02:00
matthme
4210cf316a
feat(single-instance): Add semver compatibility check for Windows and Linux ( #502 )
...
* added semver compatibility check for Windows and Linux
* fixed formatting
* put semver feature behind a feature flag
* remove semver from root manifest
* linux compile error
* docs: Add mention for semver feature in readme
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-04-15 15:54:09 +02:00
FabianLars
57e979adaf
chore(store): format readme
2024-04-15 15:37:21 +02:00
Jesper L. Nielsen
4a5ab18a22
fix(upload): return type on is now a string ( #976 )
...
* fix(upload): return type on POST is now string
A POST to a webserver can not always be expected to be a JSON response.
Success is now determined by the HTTP return code.
Upon success the body content is returned as a string.
* feat: add content-length on POST
Not all embedded devices are acceptable to receiving unspecified amounts
of data. Appending the content-length up front helps this devices
succeed.
* fix: return values unified
The return values was not used.
On POST the HTTP error code is returned as an enum.
* fix: upload, return value as string
* Update plugins/upload/src/lib.rs
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
* Update plugins/upload/src/lib.rs
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
* fix: added covector changelog file
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-04-15 15:16:07 +02:00
Tony
1f9e7ab4a0
fix(window-state): missing restore_state and filename js binding permission ( #1180 )
...
* Fix js binding commands
* Re-run build
* Add change file
2024-04-15 12:04:52 +02:00
zenitogr
9144521b90
chore(store): update example in README.md ( #1176 )
2024-04-15 11:43:48 +02:00
renovate[bot]
2b0cd3d882
chore(deps): update dependency rollup to v4.14.3 ( #1186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 11:15:42 +02:00
Amr Bashir
c967307706
fix(deps): update vite to fix audit CI ( #1187 )
2024-04-15 11:14:42 +02:00
Amr Bashir
27b258cf31
chore(clipboard): expose Clipboard struct ( #1185 )
2024-04-15 10:53:32 +02:00
Tony
3dca7ff5ea
fix(example): for newer tauri version ( #1181 )
...
* Fix example for newer tauri version
`onDragDropEvent` -> `onFileDropEvent`
* Revert "Fix example for newer tauri version"
This reverts commit 9eeaf85605 .
* Update tauri api and cli version
2024-04-15 10:53:16 +02:00
renovate[bot]
e39ea8ddf8
fix(deps): update rust crate reqwest to 0.12 ( #1099 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 09:07:36 +02:00
renovate[bot]
7768f245f9
chore(deps): update dependency eslint-plugin-n to v17.2.1 ( #1184 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 09:01:11 +02:00
Tony
fe05b872aa
fix(example) can't use tray icon to exit ( #1183 )
2024-04-15 08:58:02 +02:00
Tony
df1516da14
fix(example): missing permissions ( #1182 )
...
* Fix missing window control permissions
* Move to permissions to base
* More missing permissions
* More
2024-04-15 08:57:25 +02:00
renovate[bot]
4aeee08cde
chore(deps): update dependency rollup to v4.14.2 ( #1177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 13:29:29 +02:00
renovate[bot]
69ee862fb7
chore(deps): update dependency eslint-plugin-security to v3 ( #1172 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 20:32:33 +02:00
renovate[bot]
a70172dd93
chore(deps): update dependency eslint-plugin-n to v17.2.0 ( #1170 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 20:25:46 +02:00
renovate[bot]
37466eb87e
chore(deps): update dependency typescript to v5.4.5 ( #1171 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-10 20:16:36 +02:00
Fabian-Lars
500ff10fbd
fix(http): Enable tls support by default ( #1166 )
2024-04-10 09:35:20 +02:00
Naman Garg
8d7689f6f9
Add WebviewWindow to code docs and template ( #1144 )
...
* Add WebviewWindow to code docs
* Shorten the WebView Name
* Apply suggestions from code review
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app >
2024-04-09 11:56:00 -03:00
renovate[bot]
b0daeed1e8
chore(deps): update dependency eslint-plugin-n to v17.1.0 ( #1164 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 13:42:16 +02:00
renovate[bot]
dbdd60a591
chore(deps): update typescript-eslint monorepo to v7.6.0 ( #1160 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-09 00:21:42 +02:00
Tony
7e2fcc5e74
chore: add missing change files from #1139 ( #1146 )
2024-04-08 22:08:58 +02:00
renovate[bot]
dbe0277824
chore(deps): update dependency rollup to v4.14.1 ( #1154 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 12:40:38 +02:00
renovate[bot]
ddb5ca188f
chore(deps): update dependency eslint-plugin-n to v17 ( #1158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 12:37:40 +02:00
Amr Bashir
7fc29c326b
chore: add repository field in Cargo.toml ( #1143 )
...
closes #1135
2024-04-05 00:15:04 +02:00
renovate[bot]
cf832fe106
chore(deps): update dependency typescript to v5.4.4 ( #1145 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-04 22:46:20 +02:00
Amr Bashir
0e9541fe89
feat(window-state): support using a custom filename ( #1138 )
...
* feat(window-state): support using a custom filename
ref: https://github.com/tauri-apps/plugins-workspace/pull/1079
* generate api
* fmt
2024-04-03 21:29:48 +02:00
Amr Bashir
f9bcc1c21d
chore: add tslib as dev dependency in workspace ( #1134 )
...
* chore: add `tslib` as dev dependency in workspace
* Discard changes to Cargo.lock
* lockfile
2024-04-03 18:07:08 +02:00
renovate[bot]
773b498392
chore(deps): update dependency vite to v5.2.8 ( #1141 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 18:03:21 +02:00
renovate[bot]
3e620c6951
chore(deps): update dependency rollup to v4.14.0 ( #1140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 11:58:43 +02:00
Tony
a32e3200de
chore: update dependencies to align with tauri's ( #1139 )
2024-04-03 04:38:29 +02:00
github-actions[bot]
815a7073bc
Publish New Versions (v2) ( #1116 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-04-02 18:57:12 -03:00
Lucas Fernandes Nogueira
772f2bc349
chore: bump tauri to 2.0.0-beta.14 ( #1136 )
...
* chore: bump tauri
* pin tauri, change file
2024-04-02 18:31:15 -03:00
renovate[bot]
73d8562849
chore(deps): update dependency rollup to v4.13.2 ( #1125 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 11:28:09 +02:00
renovate[bot]
73364a8b96
chore(deps): update typescript-eslint monorepo to v7.5.0 ( #1132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-02 09:20:17 +02:00
renovate[bot]
066058f631
chore(deps): update dependency vite to v5.2.7 ( #1127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-29 13:58:06 +01:00
thewh1teagle
c013fa52cd
refactor(window-state)!: use json instead of bincode ( #1078 )
...
* feat(window-state): add option to use json
* feat(window-state): change state file from bincode to serdejson
* change file
* fmt
2024-03-29 02:41:42 +02:00
Tony
57d01bf82e
chore(updater): clean up dependencies ( #1084 )
...
* Clean up updater dependencies
* Zip is in the dependencies already
2024-03-28 04:41:34 +02:00
Vitor Ayres
7be37b1909
v2: fix import path in plugin upload readme ( #1122 )
2024-03-28 03:03:32 +02:00
Wito
dabac0eedf
feat(single-instance): add MacOs unix domain socket impl ( #1035 )
...
* feat(single-instance): add macos implementation
* chore(single-instance): test MacOs by adding CLI to example
* feat(single-instance): simplify macOS implementation
* chore(single-instance): address remarks
2024-03-28 00:34:33 +01:00
renovate[bot]
c6a5b7ae47
chore(deps): update dependency rollup to v4.13.1 ( #1121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-27 12:18:37 +01:00
venkr
a2339195aa
fix(autostart): Fix LaunchAgent macOS autostart ( #1118 )
...
* Fix LaunchAgent macOS autostart
* Add .changes
2024-03-26 19:01:57 +01:00
Tahmin Ahmed
4cd81126fd
fix(dialog): open function return mismatch ( #1056 )
...
* Implemented conversion of URI to a file path
* Added relevant .changes file
2024-03-26 17:00:25 +02:00
Alixxx-please
fc3667db6a
"recusrive" typo fix ( #1103 )
...
* Update app.toml
* Update appcache.toml
* Update appconfig.toml
* Update appdata.toml
* Update applocaldata.toml
* Update applog.toml
* Update audio.toml
* Update cache.toml
* Update config.toml
* Update data.toml
* Update desktop.toml
* Update document.toml
* Update download.toml
* Update exe.toml
* Update font.toml
* Update home.toml
* Update localdata.toml
* Update log.toml
* Update picture.toml
* Update public.toml
* Update resource.toml
* Update runtime.toml
* Update temp.toml
* Update template.toml
* Update video.toml
* actually update build script :)
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-03-26 11:37:13 -03:00
Amr Bashir
f39d362add
feat(fs): enhance scope config to accept string as well ( #1053 )
...
* feat(fs): enhance scope config to accept string as well
* clippy
* Update protocol.rs
* regression resolving path variables
* add change file
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
2024-03-26 11:37:03 -03:00
Lucas Nogueira
fe4ad4dd5c
Revert "add change file"
...
This reverts commit 9c2fb9306e .
2024-03-26 11:27:38 -03:00
Lucas Nogueira
9c2fb9306e
add change file
2024-03-26 11:26:38 -03:00
renovate[bot]
d3c7ee5a61
chore(deps): update typescript-eslint monorepo to v7.4.0 ( #1112 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 21:12:10 +01:00
renovate[bot]
719b651753
chore(deps): update dependency vite to v5.2.6 ( #1109 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 15:34:45 +01:00
renovate[bot]
40ce253abf
chore(deps): update dependency vite to v5.2.5 ( #1108 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 15:26:15 +01:00
renovate[bot]
184f4edbbc
chore(deps): update dependency vite to v5.2.4 ( #1105 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-23 19:39:13 +01:00
renovate[bot]
8f857dc4e1
chore(deps): update dependency vite to v5.2.3 ( #1104 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-22 20:15:34 +01:00
Fabian-Lars
bb836b2440
ci: Rename covector working branch to ci/release-v2
2024-03-21 15:32:10 +01:00
github-actions[bot]
70136b1fe8
Publish New Versions (v2) ( #1047 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-03-21 09:01:05 -03:00
renovate[bot]
8cd4a39864
chore(deps): update dependency vite to v5.2.2 ( #1098 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 23:50:22 +01:00
renovate[bot]
80af01181a
chore(deps): update dependency typescript to v5.4.3 ( #1100 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 23:08:26 +01:00
Lucas Fernandes Nogueira
62ce5df52c
fix(notification): development mode check should use tauri::dev() ( #1096 )
2024-03-20 18:58:34 -03:00
renovate[bot]
42607f0dbd
chore(deps): update dependency vite to v5.2.0 ( #1095 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 11:32:49 +01:00
Lucas Fernandes Nogueira
a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true ( #1071 )
...
* refactor: only inject API IIFE script when withGlobalTauri is true
* fmt
* update tauri
2024-03-19 15:03:20 -03:00
阿良仔
9dec9605ed
feat(clipboard): support readImage & writeImage ( #845 )
...
* feat(clipboard): support `read_image` & `write_image`
* fix plugin name
* platform specific bahavior
* remove unnecessary BufWriter
* improvement
* update example
* update example
* format
* header, fix change file
* use image from tauri
* fix ci
* update tauri, fix read
* image crate only on desktop [skip ci]
* Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci]
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* update deps, address code review
* fix mobile [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-03-19 09:35:37 -03:00
renovate[bot]
160498dae5
chore(deps): update typescript-eslint monorepo to v7.3.1 ( #1093 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 08:22:46 +01:00
Fabian-Lars
6db4320e98
ci: Rename covector working branch to ci/release-v1 ( #1091 )
2024-03-18 22:27:43 +01:00
github-actions[bot]
cc63614f1e
publish new versions ( #471 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-03-18 21:49:08 +01:00
Fabian-Lars
02111b9526
chore: Change workspace inheritance syntax for better covector support ( #1092 )
2024-03-18 21:39:46 +01:00
renovate[bot]
03fab3c6ad
chore(deps): update typescript-eslint monorepo to v7.3.0 ( #1090 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-18 20:37:57 +01:00
Fabian-Lars
7b9fa6607b
chore(template): Replace {{name}} with PLUGIN_NAME ( #1088 )
...
fixes #1052
2024-03-18 09:40:37 +01:00
Fabian-Lars
6a6c9daeb2
chore(template): Replace {{name}} with PLUGIN_NAME ( #1087 )
...
fixes #1052
2024-03-18 09:40:14 +01:00
i-c-b
cb96aa0627
fix(fs): rename dir field to base_dir in WatchOptions, fixes #1081 ( #1082 )
...
* fix(fs): rename `dir` field to `base_dir` in `WatchOptions`, fixes #1081
* Create fix-fs-watcher-basedir.md
2024-03-16 11:01:49 +01:00
Tony
1d7dc86ec3
fix(updater): run cleanup before exit on Windows ( #1070 )
2024-03-13 16:12:21 +02:00
Fabian-Lars
35ea5956d0
fix(dialog): Create dialogs on main thread ( #1073 )
...
fixes https://github.com/tauri-apps/tauri/issues/6301
2024-03-13 15:41:23 +02:00
DK Liao
14c858391d
docs: Update positioner readme ( #1072 )
2024-03-13 10:36:59 +01:00
Tony
a3b5396113
refactor!(updater): migrate run updater using powershell to ShellExecute ( #1054 )
...
* Migrate to ShellExecute
* Add change file
* Revert cargo.toml style
* Remove unused imports
* Migrate to windows-sys
* Use open instead of runas
* Use encode_wide instead of hstring
* small cleanup
2024-03-12 17:47:22 +02:00
Jason Tsai
040004a6b9
chore(shell): change schema property name command to cmd ( #1069 )
...
* chore: fix shell plugin `command` property in schema
* chore: add changelog
2024-03-12 15:20:56 +02:00
Han
69d45a06a6
chore(examples): example incorrect command ( #1068 )
2024-03-12 10:16:39 +01:00
renovate[bot]
d95a1b382f
chore(deps): update dependency rollup to v4.13.0 ( #1066 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 07:52:24 +01:00
renovate[bot]
24eb3398d0
chore(deps): update typescript-eslint monorepo to v7.2.0 ( #1064 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 07:48:01 +01:00
renovate[bot]
adbc333a0f
chore(deps): update dependency vite to v5.1.6 ( #1063 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 17:42:59 +01:00
Lucas Fernandes Nogueira
c873e4d6c7
fix(http): inconsistencies on urlpattern usage on scope ( #1059 )
...
* fix(http): inconsistencies on urlpattern usage on scope
* fix tests
* enhance tests
2024-03-11 13:39:35 -03:00
Tony
4e37316af0
fix(updater): fallback to passive mode & fix installerArgs deserialzation ( #1051 )
2024-03-11 17:29:16 +02:00
renovate[bot]
b74ccb6639
chore(deps): update dependency @tauri-apps/cli to v1.5.11 ( #1049 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-10 13:41:49 +01:00
renovate[bot]
c290049051
chore(deps): update dependency typescript to v5.4.2 ( #1034 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-10 13:39:40 +01:00
renovate[bot]
509c23ed36
chore(deps): update dependency rollup to v4.12.1 ( #1031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-10 13:36:12 +01:00
FabianLars
11d98e911e
chore(log): Fix lint and formatting
2024-03-10 13:21:17 +01:00
Lorenzo Rizzotti
753c7be0a6
feat(http) add unsafe-headers feature flag ( #1050 )
...
* [http] add unsafe-headers feature flag
* change file
* fmt
2024-03-08 07:31:47 +02:00
Naman Garg
bff722451d
docs(sql): Fix minor typo ( #1048 )
2024-03-08 00:07:08 +01:00
Amr Bashir
62dafda652
refactor!(global-shortcut): better APIs DX ( #969 )
...
* feat(global-shortcut): add `GlobalShortcutExt::register_with_handler`
ref: https://github.com/tauri-apps/plugins-workspace/issues/965
* clippy
* refactor apis to take closure by default
* change file
* Update .changes/global-shortcut-refactor.md
Co-authored-by: Simon Hyll <hyllsimon@gmail.com >
* Update global-shortcut-refactor.md
* use option instead
* clippy
* update readme
* on_shortcut and with_shortcut
* map handler
* simplify events
* lint
---------
Co-authored-by: Simon Hyll <hyllsimon@gmail.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2024-03-07 13:33:44 -03:00
github-actions[bot]
644eb448bb
publish new versions ( #1042 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2024-03-07 12:19:11 +01:00
DK Liao
75d82868b2
docs(positioner): Update positioner readme to new tray api ( #1041 )
...
`on_system_tray_event` is now reworked into `on_tray_icon_event`
2024-03-07 12:15:46 +01:00
Fabian-Lars
685c4094c5
ci: Change paths-filter's base to v2 branch ( #1043 )
...
Currently it compares it to the default branch (v1) which makes it always run all plugin checks. While i plan to change default branches soon i still need a bit more time for this.
2024-03-07 12:11:42 +01:00
Fabian-Lars
c281df8d79
ci: Move cargo target dir to /mnt ( #1039 )
...
Currently our publishing workflow fails _twice_ because it runs out of disk space. https://github.com/tauri-apps/plugins-workspace/actions/runs/8182433330/job/22373757645#step:8:8499
A month ago github changed the azure vms for public repos which resulted in a size decrease of the root partition by ~10gb (though i kinda doubt this is the sole reason because it doesn't fail once, but twice).
At the same time the /mnt partition was increased to a whopping 75gb, over 60gb of it unused, since the root partition only has ~20gb free space we'll let rust save its artifact into /mnt hoping that we're actually dealing with space issues and not something else...
2024-03-07 11:56:39 +01:00
Tony
79691e93e0
fix(store): with_store and StoreCollection become private in #1011 ( #1040 )
...
* Fix with_store become private in #1011
* Add change file
2024-03-07 11:52:33 +01:00
github-actions[bot]
5006717a7f
publish new versions ( #986 )
2024-03-07 00:24:51 -03:00
Amr Bashir
0f67dfc9b4
feat(http): enhance scope config to accept string as well ( #1025 )
2024-03-07 00:10:45 -03:00
Lucas Fernandes Nogueira
cacf544d51
chore(deps): update to tauri beta.9 ( #1037 )
2024-03-07 00:08:52 -03:00
Fabian-Lars
16fc0f2ee3
fix(dialog): Remove Linux specific code for rfd 0.14 compatibility ( #1033 )
...
fixes #956
2024-03-06 19:38:51 +02:00
Tahmin Ahmed
735810237e
fix: fix plugins/fs infinite loop on autoregen ( #1029 )
...
* Created safety check for redundant autogenerations
* Accounted for empty file case, added .changes file
* Update plugins/fs/build.rs
2024-03-06 19:30:13 +02:00
Lucas Fernandes Nogueira
ac520a2841
feat(http): enhance scope URL matching via urlpattern ( #1030 )
...
* feat(http): enhance scope URL matching via urlpattern
* update schema
2024-03-06 13:44:51 -03:00
Rigidity
d9870f1948
docs: improve tauri-plugin-store readme and code example ( #996 )
...
* Improve tauri-plugin-store readme and code example
* Remove advanced error handling section and fix inaccuracy
* Switch to expect
2024-03-06 06:08:35 +02:00
Victor Aremu
30295ecc8e
feat: improve stronghold readme ( #1027 )
...
* fix: typo
* feat: update client package install commands
* refactor: instruct user to copy code if unable to install via monorepo
2024-03-06 04:13:59 +02:00
Victor Aremu
54cd4a58b8
chore(stronghold): readme typo ( #1028 )
2024-03-05 11:21:24 +01:00
renovate[bot]
ea294c776a
chore(deps): update dependency vite to v5.1.5 ( #1024 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-05 08:26:48 +01:00
Victor Aremu
570fb8f335
feat: Improve Stronghold (v2) README with usage examples ( #1023 )
...
feat: add client side usage
2024-03-05 02:03:44 +02:00
Ahmed Elkhoudiry
22f5acf240
feat(store): Add android & iOS support ( #1011 )
...
* update cli
* init android module
* upgdate gitignore
* add desktop and mobile
* android
* ios
* lib
* remove comment
* cargo fmt
* skip empty file creation
* android comments
* apple path
* Discard changes to plugins/store/ios/README.md
* stop auto directories creation
* Update README.md
2024-03-04 21:02:17 +02:00
renovate[bot]
19aa220411
chore(deps): update typescript-eslint monorepo to v7.1.1 ( #1022 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-04 19:03:16 +01:00
Fabian-Lars
8a5e05cd83
fix: Fix comp with latest beta ( #1018 )
...
* fix: Fix comp with latest beta
* linux
2024-03-04 19:59:24 +02:00
Amr Bashir
9586eabd5a
chore(deps): update to open-rs@5.1 ( #1021 )
...
* chore(deps): update to `open-rs@5.1`
ref: #1003
* changefile
2024-03-04 18:28:53 +02:00
Victor Aremu
85c4b8b67a
feat: Improve Stronghold README with usage examples ( #1013 )
...
* docs: add example password hashing using rust-argon2 crate
* feat: add client side usage
* update the todo comment
2024-03-04 17:19:51 +02:00
Tony
2397ec5937
fix: single instance doesn't shutdown immediately ( #1019 )
...
* Fix single instance doesn't shutdown immediately
* Add change file
2024-03-04 14:52:40 +01:00
Fabian-Lars
99bea2559c
chore: Update tauri to beta.8 ( #1005 )
...
* chore: Update tauri to beta.8
fixes #1000
* Update and rename tauri-beta.7.md to tauri-beta-8.md
2024-02-29 19:34:43 +02:00
FabianLars
ed682dd96e
chore: Run cargo fmt
2024-02-28 23:13:56 +01:00
Vova Yatsyuk
c3c55d5b4e
fix(autostart): Use full exe path on macos when LaunchAgent is used ( #841 )
2024-02-28 22:44:55 +01:00
tommyo
0d3b6b8aca
feat(log): added attachLogger ( #717 )
2024-02-28 22:16:08 +01:00
AHQ
9d4b25cf85
Bump tauri to v2 beta.7 ( #1001 )
...
* Bump tauri to v2 beta.7
* change file
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
2024-02-28 19:03:51 +02:00
Tillmann
f59436dad0
Added Security Policy to All Plugins ( #930 )
...
* Added contact and security policy to remaining plugins and the repository
* Added default security policy to shared template
2024-02-27 11:43:31 -03:00
renovate[bot]
67df245eee
chore(deps): update typescript-eslint monorepo to v7.1.0 ( #998 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-26 18:37:04 +01:00
Jarrodsz
382fc3a7bf
chore(store): add AppSettings example ( #573 )
...
* basic example foundation
* add examples to workspace
* cleanup and load fix
* fmt
* reset lockfile
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-02-26 18:34:54 +01:00
Instinct
7c59242905
chore: fix typo in store plugin README.md ( #997 )
2024-02-26 17:32:39 +02:00
TukanDev
dc6d3321e5
feat(clipboard): Implement HTML and clear functionality ( #977 )
...
* Implement arboard HTML features (desktop only) and ability to trigger clipboard clear
Signed-off-by: TukanDev <contact@tukandev.com >
* Update readme of clipboard plugin
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/desktop.rs
Propagate error for clear as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update plugins/clipboard-manager/guest-js/index.ts
Change to camelCase as requested
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update plugins/clipboard-manager/guest-js/index.ts
use camelCase here too
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* Update README.md
Revert back as mentioned in HTML PR
* Update index.ts
After discussion readHtml() is decided to be removed. Will follow and remove corresponding rust side function too.
* Strip all other existence of read_html out as determined in HTML support PR conversation
Signed-off-by: TukanDev <contact@tukandev.com >
* Apply requested changes v2
Signed-off-by: TukanDev <contact@tukandev.com >
* pnpm run build and cargo fmt
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/mobile.rs
fix ci calling
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com >
* mobile read_html omg....
Signed-off-by: TukanDev <contact@tukandev.com >
* Update plugins/clipboard-manager/src/mobile.rs
* pnpm format....
Signed-off-by: TukanDev <contact@tukandev.com >
* error on mobile as well
* clear on mobile
* change file
---------
Signed-off-by: TukanDev <contact@tukandev.com >
2024-02-25 19:46:12 +02:00
renovate[bot]
da76481ad3
chore(deps): update dependency vite to v5.1.4 ( #994 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-25 12:30:21 +01:00
renovate[bot]
25aecc0074
chore(deps): update dependency eslint to v8.57.0 ( #988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-24 14:38:10 +01:00
Amr Bashir
aa25c91bb0
feat(dialog): allow setting canCreateDirectories on macOS ( #978 )
...
* feat(dialog): allow setting `canCreateDirectories` on macOS
closes #949
* Discard changes to plugins/log/src/api-iife.js
* Discard changes to plugins/store/src/api-iife.js
* Discard changes to plugins/window-state/src/api-iife.js
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/commands.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/src/lib.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
* Update plugins/dialog/guest-js/index.ts
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-02-23 21:05:29 +02:00
Amr Bashir
ae56b13a4d
fix(http): allow User-Agent header to be set ( #983 )
...
* fix(http): allow `User-Agent` header to be set
closes #966
* lint
* fix build
2024-02-23 18:32:19 +02:00
github-actions[bot]
267e39e250
Publish New Versions (v2) ( #982 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2024-02-22 22:20:16 -03:00
Lucas Fernandes Nogueira
6d1e6218b5
fix(single-instance): wrong zbus import, closes #980 ( #981 )
2024-02-22 22:17:59 -03:00
Lucas Fernandes Nogueira
7c6d9fd956
Merge pull request #948 from tauri-apps/release-v2
...
Publish New Versions (v2)
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
renovate[bot]
58176114f9
chore(deps): update typescript-eslint monorepo to v7.0.2 ( #970 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-19 20:35:37 +01:00
Amr Bashir
8645a02aee
docs(global-shortcut): add registering example
2024-02-19 17:13:31 +02:00
renovate[bot]
4cc2e50d16
chore(deps): update dependency @tauri-apps/cli to v1.5.10 ( #967 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-19 16:04:43 +01: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
renovate[bot]
e096f63bda
chore(deps): update dependency rollup to v4.12.0 ( #958 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-16 16:56:06 +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
renovate[bot]
01211ff075
chore(deps): update typescript-eslint monorepo to v7 ( #942 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 13:32:03 +01:00
renovate[bot]
9299c919c7
chore(deps): update dependency prettier to v3.2.5 ( #906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 13:31:09 +01:00
renovate[bot]
c7f92ddf2f
chore(deps): update dependency rollup to v4.11.0 ( #955 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 13:25:24 +01:00
renovate[bot]
1adb912547
chore(deps): update dependency eslint-plugin-security to v2.1.1 ( #953 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 13:13:57 +01: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
renovate[bot]
67405aed06
chore(deps): update typescript-eslint monorepo to v6.21.0 ( #932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-10 15:49:14 +01:00
renovate[bot]
8cb4e3d14d
chore(deps): update dependency rollup to v4.10.0 ( #936 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-10 12:07:13 +01:00
Lucas Nogueira
dac8b6331c
fix(ci): commig schemas
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
Tillmann
d198c01486
feat: update to tauri beta, add permissions ( #862 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app >
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev >
2024-02-03 15:14:41 -03:00
Amr Bashir
506ce4835b
refactor(updater): accomodate to new tauri config restructure ( #924 )
...
* refactor(updater): accomodate to new tauri config restructure
RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md
RFC#5 PR implementation: https://github.com/tauri-apps/tauri/pull/8723
* lint and update configs
2024-02-03 09:14:39 -03:00
Lucas Fernandes Nogueira
15dc7060e8
fix(shell): deadlock on read line error ( #923 )
2024-02-01 00:01:23 -03:00
Fabian-Lars
056a458d30
ci: Ignore RSA advisory outside of scheduled runs ( #922 )
2024-01-30 12:51:49 +01:00
Shubham Parihar
18cb861b52
type: add OpenDialogReturn generic type ( #919 )
...
* type: add OpenDialogReturn generic type
* chore: run pnpm format
* type: export OpenDialogReturn type
* chore: run pnpm format
2024-01-30 02:08:46 +02:00
renovate[bot]
9ca77efff2
chore(deps): update typescript-eslint monorepo to v6.20.0 ( #920 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-29 19:32:02 +01:00
Amr Bashir
70d99086de
fix(window-state): restore window position if the one of the window corners intersects with monitor ( #898 )
...
* fix(window-state): restore window positions that matches monitor positions
closes #892
* check for intersections of any window corner instead of only top-left
2024-01-25 01:48:46 +02:00
Lucas Fernandes Nogueira
8dea78ac7d
fix(notification): scheduled notifications not working ( #909 )
...
* fix(notification): scheduled notifications not working
* do not use toJSON since it doesnt work on isolation pattern
* fmt
2024-01-24 13:02:11 -03:00
renovate[bot]
035a4824d6
chore(deps): update typescript-eslint monorepo to v6.19.1 ( #915 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-22 22:08:44 +01:00
renovate[bot]
cd7549f22e
chore(deps): update dependency rollup to v4.9.6 ( #914 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-21 14:56:28 +01:00
renovate[bot]
38aedb45e3
chore(deps): update dependency eslint-config-standard-with-typescript to v43.0.1 ( #911 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-20 12:12:00 +01:00
dependabot[bot]
32a5f92c8f
chore(deps-dev): bump vite from 5.0.6 to 5.0.12 ( #910 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.6 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 12:04:33 +01:00
Daniel Faust
61edbbec0a
feat(fs/watch): migrate to notify-debouncer-full ( #885 )
...
* Add support for notify-debouncer-full
* Add fs watch to demo
* Remove notify-debouncer-mini
* Rename RawEvent to WatchEvent
* Add full type definition for EventKind
* Remove `track file ids` option from fs watcher
* Update plugins/fs/guest-js/index.ts
2024-01-18 20:35:49 +02:00
Amr Bashir
0879a87a7e
refactor(updater): migrate to tauri's new resource table ( #899 )
...
* refactor(updater): migrate to tauri's new resource table
* fmt
* fmt
* Create updater-js-started-event.md
2024-01-18 12:48:44 +01:00
Amr Bashir
8505a756b5
chore: add change file for updater proxy change ( #907 )
2024-01-17 17:51:20 +02:00
Fabian-Lars
cf00900298
fix(upload): Prevent duplicate progress reports when using Promise.all ( #908 )
...
* fix(upload): Prevent duplicate progress reports when using Promise.all
* fmt
2024-01-17 16:45:26 +01:00
Zhang San
4e2e77580c
feat(updater) support proxy ( #891 )
...
* add proxy support
Signed-off-by: San Zhang <sanzhang@mail.com >
* 1. change string to url for proxy type
2. add proxy option in js api
Signed-off-by: San Zhang <sanzhang@mail.com >
* fix fmt issue
Signed-off-by: San Zhang <sanzhang@mail.com >
* Update plugins/updater/guest-js/index.ts
---------
Signed-off-by: San Zhang <sanzhang@mail.com >
2024-01-17 16:47:26 +02:00
Anton Piliugin
8a3db790b8
fix(updater): fix readme and types ( #903 )
...
* Types fix
* generate files
2024-01-17 01:45:22 +02:00
renovate[bot]
83f9899f78
chore(deps): update typescript-eslint monorepo to v6.19.0 ( #896 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 22:07:58 +01:00
renovate[bot]
c5e8cd31ec
chore(deps): update dependency prettier to v3.2.2 ( #893 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-14 14:39:43 +01:00
renovate[bot]
0cdbde386f
chore(deps): update dependency prettier to v3.2.1 ( #890 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 21:11:59 +01:00
renovate[bot]
2985957afc
chore(deps): update dependency prettier to v3.2.0 ( #889 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 21:00:16 +01:00
renovate[bot]
fe09260483
chore(deps): update dependency rollup to v4.9.5 ( #888 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 13:32:03 +01:00
Olivier Lemasle
bf5a21d5b2
fix(dialog): On Android, do not add a Cancel button to message dialogs ( #873 )
2024-01-11 04:30:32 +02:00
renovate[bot]
775f7b88ed
chore(deps): update dependency @rollup/plugin-typescript to v11.1.6 ( #884 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-10 12:25:26 +01:00
renovate[bot]
39108ceacb
chore(deps): update typescript-eslint monorepo to v6.18.1 ( #881 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-09 11:15:25 +01:00
renovate[bot]
c00b00a93c
chore(deps): update dependency eslint-plugin-n to v16.6.2 ( #882 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-09 08:59:00 +01:00
renovate[bot]
d2ea535a16
chore(deps): update typescript-eslint monorepo to v6.18.0 ( #879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 17:33:53 +01:00
renovate[bot]
eec61a8a6d
chore(deps): update dependency rollup to v4.9.4 ( #878 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-06 17:22:44 +01:00
renovate[bot]
7701cf4107
chore(deps): update dependency rollup to v4.9.3 ( #876 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-05 12:51:33 +01:00
阿良仔
1b1d795b58
fix(notification): export the missing Schedule class ( #874 )
...
* fix: export the missing `Schedule` class
* remove `ScheduleData`
2024-01-03 13:34:15 +01:00
Amr Bashir
ae0cb92438
refactor(http): migrate to tauri's new resource table ( #834 )
...
* refactor(http): migrate to tauri's new resource table
* fmt
* change file
2024-01-02 21:55:57 +02:00
阿良仔
ea8eadce85
fix(fs): match default value of create option with js documentation ( #865 )
...
* fix(fs): inconsistency in guest-js & rust side
* Update .changes/fix-fs-write-default-option.md
2024-01-02 20:44:09 +02:00
renovate[bot]
539b566fad
chore(deps): update dependency eslint-plugin-n to v16.6.1 ( #872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-02 15:23:02 +01:00
renovate[bot]
3ffa47c0e8
chore(deps): update typescript-eslint monorepo to v6.17.0 ( #871 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-01 20:28:06 +01:00
lopo
be5aebdec9
docs(log): update readme code example for v2 ( #869 )
2024-01-01 12:24:41 +01:00
Matthias Lohscheidt
df5a6483c2
docs(sql): Add migrations section to README (v1) ( #870 )
...
* Update sql plugin README.md
Add section about migration management.
* rm shell plugin (v2 only)
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-01-01 12:21:37 +01: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
renovate[bot]
27d610387c
chore(deps): update dependency rollup to v4.9.2 ( #864 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-30 14:56:02 +01:00
renovate[bot]
71d755f5f5
chore(deps): update dependency eslint-plugin-n to v16.6.0 ( #863 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-29 15:17:10 +01:00
hygkui
1a347203a5
fix: fix http plugin fetch init with connectTimeout. ( #858 )
2023-12-28 18:07:52 +02:00
github-actions[bot]
e80626cf81
Publish New Versions (v2) ( #854 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2023-12-28 10:37:04 -03:00
Amr Bashir
2e2fc8de69
fix(fs): use correct arg name for unwatch ( #857 )
...
* fix(fs): use correct arg name for unwatch
* fmt
2023-12-28 11:18:44 +01:00
Trevor Fitzgerald
85f8419682
fix(fs): Fix DebouncedEvent type to match what notify-rs returns ( #848 )
...
* fix(fs): Fix DebouncedEvent type to match what notify-rs returns
* Update fix-debounced-event-type.md
2023-12-27 15:39:05 +02:00
Amr Bashir
c60123093d
fix(fs): fix panic due to unwrap & truncate by default ( #847 )
...
* fix(fs): fix panic due to unwrap & truncate by default
closes #846
* fmt and change file
2023-12-27 15:27:45 +02:00
renovate[bot]
7c442019e1
chore(deps): update typescript-eslint monorepo to v6.16.0 ( #852 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-26 13:55:11 +01:00
renovate[bot]
9b99416965
fix(deps): update tauri monorepo ( #815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 14:19:25 +01:00
github-actions[bot]
38b5d37b54
Publish New Versions (v2) ( #843 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2023-12-20 14:29:57 -03:00
Lucas Fernandes Nogueira
8b1d821a37
fix(deep-link): issue with tauri alpha.20 emit breaking change ( #844 )
2023-12-20 14:05:24 -03:00
阿良仔
bfa87da848
feat(http): expose proxy configuration ( #824 )
...
* feat(http): add proxy config
* chore: build iife api
* chore: allow `too_many_arguments`
* improvement
* refactor: restructure code
* improvement
* format
2023-12-20 16:14:12 +02:00
Trevor Fitzgerald
7de603ebff
fix(fs-watch): Fix DebouncedEvent type to match what notify-rs returns ( #840 )
2023-12-20 12:03:34 +01:00
renovate[bot]
35d821cbf1
chore(deps): update dependency eslint-plugin-n to v16.5.0 ( #842 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-20 11:24:56 +01:00
renovate[bot]
563ca73de0
chore(deps): update typescript-eslint monorepo to v6.15.0 ( #831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-18 21:02:55 +01:00
renovate[bot]
27eb8c74af
chore(deps): update dependency eslint-plugin-security to v2 ( #817 )
...
* chore(deps): update dependency eslint-plugin-security to v2
* legacy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-12-18 12:25:52 +01:00
renovate[bot]
4aa61dcc9e
chore(deps): update dependency eslint-config-standard-with-typescript to v43 ( #823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 14:46:20 +01:00
renovate[bot]
e6b6748085
chore(deps): update dependency eslint-plugin-import to v2.29.1 ( #819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 13:49:00 +01:00
renovate[bot]
90fef3ae2d
chore(deps): update dependency rollup to v4.9.1 ( #827 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 13:39:08 +01:00
renovate[bot]
cc352416e5
chore(deps): update dependency eslint to v8.56.0 ( #822 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-17 13:30:28 +01:00
renovate[bot]
5e73de50e7
chore(deps): update dependency rollup to v4.9.0 ( #816 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 17:34:12 +01:00
FabianLars
46dfb75d92
Revert "fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )"
...
This reverts commit 3af968ce8f .
2023-12-12 11:18:20 +01:00
renovate[bot]
3af968ce8f
fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 11:14:47 +01:00
renovate[bot]
4f8df2f86b
chore(deps): update typescript-eslint monorepo to v6.14.0 ( #813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 20:33:27 +01:00
renovate[bot]
65ea3d9adf
chore(deps): update dependency rollup to v4.8.0 ( #807 )
...
* chore(deps): update dependency rollup to v4.8.0
* dedupe
* let renovate run dedupe
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-12-11 09:45:39 +01:00
renovate[bot]
776ff9c97e
chore(deps): update dependency eslint-plugin-n to v16.4.0 ( #811 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 08:11:50 +01:00
renovate[bot]
5c883bdd33
chore(deps): update dependency prettier to v3.1.1 ( #809 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 11:21:11 +01:00
renovate[bot]
af2892f6a1
chore(deps): update dependency eslint-config-standard-with-typescript to v42 ( #808 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-09 17:21:14 +01:00
Fabian-Lars
a5792e220a
chore: Update rustix in lockfile ( #806 )
...
https://github.com/tauri-apps/plugins-workspace/security/dependabot/36
2023-12-07 15:44:55 +01:00
Fabian-Lars
eef088dde4
chore(websocket): Convert websocket example to vanilla ts ( #805 )
...
* chore(websocket): Convert ws example to vanilla-ts
* fix gitignore
2023-12-07 15:03:37 +01:00
renovate[bot]
8d00fc08f0
fix(deps): update rust crate tokio-tungstenite to 0.21 ( #804 )
...
* fix(deps): update rust crate tokio-tungstenite to 0.21
* http version mismatch
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-12-07 10:27:31 +01:00
renovate[bot]
c7336bc330
chore(deps): update dependency typescript to v5.3.3 ( #803 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 21:46:26 +01:00
renovate[bot]
84208e0a53
chore(deps): update dependency vite to v5.0.6 ( #794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 13:08:24 +01:00
renovate[bot]
2a28c81da6
chore(deps): update dependency vite to v5.0.5 [security] ( #801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-06 13:03:44 +01:00
renovate[bot]
56750d31e6
chore(deps): update dependency @sveltejs/kit to v1.27.7 ( #799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-05 19:38:37 +01:00
renovate[bot]
899c6262f8
chore(deps): update typescript-eslint monorepo to v6.13.2 ( #795 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 21:58:04 +01:00
renovate[bot]
6a19feca1d
chore(deps): update dependency eslint-config-prettier to v9.1.0 ( #790 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 11:20:43 +01:00
renovate[bot]
ad5ec05e26
chore(deps): update dependency eslint to v8.55.0 ( #789 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 08:04:18 +01:00
renovate[bot]
b67dc85936
chore(deps): update dependency @tauri-apps/cli to v1.5.7 ( #788 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 22:36:17 +01:00
Fabian-Lars
b01da63d55
update ahash ( #787 )
2023-11-30 13:17:41 +01:00
renovate[bot]
aabb440159
fix(deps): update rust crate http to v1 ( #729 )
...
* fix(deps): update rust crate http to v1
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-30 13:00:09 +01:00
renovate[bot]
e1eb82fe92
fix(deps): update rust crate byte-unit to v5 ( #764 )
...
* fix(deps): update rust crate byte-unit to v5
* Update Cargo.toml [skip ci]
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-30 12:16:17 +01:00
renovate[bot]
a18d442765
chore(deps): update dependency svelte to v4.2.8 ( #786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 12:12:03 +01:00
renovate[bot]
c98545b3ae
fix(deps): update rust crate bytes to v1 ( #783 )
...
* fix(deps): update rust crate bytes to v1
* adapt api
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-11-30 12:04:44 +01:00
renovate[bot]
3df9bc73f8
chore(deps): update dependency rollup to v4.6.1 ( #785 )
...
* chore(deps): update dependency rollup to v4.6.1
* dedupe
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-11-30 10:35:45 +01:00
renovate[bot]
9b2e9ab6c9
chore(deps): update dependency @tauri-apps/cli to v1.5.6 ( #778 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 14:34:45 +01:00
renovate[bot]
e7b022d62e
fix(deps): update rust crate byteorder to 1.5 ( #781 )
...
* fix(deps): update rust crate byteorder to 1.5
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-11-29 13:07:16 +01:00
renovate[bot]
4195240f36
chore(deps): update dependency vite to v5.0.4 ( #779 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 13:05:47 +01:00
Fabian-Lars
a67f7cb7c8
chore(authenticator): Inline u2f crate ( #780 )
...
* chore(authenticator): Inline u2f crate
* update chrono
* update rustix
* clippy
2023-11-29 12:56:26 +01:00
Fabian-Lars
3f7c4ddc96
chore: Add examples to root cargo workspace ( #777 )
...
* chore: Add examples to cargo workspace
* msrv
* disable default feat
* gitkeep dist
2023-11-29 12:04:37 +01:00
Fabian-Lars
12900556a0
Revert "chore: Disable workspace inheritance for [package] ( #775 )" ( #776 )
...
This reverts commit 4899ae007a .
2023-11-29 11:08:11 +01:00
Fabian-Lars
4899ae007a
chore: Disable workspace inheritance for [package] ( #775 )
2023-11-29 10:59:04 +01:00
dependabot[bot]
3db81b4fe3
chore(deps): bump openssl from 0.10.56 to 0.10.60 ( #773 )
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.56 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...openssl-v0.10.60 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 09:14:31 +01:00
renovate[bot]
bd4bf06e6c
chore(deps): update dependency vite to v5.0.3 ( #772 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 22:37:26 +01:00
renovate[bot]
f780e87ee3
chore(deps): update typescript-eslint monorepo to v6.13.1 ( #770 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 13:11:34 +01:00
renovate[bot]
537053d317
chore(deps): update dependency rollup to v4.6.0 ( #765 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 20:43:55 +01:00
renovate[bot]
4f9e58d751
chore(deps): update dependency svelte-check to v3.6.2 ( #763 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-24 18:38:09 +01:00
renovate[bot]
e9a0803d95
chore(deps): update dependency rollup to v4.5.2 ( #762 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-24 13:12:14 +01:00