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
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
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]
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
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
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
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
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
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