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