Browse Source

going beta release (#1779)

Jacob Bolda 4 years ago
parent
commit
b5f8912122
42 changed files with 5 additions and 259 deletions
  1. 0 5
      .changes/api-package-fix.md
  2. 0 5
      .changes/appimage-icon.md
  3. 3 1
      .changes/beta.md
  4. 0 5
      .changes/cli-js-download-stop.md
  5. 0 5
      .changes/cli-rs-dist-validation.md
  6. 0 5
      .changes/cli.rs-camelcase-rename.md
  7. 0 7
      .changes/clr.rs-fix-tauri-info.md
  8. 0 5
      .changes/create-webview-error.md
  9. 0 5
      .changes/cta-remove-lodash.md
  10. 0 5
      .changes/cta-remove-tauri-from-vanilla.md
  11. 0 5
      .changes/cta-tauri-script.md
  12. 0 5
      .changes/deb-custom-files.md
  13. 0 5
      .changes/deps-rc-detection.md
  14. 0 5
      .changes/dialog-default-path-file.md
  15. 0 5
      .changes/dialog-default-path-validation.md
  16. 0 9
      .changes/event-once.md
  17. 0 5
      .changes/expose-async-runtime.md
  18. 0 5
      .changes/expose-page-load-payload.md
  19. 0 5
      .changes/fix-cta-set-script.md
  20. 0 5
      .changes/fix-info-npm-version.md
  21. 0 5
      .changes/fix-js-api-import.md
  22. 0 6
      .changes/fix-plugin-invoke.md
  23. 0 5
      .changes/invoke-context.md
  24. 0 5
      .changes/macos-custom-protocol-https.md
  25. 0 5
      .changes/macos-modifiers.md
  26. 0 5
      .changes/multi-custom-protocols.md
  27. 0 9
      .changes/nested-events.md
  28. 0 6
      .changes/node-v12.md
  29. 0 5
      .changes/not-a-terminal-windows-fix.md
  30. 0 7
      .changes/package-info-config.md
  31. 0 5
      .changes/plugin-initialization-result.md
  32. 2 44
      .changes/pre.json
  33. 0 5
      .changes/sidecar-fix.md
  34. 0 5
      .changes/supports-custom-template.md
  35. 0 5
      .changes/sync-metadata.md
  36. 0 5
      .changes/tauri-icon-cli.md
  37. 0 5
      .changes/tauri-init-ci-fix.md
  38. 0 5
      .changes/updater-feature.md
  39. 0 5
      .changes/user-data-path.md
  40. 0 5
      .changes/windows-user-data-path.md
  41. 0 5
      .changes/wix-fragments.md
  42. 0 5
      .changes/wix-skip-webview-install.md

+ 0 - 5
.changes/api-package-fix.md

@@ -1,5 +0,0 @@
----
-"api": patch
----
-
-Fixes distribution of the `@tauri-apps/api` package for older bundlers.

+ 0 - 5
.changes/appimage-icon.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Find best available icon for AppImage, follow `.DirIcon` spec.

+ 3 - 1
.changes/beta-rc.md → .changes/beta.md

@@ -7,8 +7,10 @@
 "tauri-codegen": major
 "tauri-codegen": major
 "tauri-macros": major
 "tauri-macros": major
 "tauri-build": major
 "tauri-build": major
+"tauri-runtime": minor
+"tauri-runtime-wry": minor
 "tauri": major
 "tauri": major
 "create-tauri-app": major
 "create-tauri-app": major
 ---
 ---
 
 
-The beta process has begun!
+Upgrade to beta!

+ 0 - 5
.changes/cli-js-download-stop.md

@@ -1,5 +0,0 @@
----
-"cli.js": patch
----
-
-Remove Rust CLI download file

+ 0 - 5
.changes/cli-rs-dist-validation.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Check if distDir assets are built after running `beforeDevCommand`.

+ 0 - 5
.changes/cli.rs-camelcase-rename.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Add missing camelcase rename for config

+ 0 - 7
.changes/clr.rs-fix-tauri-info.md

@@ -1,7 +0,0 @@
----
-"cli.rs": patch
----
-
-Fix `tauri info`
-* Properly detect `yarn` and `npm` versions on windows.
-* Fix a panic caused by a wrong field name in `metadata.json`

+ 0 - 5
.changes/create-webview-error.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-`tauri::error::CreateWebview` now has the error string message attached.

+ 0 - 5
.changes/cta-remove-lodash.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-Remove `lodash` dependency and replace with es6 builtins

+ 0 - 5
.changes/cta-remove-tauri-from-vanilla.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-Remove `tauri` dependency from vanilla recipe

+ 0 - 5
.changes/cta-tauri-script.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-Fix adding `tauri` script to package.json

+ 0 - 5
.changes/deb-custom-files.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Allow including custom files on the debian package.

+ 0 - 5
.changes/deps-rc-detection.md

@@ -1,5 +0,0 @@
----
-"cli.js": patch
----
-
-The `tauri deps` command now properly detects `beta-rc` crate updates.

+ 0 - 5
.changes/dialog-default-path-file.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-If the dialog `defaultPath` is a file, use it as starting file path.

+ 0 - 5
.changes/dialog-default-path-validation.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Validate dialog option `defaultPath` - it must exists.

+ 0 - 9
.changes/event-once.md

@@ -1,9 +0,0 @@
----
-"tauri": patch
----
-
-Prevent "once" events from being able to be called multiple times.
-* `Window::trigger(/*...*/)` is now properly `pub` instead of `pub(crate)`.
-* `Manager::once_global(/*...*/)` now returns an `EventHandler`.
-* `Window::once(/*...*/)` now returns an `EventHandler`.
-* (internal) `event::Listeners::trigger(/*...*/)` now handles removing "once" events.

+ 0 - 5
.changes/expose-async-runtime.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Expose `async_runtime` module.

+ 0 - 5
.changes/expose-page-load-payload.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Expose `PageLoadPayload` struct.

+ 0 - 5
.changes/fix-cta-set-script.md

@@ -1,5 +0,0 @@
----
-"create-tauri-app": patch
----
-
-Manually set `tauri` script instead of using `npm set-script` for compatabilty with older npm versions

+ 0 - 5
.changes/fix-info-npm-version.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Fixes `tauri info` display version for the `@tauri-apps/api` package.

+ 0 - 5
.changes/fix-js-api-import.md

@@ -1,5 +0,0 @@
----
-"api": patch
----
-
-TS was wrongly re-exporting the module.

+ 0 - 6
.changes/fix-plugin-invoke.md

@@ -1,6 +0,0 @@
----
-"tauri": patch
-"tauri-macros": patch
----
-
-Fixes the Message `command` name value on plugin invoke handler.

+ 0 - 5
.changes/invoke-context.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Allow `window.__TAURI__.invoke` to be moved to another variable.

+ 0 - 5
.changes/macos-custom-protocol-https.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Make sure custom protocol is treated as secure content on macOS.

+ 0 - 5
.changes/macos-modifiers.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Fixes macOS shortcut modifiers keycodes.

+ 0 - 5
.changes/multi-custom-protocols.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Adds APIs to determine global and webview-specific URI scheme handlers.

+ 0 - 9
.changes/nested-events.md

@@ -1,9 +0,0 @@
----
-"tauri": patch
----
-
-Window and global events can now be nested inside event handlers. They will run as soon
-as the event handler closure is finished in the order they were called. Previously, calling
-events inside an event handler would produce a deadlock.
-
-Note: The order that event handlers are called when triggered is still non-deterministic.

+ 0 - 6
.changes/node-v12.md

@@ -1,6 +0,0 @@
----
-"api": patch
-"cli.js": patch
----
-
-Update minimum Node.js version to v12.13.0

+ 0 - 5
.changes/not-a-terminal-windows-fix.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Fixes crash on usage of modifier keys on Windows when running `tauri init`.

+ 0 - 7
.changes/package-info-config.md

@@ -1,7 +0,0 @@
----
-"tauri-utils": patch
-"tauri-codegen": patch
-"tauri": patch
----
-
-The package info APIs now checks the `package` object on `tauri.conf.json`.

+ 0 - 5
.changes/plugin-initialization-result.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Change plugin trait `initialization` return type to `std::result::Result<(), Box<dyn std::error::Error>>`.

+ 2 - 44
.changes/pre.json

@@ -1,46 +1,4 @@
 {
 {
-  "tag": "beta-rc",
-  "changes": [
-    ".changes/api-package-fix.md",
-    ".changes/appimage-icon.md",
-    ".changes/beta-rc.md",
-    ".changes/cli-js-download-stop.md",
-    ".changes/cli-rs-dist-validation.md",
-    ".changes/cli.rs-camelcase-rename.md",
-    ".changes/clr.rs-fix-tauri-info.md",
-    ".changes/create-webview-error.md",
-    ".changes/cta-remove-lodash.md",
-    ".changes/cta-remove-tauri-from-vanilla.md",
-    ".changes/cta-tauri-script.md",
-    ".changes/deb-custom-files.md",
-    ".changes/deps-rc-detection.md",
-    ".changes/dialog-default-path-file.md",
-    ".changes/dialog-default-path-validation.md",
-    ".changes/event-once.md",
-    ".changes/expose-async-runtime.md",
-    ".changes/expose-page-load-payload.md",
-    ".changes/fix-cta-set-script.md",
-    ".changes/fix-info-npm-version.md",
-    ".changes/fix-js-api-import.md",
-    ".changes/fix-plugin-invoke.md",
-    ".changes/invoke-context.md",
-    ".changes/macos-custom-protocol-https.md",
-    ".changes/macos-modifiers.md",
-    ".changes/multi-custom-protocols.md",
-    ".changes/nested-events.md",
-    ".changes/node-v12.md",
-    ".changes/not-a-terminal-windows-fix.md",
-    ".changes/package-info-config.md",
-    ".changes/plugin-initialization-result.md",
-    ".changes/sidecar-fix.md",
-    ".changes/supports-custom-template.md",
-    ".changes/sync-metadata.md",
-    ".changes/tauri-icon-cli.md",
-    ".changes/tauri-init-ci-fix.md",
-    ".changes/updater-feature.md",
-    ".changes/user-data-path.md",
-    ".changes/windows-user-data-path.md",
-    ".changes/wix-fragments.md",
-    ".changes/wix-skip-webview-install.md"
-  ]
+  "tag": "beta",
+  "changes": [".changes/beta.md"]
 }
 }

+ 0 - 5
.changes/sidecar-fix.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Fixes `sidecar` Command API.

+ 0 - 5
.changes/supports-custom-template.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": minor
----
-
-Adds support to custom WiX template.

+ 0 - 5
.changes/sync-metadata.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Sync `metadata.json` via script to update version reference to cli.js, tauri (core) and tauri-build.

+ 0 - 5
.changes/tauri-icon-cli.md

@@ -1,5 +0,0 @@
----
-"cli.js": patch
----
-
-The `tauri icon` command now accepts the icon path as the first positional argument instead of `--icon PATH`.

+ 0 - 5
.changes/tauri-init-ci-fix.md

@@ -1,5 +0,0 @@
----
-"cli.js": patch
----
-
-Do not prompt to install dependencies on `tauri init` when the `--ci` argument is passed.

+ 0 - 5
.changes/updater-feature.md

@@ -1,5 +0,0 @@
----
-"cli.rs": patch
----
-
-Enable `tauri` `updater` feature when `tauri.conf.json > tauri > updater > active` is set to `true`.

+ 0 - 5
.changes/user-data-path.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Set LocalStorage and IndexedDB files path on Linux to `$HOME/.local/${bundleIdentifier}`.

+ 0 - 5
.changes/windows-user-data-path.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Use bundle identifier instead of `Tauri` for user data path on Windows.

+ 0 - 5
.changes/wix-fragments.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Adds support to `wix` fragments for custom .msi installer functionality.

+ 0 - 5
.changes/wix-skip-webview-install.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Adds `skip_webview_install` config under `windows > wix` to disable Webview2 runtime installation after the app install.