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
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
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
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
FabianLars
ed46dca74f
Merge remote-tracking branch 'origin/v1' into chore/merge-v1-into-v2
2024-04-16 00:29:36 +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
Amr Bashir
27b258cf31
chore(clipboard): expose Clipboard struct ( #1185 )
2024-04-15 10:53:32 +02:00
Fabian-Lars
500ff10fbd
fix(http): Enable tls support by default ( #1166 )
2024-04-10 09:35:20 +02:00
Tony
7e2fcc5e74
chore: add missing change files from #1139 ( #1146 )
2024-04-08 22:08:58 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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