mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-28 17:38:53 +02:00
Publish New Versions (v2) (#1279)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
co-authored by
lucasfernog
parent
021d23bef3
commit
ecda84f8d5
@@ -7,12 +7,14 @@
|
|||||||
".changes/clipboard-manager-image.md",
|
".changes/clipboard-manager-image.md",
|
||||||
".changes/clipboard-refactor.md",
|
".changes/clipboard-refactor.md",
|
||||||
".changes/clipboard-text-command-rename.md",
|
".changes/clipboard-text-command-rename.md",
|
||||||
|
".changes/deep-link-desktop.md",
|
||||||
".changes/dialog-can-create-directories.md",
|
".changes/dialog-can-create-directories.md",
|
||||||
".changes/dialog-linux-freeze.md",
|
".changes/dialog-linux-freeze.md",
|
||||||
".changes/dialog-main-thread.md",
|
".changes/dialog-main-thread.md",
|
||||||
".changes/dialog-path-return-mismatch.md",
|
".changes/dialog-path-return-mismatch.md",
|
||||||
".changes/enhance-fs-scope-type.md",
|
".changes/enhance-fs-scope-type.md",
|
||||||
".changes/enhance-http-scope.md",
|
".changes/enhance-http-scope.md",
|
||||||
|
".changes/enhance-shell-raw-out.md",
|
||||||
".changes/feat-log-attachlogger.md",
|
".changes/feat-log-attachlogger.md",
|
||||||
".changes/feat-single-instance-semver.md",
|
".changes/feat-single-instance-semver.md",
|
||||||
".changes/feat-websocket-tls-connector.md",
|
".changes/feat-websocket-tls-connector.md",
|
||||||
@@ -35,6 +37,7 @@
|
|||||||
".changes/global-shortcut-refactor.md",
|
".changes/global-shortcut-refactor.md",
|
||||||
".changes/http-unsafe-headers.md",
|
".changes/http-unsafe-headers.md",
|
||||||
".changes/http-user-agent.md",
|
".changes/http-user-agent.md",
|
||||||
|
".changes/impl-ext-for-webview-windows.md",
|
||||||
".changes/msrv-1.75.md",
|
".changes/msrv-1.75.md",
|
||||||
".changes/notification-fix-dev-check.md",
|
".changes/notification-fix-dev-check.md",
|
||||||
".changes/public-with-store.md",
|
".changes/public-with-store.md",
|
||||||
@@ -42,6 +45,9 @@
|
|||||||
".changes/reqwest-0.12.md",
|
".changes/reqwest-0.12.md",
|
||||||
".changes/restore-default-window-state.md",
|
".changes/restore-default-window-state.md",
|
||||||
".changes/scoped-resources-table.md",
|
".changes/scoped-resources-table.md",
|
||||||
|
".changes/shell-command-execute-extra-new-lines.md",
|
||||||
|
".changes/shell-command-execute-speed.md",
|
||||||
|
".changes/shell-command-lost-events.md",
|
||||||
".changes/shell-fix-schema-command-property-name.md",
|
".changes/shell-fix-schema-command-property-name.md",
|
||||||
".changes/shell-shellexcute.md",
|
".changes/shell-shellexcute.md",
|
||||||
".changes/single-instance.macos.md",
|
".changes/single-instance.macos.md",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.6]
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- Upgraded to `shell-js@2.0.0-beta.4`
|
||||||
|
|
||||||
## \[2.0.0-beta.5]
|
## \[2.0.0-beta.5]
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte-app",
|
"name": "svelte-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.0.0-beta.5",
|
"version": "2.0.0-beta.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --clearScreen false",
|
"dev": "vite --clearScreen false",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"@tauri-apps/plugin-notification": "2.0.0-beta.3",
|
"@tauri-apps/plugin-notification": "2.0.0-beta.3",
|
||||||
"@tauri-apps/plugin-os": "2.0.0-beta.3",
|
"@tauri-apps/plugin-os": "2.0.0-beta.3",
|
||||||
"@tauri-apps/plugin-process": "2.0.0-beta.3",
|
"@tauri-apps/plugin-process": "2.0.0-beta.3",
|
||||||
"@tauri-apps/plugin-shell": "2.0.0-beta.3",
|
"@tauri-apps/plugin-shell": "2.0.0-beta.4",
|
||||||
"@tauri-apps/plugin-updater": "2.0.0-beta.3",
|
"@tauri-apps/plugin-updater": "2.0.0-beta.3",
|
||||||
"@zerodevx/svelte-json-view": "1.0.9"
|
"@zerodevx/svelte-json-view": "1.0.9"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.8]
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- Upgraded to `shell@2.0.0-beta.5`
|
||||||
|
|
||||||
## \[2.0.0-beta.7]
|
## \[2.0.0-beta.7]
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "api"
|
name = "api"
|
||||||
publish = false
|
publish = false
|
||||||
version = "2.0.0-beta.7"
|
version = "2.0.0-beta.8"
|
||||||
description = "An example Tauri Application showcasing the api"
|
description = "An example Tauri Application showcasing the api"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
@@ -27,7 +27,7 @@ tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ]
|
|||||||
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.5", features = [ "windows7-compat" ] }
|
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-beta.5", features = [ "windows7-compat" ] }
|
||||||
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.4" }
|
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-beta.4" }
|
||||||
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.4" }
|
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-beta.4" }
|
||||||
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.4" }
|
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-beta.5" }
|
||||||
|
|
||||||
[dependencies.tauri]
|
[dependencies.tauri]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.4]
|
||||||
|
|
||||||
|
- [`021d23be`](https://github.com/tauri-apps/plugins-workspace/commit/021d23bef330de4ce001993e0ef2c7ab7815f044)([#916](https://github.com/tauri-apps/plugins-workspace/pull/916)) Added desktop support.
|
||||||
|
|
||||||
## \[2.0.0-beta.3]
|
## \[2.0.0-beta.3]
|
||||||
|
|
||||||
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-deep-link"
|
name = "tauri-plugin-deep-link"
|
||||||
version = "2.0.0-beta.4"
|
version = "2.0.0-beta.5"
|
||||||
description = "Set your Tauri application as the default handler for an URL"
|
description = "Set your Tauri application as the default handler for an URL"
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
@@ -34,5 +34,5 @@ dunce = "1"
|
|||||||
windows-registry = "0.1"
|
windows-registry = "0.1"
|
||||||
windows-result = "0.1"
|
windows-result = "0.1"
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target."cfg(target_os = \"linux\")".dependencies]
|
||||||
rust-ini = "0.21"
|
rust-ini = "0.21"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.4]
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- Upgraded to `deep-link-js@2.0.0-beta.4`
|
||||||
|
|
||||||
## \[2.0.0-beta.3]
|
## \[2.0.0-beta.3]
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "deep-link-example",
|
"name": "deep-link-example",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.0.0-beta.3",
|
"version": "2.0.0-beta.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tauri-apps/api": "2.0.0-beta.11",
|
"@tauri-apps/api": "2.0.0-beta.11",
|
||||||
"@tauri-apps/plugin-deep-link": "2.0.0-beta.3"
|
"@tauri-apps/plugin-deep-link": "2.0.0-beta.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": "2.0.0-beta.16",
|
"@tauri-apps/cli": "2.0.0-beta.16",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tauri-apps/plugin-deep-link",
|
"name": "@tauri-apps/plugin-deep-link",
|
||||||
"version": "2.0.0-beta.3",
|
"version": "2.0.0-beta.4",
|
||||||
"description": "Set your Tauri application as the default handler for an URL",
|
"description": "Set your Tauri application as the default handler for an URL",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.5]
|
||||||
|
|
||||||
|
- [`d9de5b19`](https://github.com/tauri-apps/plugins-workspace/commit/d9de5b19d1e950c06f0915ae92a862acb266d108)([#1283](https://github.com/tauri-apps/plugins-workspace/pull/1283)) Implement `WindowExt` for `WebviewWindow`.
|
||||||
|
|
||||||
## \[2.0.0-beta.3]
|
## \[2.0.0-beta.3]
|
||||||
|
|
||||||
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-positioner"
|
name = "tauri-plugin-positioner"
|
||||||
version = "2.0.0-beta.4"
|
version = "2.0.0-beta.5"
|
||||||
description = "Position your windows at well-known locations."
|
description = "Position your windows at well-known locations."
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.4]
|
||||||
|
|
||||||
|
- [`eb1679b9`](https://github.com/tauri-apps/plugins-workspace/commit/eb1679b99780e5d2b867f5649a1ccc2f3f70ab56)([#1299](https://github.com/tauri-apps/plugins-workspace/pull/1299)) Fix `Command.execute` API including extra new lines.
|
||||||
|
- [`eb1679b9`](https://github.com/tauri-apps/plugins-workspace/commit/eb1679b99780e5d2b867f5649a1ccc2f3f70ab56)([#1299](https://github.com/tauri-apps/plugins-workspace/pull/1299)) Improve the speed of the JS `Command.execute` API
|
||||||
|
|
||||||
## \[2.0.0-beta.3]
|
## \[2.0.0-beta.3]
|
||||||
|
|
||||||
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
||||||
@@ -66,3 +71,7 @@
|
|||||||
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
|
f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
|
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
|
.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
|
717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-shell"
|
name = "tauri-plugin-shell"
|
||||||
version = "2.0.0-beta.4"
|
version = "2.0.0-beta.5"
|
||||||
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
|
description = "Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application."
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tauri-apps/plugin-shell",
|
"name": "@tauri-apps/plugin-shell",
|
||||||
"version": "2.0.0-beta.3",
|
"version": "2.0.0-beta.4",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[2.0.0-beta.7]
|
||||||
|
|
||||||
|
- [`d9de5b19`](https://github.com/tauri-apps/plugins-workspace/commit/d9de5b19d1e950c06f0915ae92a862acb266d108)([#1283](https://github.com/tauri-apps/plugins-workspace/pull/1283)) Implement `WindowExt` for `WebviewWindow`.
|
||||||
|
|
||||||
## \[2.0.0-beta.4]
|
## \[2.0.0-beta.4]
|
||||||
|
|
||||||
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
- [`bd1ed590`](https://github.com/tauri-apps/plugins-workspace/commit/bd1ed5903ffcce5500310dac1e59e8c67674ef1e)([#1237](https://github.com/tauri-apps/plugins-workspace/pull/1237)) Update to tauri beta.17.
|
||||||
@@ -83,4 +87,4 @@
|
|||||||
- Fix restore maximization state only maximized on main monitor.
|
- Fix restore maximization state only maximized on main monitor.
|
||||||
|
|
||||||
- [70d9908](https://github.com/tauri-apps/plugins-workspace/commit/70d99086de3a58189d65c49954a3495972880725) fix(window-state): restore window position if the one of the window corners intersects with monitor ([#898](https://github.com/tauri-apps/plugins-workspace/pull/898)) on 2024-01-25
|
- [70d9908](https://github.com/tauri-apps/plugins-workspace/commit/70d99086de3a58189d65c49954a3495972880725) fix(window-state): restore window position if the one of the window corners intersects with monitor ([#898](https://github.com/tauri-apps/plugins-workspace/pull/898)) on 2024-01-25
|
||||||
://github.com/tauri-apps/plugins-workspace/commit/70d99086de3a58189d65c49954a3495972880725) fix(window-state): restore window position if the one of the window corners intersects with monitor ([#898](https://github.com/tauri-apps/plugins-workspace/pull/898)) on 2024-01-25
|
://github.com/tauri-apps/plugins-workspace/commit/70d99086de3a58189d65c49954a3495972880725) fix(window-state): restore window position if the one of the window corners intersects with monitor ([#898](https://github.com/tauri-apps/plugins-workspace/pull/898)) on 2024-01-25
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-window-state"
|
name = "tauri-plugin-window-state"
|
||||||
version = "2.0.0-beta.6"
|
version = "2.0.0-beta.7"
|
||||||
description = "Save window positions and sizes and restore them when the app is reopened."
|
description = "Save window positions and sizes and restore them when the app is reopened."
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
|
|||||||
Generated
+2
-2
@@ -106,7 +106,7 @@ importers:
|
|||||||
specifier: 2.0.0-beta.3
|
specifier: 2.0.0-beta.3
|
||||||
version: link:../../plugins/process
|
version: link:../../plugins/process
|
||||||
'@tauri-apps/plugin-shell':
|
'@tauri-apps/plugin-shell':
|
||||||
specifier: 2.0.0-beta.3
|
specifier: 2.0.0-beta.4
|
||||||
version: link:../../plugins/shell
|
version: link:../../plugins/shell
|
||||||
'@tauri-apps/plugin-updater':
|
'@tauri-apps/plugin-updater':
|
||||||
specifier: 2.0.0-beta.3
|
specifier: 2.0.0-beta.3
|
||||||
@@ -191,7 +191,7 @@ importers:
|
|||||||
specifier: 2.0.0-beta.11
|
specifier: 2.0.0-beta.11
|
||||||
version: 2.0.0-beta.11
|
version: 2.0.0-beta.11
|
||||||
'@tauri-apps/plugin-deep-link':
|
'@tauri-apps/plugin-deep-link':
|
||||||
specifier: 2.0.0-beta.3
|
specifier: 2.0.0-beta.4
|
||||||
version: link:../..
|
version: link:../..
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@tauri-apps/cli':
|
'@tauri-apps/cli':
|
||||||
|
|||||||
Reference in New Issue
Block a user