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 >
autostart-v2.0.0-beta.4
single-instance-v2.0.0-beta.5
window-state-v2.0.0-beta.4
fs-v2.0.0-beta.4
http-v2.0.0-beta.4
dialog-v2.0.0-beta.4
persisted-scope-v2.0.0-beta.4
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