diff --git a/.changes/pre.json b/.changes/pre.json index 5914ed91..dd8471fa 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -1,4 +1,7 @@ { "tag": "alpha", - "changes": [] + "changes": [ + ".changes/persisted-scope-fix-oom.md", + ".changes/v2-alpha.md" + ] } diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index e5986443..c5ef8161 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -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 }} diff --git a/Cargo.lock b/Cargo.lock index a5eef68e..8cc31251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/examples/api/CHANGELOG.md b/examples/api/CHANGELOG.md new file mode 100644 index 00000000..4da28c4f --- /dev/null +++ b/examples/api/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[2.0.0-alpha.0] + +### Dependencies + +- Plugins v2 alpha. diff --git a/examples/api/package.json b/examples/api/package.json index bbfe9622..a47f5a82 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -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", diff --git a/examples/api/src-tauri/CHANGELOG.md b/examples/api/src-tauri/CHANGELOG.md new file mode 100644 index 00000000..4da28c4f --- /dev/null +++ b/examples/api/src-tauri/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[2.0.0-alpha.0] + +### Dependencies + +- Plugins v2 alpha. diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index e65c3044..f7ec0eec 100644 --- a/examples/api/src-tauri/Cargo.toml +++ b/examples/api/src-tauri/Cargo.toml @@ -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" diff --git a/plugins/app/CHANGELOG.md b/plugins/app/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/app/CHANGELOG.md @@ -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! diff --git a/plugins/app/Cargo.toml b/plugins/app/Cargo.toml index 521ce69c..4984ae28 100644 --- a/plugins/app/Cargo.toml +++ b/plugins/app/Cargo.toml @@ -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 } diff --git a/plugins/app/package.json b/plugins/app/package.json index 6297bbe5..f875fdb0 100644 --- a/plugins/app/package.json +++ b/plugins/app/package.json @@ -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" diff --git a/plugins/authenticator/CHANGELOG.md b/plugins/authenticator/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/authenticator/CHANGELOG.md @@ -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! diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index c3ca03ca..4ce3b98e 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -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 } diff --git a/plugins/authenticator/package.json b/plugins/authenticator/package.json index 51130faf..08c5a25a 100644 --- a/plugins/authenticator/package.json +++ b/plugins/authenticator/package.json @@ -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": [ diff --git a/plugins/autostart/CHANGELOG.md b/plugins/autostart/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/autostart/CHANGELOG.md @@ -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! diff --git a/plugins/autostart/Cargo.toml b/plugins/autostart/Cargo.toml index 5ff1f3b9..15e757bd 100644 --- a/plugins/autostart/Cargo.toml +++ b/plugins/autostart/Cargo.toml @@ -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" \ No newline at end of file +auto-launch = "0.4" diff --git a/plugins/autostart/package.json b/plugins/autostart/package.json index 6bb53385..5557933d 100644 --- a/plugins/autostart/package.json +++ b/plugins/autostart/package.json @@ -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" diff --git a/plugins/cli/CHANGELOG.md b/plugins/cli/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/cli/CHANGELOG.md @@ -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! diff --git a/plugins/cli/Cargo.toml b/plugins/cli/Cargo.toml index 2988a077..ac5035a8 100644 --- a/plugins/cli/Cargo.toml +++ b/plugins/cli/Cargo.toml @@ -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" ] } diff --git a/plugins/cli/package.json b/plugins/cli/package.json index a4baf1a8..c47c63e4 100644 --- a/plugins/cli/package.json +++ b/plugins/cli/package.json @@ -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" diff --git a/plugins/clipboard/CHANGELOG.md b/plugins/clipboard/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/clipboard/CHANGELOG.md @@ -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! diff --git a/plugins/clipboard/Cargo.toml b/plugins/clipboard/Cargo.toml index 0d3b1e5e..ab7f5f7a 100644 --- a/plugins/clipboard/Cargo.toml +++ b/plugins/clipboard/Cargo.toml @@ -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 } diff --git a/plugins/clipboard/package.json b/plugins/clipboard/package.json index 84b2c998..265fe33b 100644 --- a/plugins/clipboard/package.json +++ b/plugins/clipboard/package.json @@ -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" diff --git a/plugins/dialog/CHANGELOG.md b/plugins/dialog/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/dialog/CHANGELOG.md @@ -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! diff --git a/plugins/dialog/Cargo.toml b/plugins/dialog/Cargo.toml index 60f31dfc..1159ff55 100644 --- a/plugins/dialog/Cargo.toml +++ b/plugins/dialog/Cargo.toml @@ -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" diff --git a/plugins/dialog/package.json b/plugins/dialog/package.json index 1622c1c4..5d83f64d 100644 --- a/plugins/dialog/package.json +++ b/plugins/dialog/package.json @@ -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" diff --git a/plugins/fs/CHANGELOG.md b/plugins/fs/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/fs/CHANGELOG.md @@ -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! diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 59b24d61..e355ff6c 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -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" ] diff --git a/plugins/fs/package.json b/plugins/fs/package.json index 0b520585..071c6f1a 100644 --- a/plugins/fs/package.json +++ b/plugins/fs/package.json @@ -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": [ diff --git a/plugins/global-shortcut/CHANGELOG.md b/plugins/global-shortcut/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/global-shortcut/CHANGELOG.md @@ -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! diff --git a/plugins/global-shortcut/Cargo.toml b/plugins/global-shortcut/Cargo.toml index 927c4337..7ea3ae80 100644 --- a/plugins/global-shortcut/Cargo.toml +++ b/plugins/global-shortcut/Cargo.toml @@ -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 } diff --git a/plugins/global-shortcut/package.json b/plugins/global-shortcut/package.json index 686cb64e..227625c1 100644 --- a/plugins/global-shortcut/package.json +++ b/plugins/global-shortcut/package.json @@ -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" diff --git a/plugins/http/CHANGELOG.md b/plugins/http/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/http/CHANGELOG.md @@ -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! diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index cb67760d..56b78282 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -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" ] } diff --git a/plugins/http/package.json b/plugins/http/package.json index a238bb68..d1fe48e2 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -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" diff --git a/plugins/localhost/CHANGELOG.md b/plugins/localhost/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/localhost/CHANGELOG.md @@ -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! diff --git a/plugins/localhost/Cargo.toml b/plugins/localhost/Cargo.toml index 5f303476..a5586cbe 100644 --- a/plugins/localhost/Cargo.toml +++ b/plugins/localhost/Cargo.toml @@ -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" \ No newline at end of file +http = "0.2" diff --git a/plugins/log/CHANGELOG.md b/plugins/log/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/log/CHANGELOG.md @@ -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! diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 9e4c8508..06a19f4a 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -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"] \ No newline at end of file +colored = [ "fern/colored" ] diff --git a/plugins/log/package.json b/plugins/log/package.json index 575dcfb6..388c7aa6 100644 --- a/plugins/log/package.json +++ b/plugins/log/package.json @@ -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": [ diff --git a/plugins/notification/CHANGELOG.md b/plugins/notification/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/notification/CHANGELOG.md @@ -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! diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index a6660eba..1756baf2 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -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] diff --git a/plugins/notification/package.json b/plugins/notification/package.json index f43df637..1b18b55c 100644 --- a/plugins/notification/package.json +++ b/plugins/notification/package.json @@ -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" diff --git a/plugins/os/CHANGELOG.md b/plugins/os/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/os/CHANGELOG.md @@ -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! diff --git a/plugins/os/Cargo.toml b/plugins/os/Cargo.toml index 5db78b58..8a0d0494 100644 --- a/plugins/os/Cargo.toml +++ b/plugins/os/Cargo.toml @@ -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 } diff --git a/plugins/os/package.json b/plugins/os/package.json index b6022045..e2aae9c2 100644 --- a/plugins/os/package.json +++ b/plugins/os/package.json @@ -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" diff --git a/plugins/persisted-scope/CHANGELOG.md b/plugins/persisted-scope/CHANGELOG.md new file mode 100644 index 00000000..9c19d778 --- /dev/null +++ b/plugins/persisted-scope/CHANGELOG.md @@ -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! diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index ec7ecf86..6b3c92e8 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -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" } diff --git a/plugins/positioner/CHANGELOG.md b/plugins/positioner/CHANGELOG.md index 71199780..f0814299 100644 --- a/plugins/positioner/CHANGELOG.md +++ b/plugins/positioner/CHANGELOG.md @@ -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 diff --git a/plugins/positioner/Cargo.toml b/plugins/positioner/Cargo.toml index 11623b33..25927a26 100644 --- a/plugins/positioner/Cargo.toml +++ b/plugins/positioner/Cargo.toml @@ -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" ] \ No newline at end of file +system-tray = [ "tauri/system-tray" ] diff --git a/plugins/positioner/package.json b/plugins/positioner/package.json index 0dea96d4..2f064127 100644 --- a/plugins/positioner/package.json +++ b/plugins/positioner/package.json @@ -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": [ diff --git a/plugins/process/CHANGELOG.md b/plugins/process/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/process/CHANGELOG.md @@ -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! diff --git a/plugins/process/Cargo.toml b/plugins/process/Cargo.toml index 7a44f481..64e5ab9b 100644 --- a/plugins/process/Cargo.toml +++ b/plugins/process/Cargo.toml @@ -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 } diff --git a/plugins/process/package.json b/plugins/process/package.json index 9f2542ec..d5517cf3 100644 --- a/plugins/process/package.json +++ b/plugins/process/package.json @@ -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" diff --git a/plugins/shell/CHANGELOG.md b/plugins/shell/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/shell/CHANGELOG.md @@ -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! diff --git a/plugins/shell/Cargo.toml b/plugins/shell/Cargo.toml index a9eb609d..2e4134c6 100644 --- a/plugins/shell/Cargo.toml +++ b/plugins/shell/Cargo.toml @@ -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" \ No newline at end of file +os_pipe = "1" diff --git a/plugins/shell/package.json b/plugins/shell/package.json index 56aa7f66..79d2c0c1 100644 --- a/plugins/shell/package.json +++ b/plugins/shell/package.json @@ -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" diff --git a/plugins/single-instance/CHANGELOG.md b/plugins/single-instance/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/single-instance/CHANGELOG.md @@ -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! diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index 2baa69e9..9c4fc139 100644 --- a/plugins/single-instance/Cargo.toml +++ b/plugins/single-instance/Cargo.toml @@ -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" diff --git a/plugins/sql/CHANGELOG.md b/plugins/sql/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/sql/CHANGELOG.md @@ -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! diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index da263e5f..a4ddf0c2 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -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"] \ No newline at end of file +sqlite = [ "sqlx/sqlite" ] +mysql = [ "sqlx/mysql" ] +postgres = [ "sqlx/postgres" ] diff --git a/plugins/sql/package.json b/plugins/sql/package.json index 86342845..faea80a8 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -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": [ diff --git a/plugins/store/CHANGELOG.md b/plugins/store/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/store/CHANGELOG.md @@ -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! diff --git a/plugins/store/Cargo.toml b/plugins/store/Cargo.toml index 3386b9fb..a2ec5226 100644 --- a/plugins/store/Cargo.toml +++ b/plugins/store/Cargo.toml @@ -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 } \ No newline at end of file +thiserror = { workspace = true } diff --git a/plugins/store/package.json b/plugins/store/package.json index 00882a96..9bfaabe1 100644 --- a/plugins/store/package.json +++ b/plugins/store/package.json @@ -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": [ diff --git a/plugins/stronghold/CHANGELOG.md b/plugins/stronghold/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/stronghold/CHANGELOG.md @@ -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! diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index 80d04b0f..6dfb18f6 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -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" \ No newline at end of file +rusty-fork = "0.3" diff --git a/plugins/stronghold/package.json b/plugins/stronghold/package.json index 04c0aacd..e4c7fc2d 100644 --- a/plugins/stronghold/package.json +++ b/plugins/stronghold/package.json @@ -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": [ diff --git a/plugins/updater/CHANGELOG.md b/plugins/updater/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/updater/CHANGELOG.md @@ -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! diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index 3230da31..ccd767ac 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -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" diff --git a/plugins/updater/package.json b/plugins/updater/package.json index 7de4db59..1117938d 100644 --- a/plugins/updater/package.json +++ b/plugins/updater/package.json @@ -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" diff --git a/plugins/upload/CHANGELOG.md b/plugins/upload/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/upload/CHANGELOG.md @@ -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! diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index 787a072c..0f4da100 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -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" ] \ No newline at end of file +rustls-tls = [ "reqwest/rustls-tls" ] diff --git a/plugins/upload/package.json b/plugins/upload/package.json index 6bc205bb..67ecc76d 100644 --- a/plugins/upload/package.json +++ b/plugins/upload/package.json @@ -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": [ diff --git a/plugins/websocket/CHANGELOG.md b/plugins/websocket/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/websocket/CHANGELOG.md @@ -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! diff --git a/plugins/websocket/Cargo.toml b/plugins/websocket/Cargo.toml index 3ab8ddb3..98251f41 100644 --- a/plugins/websocket/Cargo.toml +++ b/plugins/websocket/Cargo.toml @@ -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] diff --git a/plugins/websocket/package.json b/plugins/websocket/package.json index e2fc865c..7cc1628b 100644 --- a/plugins/websocket/package.json +++ b/plugins/websocket/package.json @@ -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" diff --git a/plugins/window-state/CHANGELOG.md b/plugins/window-state/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/window-state/CHANGELOG.md @@ -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! diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index cd5cc835..b1f6c802 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -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 } diff --git a/plugins/window-state/package.json b/plugins/window-state/package.json index 01f524d8..060ae802 100644 --- a/plugins/window-state/package.json +++ b/plugins/window-state/package.json @@ -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": [ diff --git a/plugins/window/CHANGELOG.md b/plugins/window/CHANGELOG.md new file mode 100644 index 00000000..a70b10ec --- /dev/null +++ b/plugins/window/CHANGELOG.md @@ -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! diff --git a/plugins/window/Cargo.toml b/plugins/window/Cargo.toml index e274079a..140e1895 100644 --- a/plugins/window/Cargo.toml +++ b/plugins/window/Cargo.toml @@ -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 = [ ] diff --git a/plugins/window/package.json b/plugins/window/package.json index 2de9b3bb..1de59aeb 100644 --- a/plugins/window/package.json +++ b/plugins/window/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 96d380f5..3d0bc376 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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