Publish New Versions (v2) (#374)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
pull/398/head
github-actions[bot] 2 years ago committed by GitHub
parent 37d65620f1
commit a2d68e04a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,7 @@
{
"tag": "alpha",
"changes": []
"changes": [
".changes/persisted-scope-fix-oom.md",
".changes/v2-alpha.md"
]
}

@ -33,6 +33,11 @@ jobs:
version: 7.x.x
run_install: true
- name: install webkit2gtk and libudev for [authenticator]
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
- name: cargo login
run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }}

54
Cargo.lock generated

@ -206,7 +206,7 @@ checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "api"
version = "0.1.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"serde",
@ -5103,14 +5103,14 @@ dependencies = [
[[package]]
name = "tauri-plugin-app"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"tauri",
]
[[package]]
name = "tauri-plugin-authenticator"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"authenticator",
"base64 0.21.0",
@ -5129,7 +5129,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-autostart"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"auto-launch",
"log",
@ -5141,7 +5141,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-cli"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"clap",
"log",
@ -5153,7 +5153,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-clipboard"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"arboard",
"log",
@ -5166,7 +5166,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-dialog"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"glib",
"log",
@ -5182,7 +5182,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-fs"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"anyhow",
"glob",
@ -5196,7 +5196,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-global-shortcut"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"global-hotkey",
"log",
@ -5208,7 +5208,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-http"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"bytes 1.4.0",
"glob",
@ -5225,7 +5225,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-localhost"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"http",
"log",
@ -5238,7 +5238,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-log"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"android_logger",
"byte-unit",
@ -5257,7 +5257,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-notification"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"notify-rust",
@ -5275,7 +5275,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-os"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"os_info",
@ -5288,7 +5288,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-persisted-scope"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"aho-corasick 1.0.1",
"bincode",
@ -5302,7 +5302,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-positioner"
version = "1.0.4"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"serde",
@ -5314,14 +5314,14 @@ dependencies = [
[[package]]
name = "tauri-plugin-process"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"tauri",
]
[[package]]
name = "tauri-plugin-shell"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"encoding_rs",
"log",
@ -5337,7 +5337,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-single-instance"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"serde",
@ -5350,7 +5350,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-sql"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"futures-core",
"log",
@ -5365,7 +5365,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-store"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"log",
"serde",
@ -5376,7 +5376,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-stronghold"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"hex",
"iota-crypto 0.17.1",
@ -5393,7 +5393,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-updater"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"base64 0.21.0",
"dirs-next",
@ -5421,7 +5421,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-upload"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"futures-util",
"log",
@ -5437,7 +5437,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-websocket"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"futures-util",
"log",
@ -5452,7 +5452,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"serde",
"tauri",
@ -5461,7 +5461,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-window-state"
version = "1.0.0"
version = "2.0.0-alpha.0"
dependencies = [
"bincode",
"bitflags 2.2.1",

@ -0,0 +1,7 @@
# Changelog
## \[2.0.0-alpha.0]
### Dependencies
- Plugins v2 alpha.

@ -1,6 +1,7 @@
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"version": "2.0.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
@ -10,19 +11,19 @@
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.4",
"@zerodevx/svelte-json-view": "0.2.1",
"@tauri-apps/plugin-app": "1.0.0",
"@tauri-apps/plugin-cli": "1.0.0",
"@tauri-apps/plugin-clipboard": "1.0.0",
"@tauri-apps/plugin-dialog": "1.0.0",
"@tauri-apps/plugin-fs": "1.0.0",
"@tauri-apps/plugin-global-shortcut": "1.0.0",
"@tauri-apps/plugin-http": "1.0.0",
"@tauri-apps/plugin-notification": "1.0.0",
"@tauri-apps/plugin-os": "1.0.0",
"@tauri-apps/plugin-process": "1.0.0",
"@tauri-apps/plugin-shell": "1.0.0",
"@tauri-apps/plugin-updater": "1.0.0",
"@tauri-apps/plugin-window": "1.0.0"
"@tauri-apps/plugin-app": "2.0.0-alpha.0",
"@tauri-apps/plugin-cli": "2.0.0-alpha.0",
"@tauri-apps/plugin-clipboard": "2.0.0-alpha.0",
"@tauri-apps/plugin-dialog": "2.0.0-alpha.0",
"@tauri-apps/plugin-fs": "2.0.0-alpha.0",
"@tauri-apps/plugin-global-shortcut": "2.0.0-alpha.0",
"@tauri-apps/plugin-http": "2.0.0-alpha.0",
"@tauri-apps/plugin-notification": "2.0.0-alpha.0",
"@tauri-apps/plugin-os": "2.0.0-alpha.0",
"@tauri-apps/plugin-process": "2.0.0-alpha.0",
"@tauri-apps/plugin-shell": "2.0.0-alpha.0",
"@tauri-apps/plugin-updater": "2.0.0-alpha.0",
"@tauri-apps/plugin-window": "2.0.0-alpha.0"
},
"devDependencies": {
"@iconify-json/codicon": "^1.1.10",

@ -0,0 +1,7 @@
# Changelog
## \[2.0.0-alpha.0]
### Dependencies
- Plugins v2 alpha.

@ -1,49 +1,50 @@
[package]
name = "api"
version = "0.1.0"
publish = false
version = "2.0.0-alpha.0"
description = "An example Tauri Application showcasing the api"
edition = "2021"
rust-version = "1.65"
license = "Apache-2.0 OR MIT"
[lib]
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = [ "staticlib", "cdylib", "rlib" ]
[build-dependencies]
tauri-build = { workspace = true, features = ["codegen", "isolation"] }
tauri-build = { workspace = true, features = [ "codegen", "isolation" ] }
[dependencies]
serde_json = { workspace = true }
serde = { workspace = true }
tiny_http = "0.11"
log = { workspace = true }
tauri-plugin-app = { path = "../../../plugins/app", version = "1.0.0" }
tauri-plugin-log = { path = "../../../plugins/log", version = "1.0.0" }
tauri-plugin-fs = { path = "../../../plugins/fs", version = "1.0.0" }
tauri-plugin-clipboard = { path = "../../../plugins/clipboard", version = "1.0.0" }
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "1.0.0" }
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "1.0.0" }
tauri-plugin-notification = { path = "../../../plugins/notification", version = "1.0.0", features = [ "windows7-compat" ] }
tauri-plugin-os = { path = "../../../plugins/os", version = "1.0.0" }
tauri-plugin-process = { path = "../../../plugins/process", version = "1.0.0" }
tauri-plugin-shell = { path = "../../../plugins/shell", version = "1.0.0" }
tauri-plugin-window = { path = "../../../plugins/window", version = "1.0.0", features = ["devtools", "icon-ico", "icon-png"] }
tauri-plugin-app = { path = "../../../plugins/app", version = "2.0.0-alpha.0" }
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-alpha.0" }
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-alpha.0" }
tauri-plugin-clipboard = { path = "../../../plugins/clipboard", version = "2.0.0-alpha.0" }
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-alpha.0" }
tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart" ], version = "2.0.0-alpha.0" }
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-alpha.0", features = [ "windows7-compat" ] }
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-alpha.0" }
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-alpha.0" }
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-alpha.0" }
tauri-plugin-window = { path = "../../../plugins/window", version = "2.0.0-alpha.0", features = [ "devtools", "icon-ico", "icon-png" ] }
[dependencies.tauri]
workspace = true
features = [
[dependencies.tauri]
workspace = true
features = [
"icon-ico",
"icon-png",
"isolation",
"macos-private-api",
"system-tray",
"protocol-asset",
"protocol-asset"
]
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
tauri-plugin-cli = { path = "../../../plugins/cli", version = "1.0.0" }
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "1.0.0" }
tauri-plugin-updater = { path = "../../../plugins/updater", version = "1.0.0" }
tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.0.0-alpha.0" }
tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.0.0-alpha.0" }
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-alpha.0" }
[target."cfg(target_os = \"windows\")".dependencies]
window-shadows = "0.2"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-app"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-app",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-authenticator"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Use hardware security-keys in your Tauri App."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-authenticator",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Use hardware security-keys in your Tauri App.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,18 +1,16 @@
[package]
name = "tauri-plugin-autostart"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Automatically launch your application at startup."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
auto-launch = "0.4"
auto-launch = "0.4"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-autostart",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-cli"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@ -11,4 +11,4 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
clap = { version = "4", features = ["string"] }
clap = { version = "4", features = [ "string" ] }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-cli",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-clipboard"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-clipboard",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,20 +1,18 @@
[package]
name = "tauri-plugin-dialog"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-dialog"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "1.0.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.0" }
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
glib = "0.16"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-dialog",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,23 +1,21 @@
[package]
name = "tauri-plugin-fs"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Access the file system."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
anyhow = "1"
uuid = { version = "1", features = ["v4"] }
uuid = { version = "1", features = [ "v4" ] }
glob = "0.3"
notify = { version = "5", optional = true, features = ["serde"] }
notify-debouncer-mini = { version = "0.2.1", optional = true, features = ["serde"] }
notify = { version = "5", optional = true, features = [ "serde" ] }
notify-debouncer-mini = { version = "0.2.1", optional = true, features = [ "serde" ] }
[features]
watch = ["notify", "notify-debouncer-mini"]
watch = [ "notify", "notify-debouncer-mini" ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-fs",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Access the file system.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-global-shortcut"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-global-shortcut",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@ -10,7 +10,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "1.0.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.0" }
glob = "0.3"
rand = "0.8"
bytes = { version = "1", features = [ "serde" ] }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-http",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-localhost"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Expose your apps assets through a localhost server instead of the default custom protocol."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -16,4 +14,4 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
tiny_http = "0.12"
http = "0.2"
http = "0.2"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-log"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Configurable logging for your Tauri app."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { workspace = true }
@ -18,8 +16,8 @@ serde_json = { workspace = true }
tauri = { workspace = true }
serde_repr = "0.1"
byte-unit = "4.0"
log = { workspace = true, features = ["kv_unstable"] }
time = { version = "0.3", features = ["formatting", "local-offset"] }
log = { workspace = true, features = [ "kv_unstable" ] }
time = { version = "0.3", features = [ "formatting", "local-offset" ] }
fern = "0.6"
[target."cfg(target_os = \"android\")".dependencies]
@ -31,4 +29,4 @@ objc = "0.2"
cocoa = "0.24"
[features]
colored = ["fern/colored"]
colored = [ "fern/colored" ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-log",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Configurable logging for your Tauri app.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,13 +1,11 @@
[package]
name = "tauri-plugin-notification"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-notification"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { workspace = true }
@ -18,8 +16,8 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
rand = "0.8"
time = { version = "0.3", features = ["serde", "parsing", "formatting"] }
url = { version = "2", features = ["serde"] }
time = { version = "0.3", features = [ "serde", "parsing", "formatting" ] }
url = { version = "2", features = [ "serde" ] }
serde_repr = "0.1"
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-notification",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-os"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-os",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,6 @@
# Changelog
## \[2.0.0-alpha.0]
- [`ebb2eb2`](https://github.com/tauri-apps/plugins-workspace/commit/ebb2eb2fe2ebfbb70530d16a983d396aa5829aa1)([#274](https://github.com/tauri-apps/plugins-workspace/pull/274)) Recursively unescape saved patterns before allowing/forbidding them. This effectively prevents `.persisted-scope` files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -17,4 +15,4 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1.0"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "1.0.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.0" }

@ -1,5 +1,9 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!
## \[0.2.7]
- Update Tauri to v1.0.0

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-positioner"
version = "1.0.4"
version = "2.0.0-alpha.0"
description = "Position your windows at well-known locations."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -18,4 +16,4 @@ thiserror = { workspace = true }
serde_repr = "0.1"
[features]
system-tray = [ "tauri/system-tray" ]
system-tray = [ "tauri/system-tray" ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-positioner",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Position your windows at well-known locations.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-process"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-process",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-shell"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@ -15,4 +15,4 @@ shared_child = "1"
regex = "1"
open = "4"
encoding_rs = "0.8"
os_pipe = "1"
os_pipe = "1"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-shell",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-single-instance"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Ensure a single instance of your tauri app is running."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = [ "/examples" ]
[dependencies]
serde = { workspace = true }
@ -17,17 +15,17 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.48"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_Security",
"Win32_System_LibraryLoader",
"Win32_Graphics_Gdi",
"Win32_System_Threading",
"Win32_System_DataExchange",
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_Security",
"Win32_System_LibraryLoader",
"Win32_Graphics_Gdi"
]
[target.'cfg(target_os = "linux")'.dependencies]
[target."cfg(target_os = \"linux\")".dependencies]
zbus = "3"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-sql"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Interface with SQL databases."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -16,11 +14,11 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
futures-core = "0.3"
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "json", "time"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "json", "time" ] }
time = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1", features = [ "sync" ] }
[features]
sqlite = ["sqlx/sqlite"]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = [ "sqlx/sqlite" ]
mysql = [ "sqlx/mysql" ]
postgres = [ "sqlx/postgres" ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-sql",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Interface with SQL databases",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,17 +1,15 @@
[package]
name = "tauri-plugin-store"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Simple, persistent key-value store."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
thiserror = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-store",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Simple, persistent key-value store.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-stronghold"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Store secrets and keys using the IOTA Stronghold encrypted database."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -18,8 +16,8 @@ thiserror = { workspace = true }
iota_stronghold = "1"
iota-crypto = "0.17"
hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }
zeroize = { version = "1", features = [ "zeroize_derive" ] }
[dev-dependencies]
rand = "0.8"
rusty-fork = "0.3"
rusty-fork = "0.3"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-stronghold",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Store secrets and keys using the IOTA Stronghold encrypted database.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-updater"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@ -10,7 +10,6 @@ tauri = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = "1"
reqwest = { version = "0.11", default-features = false, features = [ "json", "stream" ] }
url = "2"

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-updater",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-upload"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Upload files from disk to a remote server over HTTP."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -24,4 +22,4 @@ read-progress-stream = "1.0.0"
[features]
native-tls = [ "reqwest/native-tls" ]
native-tls-vendored = [ "reqwest/native-tls-vendored" ]
rustls-tls = [ "reqwest/rustls-tls" ]
rustls-tls = [ "reqwest/rustls-tls" ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-upload",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Upload files from disk to a remote server over HTTP.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,13 +1,11 @@
[package]
name = "tauri-plugin-websocket"
version = "1.0.0"
version = "2.0.0-alpha.0"
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
exclude = [ "/examples" ]
[dependencies]
serde = { workspace = true }
@ -17,7 +15,7 @@ log = { workspace = true }
thiserror = { workspace = true }
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio = { version = "1", features = [ "net", "sync" ] }
tokio-tungstenite = { version = "0.18" }
[features]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-websocket",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-window-state"
version = "1.0.0"
version = "2.0.0-alpha.0"
description = "Save window positions and sizes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-window-state",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"description": "Save window positions and sizes and restore them when the app is reopened.",
"license": "MIT or APACHE-2.0",
"authors": [

@ -0,0 +1,5 @@
# Changelog
## \[2.0.0-alpha.0]
- [`717ae67`](https://github.com/tauri-apps/plugins-workspace/commit/717ae670978feb4492fac1f295998b93f2b9347f)([#371](https://github.com/tauri-apps/plugins-workspace/pull/371)) First v2 alpha release!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-window"
version = "1.0.0"
version = "2.0.0-alpha.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
@ -11,6 +11,6 @@ serde = { workspace = true }
thiserror = { workspace = true }
[features]
icon-png = ["tauri/icon-png"]
icon-ico = ["tauri/icon-ico"]
devtools = []
icon-png = [ "tauri/icon-png" ]
icon-ico = [ "tauri/icon-ico" ]
devtools = [ ]

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-window",
"version": "1.0.0",
"version": "2.0.0-alpha.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"

@ -59,43 +59,43 @@ importers:
specifier: 2.0.0-alpha.4
version: 2.0.0-alpha.4
'@tauri-apps/plugin-app':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/app
'@tauri-apps/plugin-cli':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/cli
'@tauri-apps/plugin-clipboard':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/clipboard
'@tauri-apps/plugin-dialog':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/dialog
'@tauri-apps/plugin-fs':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/fs
'@tauri-apps/plugin-global-shortcut':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/global-shortcut
'@tauri-apps/plugin-http':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/http
'@tauri-apps/plugin-notification':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/notification
'@tauri-apps/plugin-os':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/os
'@tauri-apps/plugin-process':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/process
'@tauri-apps/plugin-shell':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/shell
'@tauri-apps/plugin-updater':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/updater
'@tauri-apps/plugin-window':
specifier: 1.0.0
specifier: 2.0.0-alpha.0
version: link:../../plugins/window
'@zerodevx/svelte-json-view':
specifier: 0.2.1

Loading…
Cancel
Save