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]
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]
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
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
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
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
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
Amr Bashir
7fc29c326b
chore: add repository field in Cargo.toml ( #1143 )
...
closes #1135
2024-04-05 00:15:04 +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
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
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
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
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
Lucas Fernandes Nogueira
62ce5df52c
fix(notification): development mode check should use tauri::dev() ( #1096 )
2024-03-20 18:58:34 -03: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
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
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
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
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