diff --git a/.changes/api-remove-ts-files.md b/.changes/api-remove-ts-files.md deleted file mode 100644 index 8497514e9..000000000 --- a/.changes/api-remove-ts-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": patch ---- - -Remove `.ts` files on the published package. diff --git a/.changes/api-window-type-for-size-and-position.md b/.changes/api-window-type-for-size-and-position.md deleted file mode 100644 index 0b7818c1f..000000000 --- a/.changes/api-window-type-for-size-and-position.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"api": patch ---- - -`WindowManager` methods `innerPosition` `outerPosition` now correctly return instance of `PhysicalPosition`. -`WindowManager` methods `innerSize` `outerSize` now correctly return instance of `PhysicalSize`. diff --git a/.changes/app-folder-structure.md b/.changes/app-folder-structure.md deleted file mode 100644 index c4396de4d..000000000 --- a/.changes/app-folder-structure.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.js": patch -"cli.rs": patch ---- - -Do not force Tauri application code on `src-tauri` folder and use a glob pattern to look for a subfolder with a `tauri.conf.json` file. diff --git a/.changes/before-script-envs.md b/.changes/before-script-envs.md deleted file mode 100644 index 792f21f9d..000000000 --- a/.changes/before-script-envs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": patch ---- - -Define `PLATFORM`, `ARCH`, `FAMILY` and `PLATFORM_TYPE` environment variables for the `beforeDevCommand` and `beforeBuildCommand` scripts. diff --git a/.changes/clap-beta.4-core.md b/.changes/clap-beta.4-core.md deleted file mode 100644 index bc371dabe..000000000 --- a/.changes/clap-beta.4-core.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Change `Error::ParseCliArguments(clap::Error)` to `Error::ParseCliArguments(String)` because `clap::Error` is not `Send`. diff --git a/.changes/clap-beta.4.md b/.changes/clap-beta.4.md deleted file mode 100644 index d29f9f87f..000000000 --- a/.changes/clap-beta.4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": patch ---- - -Change `CliArg` numeric types from `u64` to `usize`. diff --git a/.changes/cli.js-cjs-output.md b/.changes/cli.js-cjs-output.md deleted file mode 100644 index 53bf7d818..000000000 --- a/.changes/cli.js-cjs-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.js": patch ---- - -Added CommonJS output to the `dist` folder. diff --git a/.changes/cli.rs-build-tools-info.md b/.changes/cli.rs-build-tools-info.md deleted file mode 100644 index 6165773ca..000000000 --- a/.changes/cli.rs-build-tools-info.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": patch ---- - -Add `Visual Studio Build Tools` installed versions to the `info` command output. diff --git a/.changes/core-path-endpoint-path-doesnt-exist-error.md b/.changes/core-path-endpoint-path-doesnt-exist-error.md deleted file mode 100644 index 2a2d24bd0..000000000 --- a/.changes/core-path-endpoint-path-doesnt-exist-error.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri": patch -"api": patch ---- - -Now `resolve()`, `join()` and `normalize()` from the `path` module, won't throw errors if the path doesn't exist, which matches NodeJS behavior. diff --git a/.changes/cta-add-empty-description-for-rust-dominator.md b/.changes/cta-add-empty-description-for-rust-dominator.md deleted file mode 100644 index 8de51d273..000000000 --- a/.changes/cta-add-empty-description-for-rust-dominator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-tauri-app": patch ---- - -Add empty description to Cargo.toml in dominator recipe. \ No newline at end of file diff --git a/.changes/cta-solid-recipe.md b/.changes/cta-solid-recipe.md deleted file mode 100644 index 6dccde7d7..000000000 --- a/.changes/cta-solid-recipe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-tauri-app': patch ---- - -Add SolidJS recipe using the official template. diff --git a/.changes/fix-focus-blur-events-wry.md b/.changes/fix-focus-blur-events-wry.md deleted file mode 100644 index a853b593c..000000000 --- a/.changes/fix-focus-blur-events-wry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-runtime-wry": patch -"tauri": patch ---- - -Fixes `WindowEvent::Focus` and `WindowEvent::Blur` events not firing. diff --git a/.changes/fix-focus-blur-events.md b/.changes/fix-focus-blur-events.md deleted file mode 100644 index 1d14f5c96..000000000 --- a/.changes/fix-focus-blur-events.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Fixes `tauri://focus` and `tauri://blur` events not firing. diff --git a/.changes/fix-linux-resource-path.md b/.changes/fix-linux-resource-path.md deleted file mode 100644 index 7b684afd5..000000000 --- a/.changes/fix-linux-resource-path.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-utils": patch -"tauri": patch ---- - -Fixes resource directory resolution on Linux. diff --git a/.changes/fix-out-dir-detection.md b/.changes/fix-out-dir-detection.md deleted file mode 100644 index 4d58c009a..000000000 --- a/.changes/fix-out-dir-detection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": patch ---- - -Fixes output directory detection when using Cargo workspaces. diff --git a/.changes/fix-tray-command.md b/.changes/fix-tray-command.md deleted file mode 100644 index 6de01cedc..000000000 --- a/.changes/fix-tray-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Initialize system tray before windows so `tray_handle` can be accessed on command handlers. diff --git a/.changes/main-thread-api-calls.md b/.changes/main-thread-api-calls.md deleted file mode 100644 index a9bddb9fe..000000000 --- a/.changes/main-thread-api-calls.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri": patch -"tauri-runtime-wry": patch ---- - -Allow window, global shortcut and clipboard APIs to be called on the main thread. diff --git a/.changes/mutable-callbacks.md b/.changes/mutable-callbacks.md deleted file mode 100644 index 979bd92c5..000000000 --- a/.changes/mutable-callbacks.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri-runtime-wry": minor -"tauri-runtime": minor -"tauri": minor ---- - -Change event loop callbacks definition to allow callers to move in mutable values. \ No newline at end of file diff --git a/.changes/plugin-command.md b/.changes/plugin-command.md deleted file mode 100644 index 9028ea4b8..000000000 --- a/.changes/plugin-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": patch ---- - -Added `$ tauri init plugin` command, which initializes a Tauri plugin. diff --git a/.changes/plugin-on_event.md b/.changes/plugin-on_event.md deleted file mode 100644 index d844fd78d..000000000 --- a/.changes/plugin-on_event.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Added `on_event` on the `Plugin` trait, which allows a plugin to react to the event loop. diff --git a/.changes/refactor-create-tao-window.md b/.changes/refactor-create-tao-window.md deleted file mode 100644 index 8bad9c78b..000000000 --- a/.changes/refactor-create-tao-window.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-runtime-wry": patch -"tauri": patch ---- - -Refactor `create_tao_window` API to return `Weak` instead of `Arc`. diff --git a/.changes/simplify-window-label-types.md b/.changes/simplify-window-label-types.md deleted file mode 100644 index 5aab845e1..000000000 --- a/.changes/simplify-window-label-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": patch ---- - -Change `WindowLabel` type to `string`. diff --git a/.changes/tooling-fix-pnpm-info-error.md b/.changes/tooling-fix-pnpm-info-error.md deleted file mode 100644 index f5494b341..000000000 --- a/.changes/tooling-fix-pnpm-info-error.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cli.rs': patch ---- - -Fixes pnpm error when running `pnpm tauri info`. diff --git a/.changes/unlisten.md b/.changes/unlisten.md deleted file mode 100644 index d60cce4ad..000000000 --- a/.changes/unlisten.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Adds `unlisten` function to the `Window` struct. diff --git a/.changes/webview2-com.md b/.changes/webview2-com.md deleted file mode 100644 index bddac4929..000000000 --- a/.changes/webview2-com.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri": patch -"tauri-runtime": patch -"tauri-runtime-wry": patch ---- - -Replace all of the `winapi` crate references with the `windows` crate, and replace `webview2` and `webview2-sys` with `webview2-com` and `webview2-com-sys` built with the `windows` crate. This goes along with updates to the TAO and WRY `next` branches. \ No newline at end of file diff --git a/.changes/windows-null.md b/.changes/windows-null.md deleted file mode 100644 index 532322bb0..000000000 --- a/.changes/windows-null.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-runtime-wry": patch ---- - -This is a temporary fix of null pointer crash on `get_content` of web resource request. -We will switch it back once upstream is updated. diff --git a/.changes/wix-registry-keys.md b/.changes/wix-registry-keys.md deleted file mode 100644 index f9930f3d4..000000000 --- a/.changes/wix-registry-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch ---- - -Fix registry keys on the WiX template. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f01d7cd8e..55e8e4861 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve Tauri title: '' -labels: 'type: bug' +labels: bug assignees: '' --- @@ -11,8 +11,8 @@ assignees: ''