Parcourir la source

chore(changes): delete change files from 1.4 release (#7238)

Lucas Fernandes Nogueira il y a 2 ans
Parent
commit
84695cb83b
61 fichiers modifiés avec 1 ajouts et 319 suppressions
  1. 0 5
      .changes/add-tauri-get-version.md
  2. 0 5
      .changes/add-webview-version.md
  3. 0 5
      .changes/api-js-os-locale.md
  4. 0 5
      .changes/api-rs-os-locale.md
  5. 0 6
      .changes/appimage-follow-symlinks.md
  6. 0 6
      .changes/cli-autoreload-mime-type.md
  7. 0 5
      .changes/cli-profile.md
  8. 0 6
      .changes/cli-windows-arm64.md
  9. 0 5
      .changes/clijs-node-version-20.md
  10. 0 5
      .changes/config-require-literal_leading_dot.md
  11. 0 5
      .changes/config-scope-url.md
  12. 0 5
      .changes/core-asset-protocol-streaming-crash.md
  13. 0 5
      .changes/core-ipc-failed-navigation.md
  14. 0 5
      .changes/core-navigation-handler.md
  15. 0 5
      .changes/core-updater-204-js-event.md
  16. 0 5
      .changes/core-window-config.md
  17. 0 5
      .changes/core-windows-notification-sound.md
  18. 0 7
      .changes/deb-custom-desktop-file-config.md
  19. 0 5
      .changes/deb-custom-desktop-file.md
  20. 0 5
      .changes/disable-window-controls-api-options.md
  21. 0 5
      .changes/disable-window-controls-api.md
  22. 0 5
      .changes/disable-window-controls-config.md
  23. 0 6
      .changes/disable-window-controls-runtime-builder.md
  24. 0 6
      .changes/disable-window-controls-runtime-window.md
  25. 0 5
      .changes/disable-window-controls-window-builder.md
  26. 0 5
      .changes/disable-window-controls-window.md
  27. 0 5
      .changes/early-panic-for-png-not-rgba.md
  28. 0 6
      .changes/feat-shell-completions.md
  29. 0 5
      .changes/fix-cursor-icon-zoomin.md
  30. 0 6
      .changes/fix-feature-removal.md
  31. 0 5
      .changes/improve-async-cmd-error-message.md
  32. 0 5
      .changes/is_focused-api.md
  33. 0 6
      .changes/is_focused-runtime.md
  34. 0 5
      .changes/is_focused-tauri.md
  35. 0 5
      .changes/mime-type.md
  36. 0 5
      .changes/nsis-accurate-app-size.md
  37. 0 5
      .changes/nsis-branding.md
  38. 0 7
      .changes/nsis-custom-language-files.md
  39. 0 8
      .changes/nsis-custom-template.md
  40. 0 5
      .changes/nsis-dutch.md
  41. 0 5
      .changes/nsis-encoding.md
  42. 0 5
      .changes/nsis-install-mode-args.md
  43. 0 5
      .changes/nsis-japanese.md
  44. 0 5
      .changes/nsis-korean.md
  45. 0 5
      .changes/nsis-passive-mode.md
  46. 0 5
      .changes/nsis-persian.md
  47. 0 5
      .changes/nsis-restart-flag.md
  48. 0 5
      .changes/nsis-restore-installation-path.md
  49. 0 5
      .changes/nsis-silent-kill.md
  50. 0 5
      .changes/nsis-swedish.md
  51. 0 5
      .changes/nsis-turkish.md
  52. 0 5
      .changes/nsis-uninstall-wix.md
  53. 0 5
      .changes/nsis-updater-restart.md
  54. 0 3
      .changes/pre.json
  55. 0 6
      .changes/rustls-default.md
  56. 0 5
      .changes/tauri-build-shortdesc-copyright.md
  57. 0 5
      .changes/tauri-info-msvc-detection.md
  58. 0 5
      .changes/tray_get_item.md
  59. 0 9
      .changes/unpin-deps.md
  60. 0 5
      .changes/webview-attributes-from-window-config-impl.md
  61. 1 1
      tooling/bundler/Cargo.toml

+ 0 - 5
.changes/add-tauri-get-version.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Added `tauri::VERSION` const to get Tauri's version from Rust.

+ 0 - 5
.changes/add-webview-version.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Added `tauri::webview_version` , to get webview version.

+ 0 - 5
.changes/api-js-os-locale.md

@@ -1,5 +0,0 @@
----
-'@tauri-apps/api': 'patch:enhance'
----
-
-Add `locale` function in the `os` module to get the system locale.

+ 0 - 5
.changes/api-rs-os-locale.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:enhance"
----
-
-Add `tauri::api::os::locale` function to get the system locale.

+ 0 - 6
.changes/appimage-follow-symlinks.md

@@ -1,6 +0,0 @@
----
-'tauri-bundler': 'patch:bug'
----
-
-- Updated the AppImage bundler to follow symlinks for `/usr/lib*`.
-- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the `/usr/lib64` is a symlink to `/usr/lib`.

+ 0 - 6
.changes/cli-autoreload-mime-type.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'patch:bug'
-'@tauri-apps/cli': 'patch:bug'
----
-
-Fix built-in devserver adding hot-reload code to non-html files.

+ 0 - 5
.changes/cli-profile.md

@@ -1,5 +0,0 @@
----
-'tauri-cli': 'patch:bug'
----
-
-Fix building with a custom cargo profile

+ 0 - 6
.changes/cli-windows-arm64.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'minor:feat'
-'@tauri-apps/cli': 'minor:feat'
----
-
-Provide prebuilt CLIs for Windows ARM64 targets.

+ 0 - 5
.changes/clijs-node-version-20.md

@@ -1,5 +0,0 @@
----
-'@tauri-apps/cli': 'patch:bug'
----
-
-Fix nodejs binary regex when `0` is in the version name, for example `node-20`

+ 0 - 5
.changes/config-require-literal_leading_dot.md

@@ -1,5 +0,0 @@
----
-'tauri-utils': 'minor:feat'
----
-
-Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.

+ 0 - 5
.changes/config-scope-url.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:bug'
----
-
-Fix parsing `allowlist > http > scope` urls that added a trailing slash which broke matching the incoming requests url.

+ 0 - 5
.changes/core-asset-protocol-streaming-crash.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:enhance'
----
-
-Enhance the `asset` protocol to support streaming of large files.

+ 0 - 5
.changes/core-ipc-failed-navigation.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:bug'
----
-
-Fix IPC failing after a failed navigation to an external URL.

+ 0 - 5
.changes/core-navigation-handler.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:bug'
----
-
-Fix `WindowBuilder::on_navigation` handler not registered properly.

+ 0 - 5
.changes/core-updater-204-js-event.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:bug'
----
-
-Emit `UPTODATE` update status to javascript when the updater server returns status code `204`

+ 0 - 5
.changes/core-window-config.md

@@ -1,5 +0,0 @@
----
-'tauri': 'patch:enhance'
----
-
-Fix some configurations not applied when creating the window through Javascript.

+ 0 - 5
.changes/core-windows-notification-sound.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:enhance"
----
-
-Play a sound when showing a notification on Windows.

+ 0 - 7
.changes/deb-custom-desktop-file-config.md

@@ -1,7 +0,0 @@
----
-"tauri-utils": 'patch:enhance'
-"tauri-cli": 'patch:enhance'
-"@tauri-apps/cli": 'patch:enhance'
----
-
-Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`.

+ 0 - 5
.changes/deb-custom-desktop-file.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": "minor:feat"
----
-
-Added `desktop_template` option on `DebianSettings`.

+ 0 - 5
.changes/disable-window-controls-api-options.md

@@ -1,5 +0,0 @@
----
-'@tauri-apps/api': 'minor:feat'
----
-
-Added the `maximizable`, `minimizable` and `closable` fields on `WindowOptions`.

+ 0 - 5
.changes/disable-window-controls-api.md

@@ -1,5 +0,0 @@
----
-'@tauri-apps/api': 'minor:feat'
----
-
-Added the `setMaximizable`, `setMinimizable`, `setClosable`, `isMaximizable`, `isMinimizable` and `isClosable` methods.

+ 0 - 5
.changes/disable-window-controls-config.md

@@ -1,5 +0,0 @@
----
-'tauri-utils': 'minor:feat'
----
-
-Added the `maximizable`, `minimizable` and `closable` options to the window configuration.

+ 0 - 6
.changes/disable-window-controls-runtime-builder.md

@@ -1,6 +0,0 @@
----
-'tauri-runtime-wry': 'minor:feat'
-'tauri-runtime': 'minor:feat'
----
-
-Added the `maximizable`, `minimizable` and `closable` methods to `WindowBuilder`.

+ 0 - 6
.changes/disable-window-controls-runtime-window.md

@@ -1,6 +0,0 @@
----
-'tauri-runtime-wry': 'minor:feat'
-'tauri-runtime': 'minor:feat'
----
-
-Added `set_maximizable`, `set_minimizable`, `set_closable`, `is_maximizable`, `is_minimizable` and `is_closable` methods to the `Dispatch` trait.

+ 0 - 5
.changes/disable-window-controls-window-builder.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Added the `maximizable`, `minimizable` and `closable` options to the window builder.

+ 0 - 5
.changes/disable-window-controls-window.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Added the `set_maximizable`, `set_minimizable`, `set_closable`, `is_maximizable`, `is_minimizable` and `is_closable` methods on `Window`.

+ 0 - 5
.changes/early-panic-for-png-not-rgba.md

@@ -1,5 +0,0 @@
----
-"tauri-codegen": 'patch:enhance'
----
-
-Early panic if the PNG icon is not RGBA.

+ 0 - 6
.changes/feat-shell-completions.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'minor:feat'
-'@tauri-apps/cli': 'minor:feat'
----
-
-Added `tauri completions` to generate shell completions scripts.

+ 0 - 5
.changes/fix-cursor-icon-zoomin.md

@@ -1,5 +0,0 @@
----
-'tauri-runtime': 'patch:bug'
----
-
-Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant.

+ 0 - 6
.changes/fix-feature-removal.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'patch:bug'
-'@tauri-apps/cli': 'patch:bug'
----
-
-Fixes Cargo.toml feature rewriting.

+ 0 - 5
.changes/improve-async-cmd-error-message.md

@@ -1,5 +0,0 @@
----
-"tauri-macros": 'patch:enhance'
----
-
-Improve compiler error message when generating an async command that has a reference input and don't return a Result.

+ 0 - 5
.changes/is_focused-api.md

@@ -1,5 +0,0 @@
----
-'@tauri-apps/api': 'minor:feat'
----
-
-Add `WebviewWindow.is_focused` and `WebviewWindow.getFocusedWindow` getters.

+ 0 - 6
.changes/is_focused-runtime.md

@@ -1,6 +0,0 @@
----
-'tauri-runtime': 'minor:feat'
-'tauri-runtime-wry': 'minor:feat'
----
-
-Add `Window::is_focused` getter.

+ 0 - 5
.changes/is_focused-tauri.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Add `Window::is_focused` and `Manager::get_focused_window` getters.

+ 0 - 5
.changes/mime-type.md

@@ -1,5 +0,0 @@
----
-'tauri-utils': 'patch:enhance'
----
-
-Add `MimeType::parse_with_fallback` and `MimeType::parse_from_uri_with_fallback`

+ 0 - 5
.changes/nsis-accurate-app-size.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:bug'
----
-
-Fix incorrect estimated app size for NSIS bundler when installed to a non-empty directory.

+ 0 - 5
.changes/nsis-branding.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Copyright field as BrandingText to the NSIS bundler.

+ 0 - 7
.changes/nsis-custom-language-files.md

@@ -1,7 +0,0 @@
----
-'tauri-bundler': 'minor:feat'
-'tauri-utils': 'minor:feat'
-'tauri-cli': 'minor:feat'
----
-
-Allow specifying custom language files of Tauri's custom messages for the NSIS installer

+ 0 - 8
.changes/nsis-custom-template.md

@@ -1,8 +0,0 @@
----
-'tauri-utils': 'minor:feat'
-'tauri-bundler': 'minor:feat'
-'tauri-cli': 'minor:feat'
-'@tauri-apps/cli': 'minor:feat'
----
-
-Add `nsis > template` option to specify custom NSIS installer template.

+ 0 - 5
.changes/nsis-dutch.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Dutch language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-encoding.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:bug'
----
-
-Fix NSIS bundler failing to build when `productName` contained chinsese characters.

+ 0 - 5
.changes/nsis-install-mode-args.md

@@ -1,5 +0,0 @@
----
-'tauri-utils': 'patch:enhance'
----
-
-Add `WindowsUpdateInstallMode::nsis_args`

+ 0 - 5
.changes/nsis-japanese.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Japanese language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-korean.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Korean language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-passive-mode.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Support `passive` mode for NSIS updater.

+ 0 - 5
.changes/nsis-persian.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Persian language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-restart-flag.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'minor:feat'
----
-
-For NSIS, Add support for `/P` to install or uninstall in passive mode, `/R` to (re)start the app and `/NS` to disable creating shortcuts in `silent` and `passive` modes.

+ 0 - 5
.changes/nsis-restore-installation-path.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:bug'
----
-
-Fix NSIS installer not using the old installation path as a default when using `perMachine` or `currentUser` install modes. Also fixes NSIS not respecting the `/D` flag which used to set the installation directory from command line.

+ 0 - 5
.changes/nsis-silent-kill.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'minor:feat'
----
-
-NSIS `silent` and `passive` installer/updater will auto-kill the app if its running.

+ 0 - 5
.changes/nsis-swedish.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Swedish language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-turkish.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added Turkish language support to the NSIS bundler.

+ 0 - 5
.changes/nsis-uninstall-wix.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'minor:feat'
----
-
-NSIS installer will now check if a previous WiX `.msi` installation exist and will prompt users to uninstall it.

+ 0 - 5
.changes/nsis-updater-restart.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:enhance'
----
-
-Restart the app after the NSIS updater is finished.

+ 0 - 3
.changes/pre.json

@@ -51,7 +51,6 @@
     ".changes/fix-proguard-rules.md",
     ".changes/fix-shell-build.md",
     ".changes/fix-tauri-binary-windows.md",
-    ".changes/fix-wix-escape-resources.md",
     ".changes/fix-xcodescript-lib-path.md",
     ".changes/force-colored-logs.md",
     ".changes/generate-tauri-activity.md",
@@ -99,8 +98,6 @@
     ".changes/msrv-1.65.md",
     ".changes/napi-rs.md",
     ".changes/npm-pass-args.md",
-    ".changes/nsis-spanish.md",
-    ".changes/nsis-webview-installmodes.md",
     ".changes/on-new-intent.md",
     ".changes/only-proxy-on-mobile.md",
     ".changes/open-ts-overload.md",

+ 0 - 6
.changes/rustls-default.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'patch:enhance'
-'@tauri-apps/cli': 'patch:enhance'
----
-
-Add `rustls` as default Cargo feature.

+ 0 - 5
.changes/tauri-build-shortdesc-copyright.md

@@ -1,5 +0,0 @@
----
-'tauri-build': 'patch:enhance'
----
-
-On Windows, set `LegalCopyright` and `FileDescription` file properties on the executable from `tauri.bundle.copyright` and `tauri.bundle.shortDescription`,

+ 0 - 5
.changes/tauri-info-msvc-detection.md

@@ -1,5 +0,0 @@
----
-'tauri-cli': 'patch:enhance'
----
-
-Improve Visual Studio installation detection in `tauri info` command to check for the necessary components instead of whole workloads. This also fixes the detection of minimal installations and auto-installations done by `rustup`.

+ 0 - 5
.changes/tray_get_item.md

@@ -1,5 +0,0 @@
----
-'tauri': 'minor:feat'
----
-
-Add `MenuHandle::try_get_item` and `SystemTrayHandle::try_get_item` which returns a `Option` instead of panicking.

+ 0 - 9
.changes/unpin-deps.md

@@ -1,9 +0,0 @@
----
-'tauri': 'patch:enhance'
-'tauri-build': 'patch:enhance'
-'tauri-codegen': 'patch:enhance'
-'tauri-runtime': 'patch:enhance'
-'tauri-runtime-wry': 'patch:enhance'
----
-
-Unpin `time`, `ignore`, `winnow`, and `ignore` crate versions. Developers now have to pin crates if needed themselves. A list of crates that need pinning to adhere to Tauri's MSRV will be visible in Tauri's GitHub workflow: https://github.com/tauri-apps/tauri/blob/dev/.github/workflows/test-core.yml#L85.

+ 0 - 5
.changes/webview-attributes-from-window-config-impl.md

@@ -1,5 +0,0 @@
----
-'tauri-runtime': 'patch:enhance'
----
-
-impl `From<&WindowConfig>` for `WebviewAttributes`.

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -65,7 +65,7 @@ name = "tauri_bundler"
 path = "src/lib.rs"
 
 [features]
-default = ["rustls"]
+default = [ "rustls" ]
 native-tls = [ "ureq/native-tls" ]
 native-tls-vendored = [ "native-tls", "native-tls/vendored" ]
 rustls = [ "ureq/tls" ]