Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions (v2) #423

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Publish New Versions (v2) #423

merged 2 commits into from
Aug 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 7, 2023

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

api-example

[2.0.0-alpha.2]

Dependencies

  • Upgraded to dialog@2.0.0-alpha.1
  • Upgraded to window@2.0.0-alpha.1
  • Upgraded to app@2.0.0-alpha.1
  • Upgraded to cli@2.0.0-alpha.1
  • Upgraded to fs@2.0.0-alpha.1
  • Upgraded to global-shortcut@2.0.0-alpha.1
  • Upgraded to http@2.0.0-alpha.1
  • Upgraded to log-plugin@2.0.0-alpha.1
  • Upgraded to notification@2.0.0-alpha.2
  • Upgraded to os@2.0.0-alpha.1
  • Upgraded to process@2.0.0-alpha.1
  • Upgraded to shell@2.0.0-alpha.1
  • Upgraded to updater@2.0.0-alpha.1

api-example-js

[2.0.0-alpha.1]

Dependencies

  • Upgraded to window-js@2.0.0-alpha.1
  • Upgraded to fs-js@2.0.0-alpha.1
  • Upgraded to http-js@2.0.0-alpha.1
  • Upgraded to os-js@2.0.0-alpha.1
  • Upgraded to app-js@2.0.0-alpha.1
  • Upgraded to cli-js@2.0.0-alpha.1
  • Upgraded to dialog-js@2.0.0-alpha.1
  • Upgraded to global-shortcut-js@2.0.0-alpha.1
  • Upgraded to log-js@2.0.0-alpha.1
  • Upgraded to notification-js@2.0.0-alpha.1
  • Upgraded to process-js@2.0.0-alpha.1
  • Upgraded to shell-js@2.0.0-alpha.1
  • Upgraded to updater-js@2.0.0-alpha.1

app

[2.0.0-alpha.1]

app-js

[2.0.0-alpha.1]

authenticator

[2.0.0-alpha.1]

authenticator-js

[2.0.0-alpha.1]

autostart

[2.0.0-alpha.1]

autostart-js

[2.0.0-alpha.1]

cli

[2.0.0-alpha.1]

cli-js

[2.0.0-alpha.1]

clipboard-manager

[2.0.0-alpha.1]

clipboard-manager-js

[2.0.0-alpha.1]

fs

[2.0.0-alpha.1]

fs-js

[2.0.0-alpha.1]

  • 0bba693(#454) Fix writeBinaryFile crashing with command 'write_binary_file' not found
  • d74fc0a(#555) Update to alpha.11.

dialog

[2.0.0-alpha.1]

Dependencies

  • Upgraded to fs@2.0.0-alpha.1

dialog-js

[2.0.0-alpha.1]

global-shortcut

[2.0.0-alpha.1]

global-shortcut-js

[2.0.0-alpha.1]

http

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • 7d9df72(#428) The http plugin has been rewritten from scratch and now only exposes a fetch function in Javascript and Re-exports reqwest crate in Rust. The new fetch method tries to be as close and compliant to the fetch Web API as possible.
  • d74fc0a(#555) Update to alpha.11.

Dependencies

  • Upgraded to fs@2.0.0-alpha.1

http-js

[2.0.0-alpha.1]

  • 7d9df72(#428) Multipart requests are now handled in JavaScript by the Request JavaScript class so you just need to use a FormData body and not set the content-type header to multipart/form-data. application/x-www-form-urlencoded requests must be done manually.
  • 7d9df72(#428) The http plugin has been rewritten from scratch and now only exposes a fetch function in Javascript and Re-exports reqwest crate in Rust. The new fetch method tries to be as close and compliant to the fetch Web API as possible.
  • d74fc0a(#555) Update to alpha.11.

localhost

[2.0.0-alpha.1]

log-plugin

[2.0.0-alpha.1]

log-js

[2.0.0-alpha.1]

notification

[2.0.0-alpha.2]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • c81dff2(#440) Revert 7d71ad4e5 which added a default sound for notifications on Windows. This introduced inconsistency with other platforms that has silent notifications by default. In the upcoming releases, we will add support for modifying the notification sound across all platforms.
  • d74fc0a(#555) Update to alpha.11.

notification-js

[2.0.0-alpha.1]

os

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.

  • 1091d6d(#419) The os plugin is recieving a few changes to improve consistency and add new features:

    • Renamed Kind enum to OsType and kind() function to os_type().
    • Added family(),exe_extension(), and hostname() functions and their equivalents for JS.
    • Removed tempdir() function and its equivalent on JS, use std::env::temp_dir instead of temp_dir from tauri::path::PathResolver::temp_dir and path.tempDir on JS.
    • Modified platform() implementation to return windows instead of win32 and macos instead of darwin to align with Rust's std::env::consts::OS
    • EOL const in JS has been modified into a function eol() fix import issues in frameworks like next.js
  • d74fc0a(#555) Update to alpha.11.

os-js

[2.0.0-alpha.1]

  • 1091d6d(#419) The os plugin is recieving a few changes to improve consistency and add new features:

    • Renamed Kind enum to OsType and kind() function to os_type().
    • Added family(),exe_extension(), and hostname() functions and their equivalents for JS.
    • Removed tempdir() function and its equivalent on JS, use std::env::temp_dir instead of temp_dir from tauri::path::PathResolver::temp_dir and path.tempDir on JS.
    • Modified platform() implementation to return windows instead of win32 and macos instead of darwin to align with Rust's std::env::consts::OS
    • EOL const in JS has been modified into a function eol() fix import issues in frameworks like next.js
  • d74fc0a(#555) Update to alpha.11.

persisted-scope

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • aba07c2(#468) Split up fs and asset scopes. This will reset the asset protocol scope once!
  • aba07c2(#468) Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the .persisted-scope file.
  • d74fc0a(#555) Update to alpha.11.

Dependencies

  • Upgraded to fs@2.0.0-alpha.1

positioner

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • d74fc0a(#555) Change system-tray feature flag to tray-icon.
  • d74fc0a(#555) Update to alpha.11.

positioner-js

[2.0.0-alpha.1]

process

[2.0.0-alpha.1]

process-js

[2.0.0-alpha.1]

shell

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • 5b3210c(#526) Added Command::arg, Command::env and changed Command::new input type.
  • 52ef0ad(#463) Ensure the launched process is detached so it can out-live your tauri app and does not shutdown with it.
  • d74fc0a(#555) Update to alpha.11.

shell-js

[2.0.0-alpha.1]

single-instance

[2.0.0-alpha.1]

sql

[2.0.0-alpha.1]

sql-js

[2.0.0-alpha.1]

store

[2.0.0-alpha.1]

store-js

[2.0.0-alpha.1]

stronghold

[2.0.0-alpha.1]

stronghold-js

[2.0.0-alpha.2]

  • aba07c2(#468) Change the argument name of the Stronghold.remove from location to recordPath to match the Stronghold command argument
  • d74fc0a(#555) Update to alpha.11.

updater

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • d74fc0a(#555) Update to alpha.11.
  • 56d455d(#444) On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater.
  • 1cb8311(#405) Implement passive mode on NSIS and automatically restart after NSIS update.
  • 4ab90f0(#431) The updater plugin is recieving a few changes to improve consistency and ergonomics of the Rust and JS APIs

updater-js

[2.0.0-alpha.1]

  • d74fc0a(#555) Update to alpha.11.
  • 4ab90f0(#431) The updater plugin is recieving a few changes to improve consistency and ergonomics of the Rust and JS APIs

upload

[2.0.0-alpha.1]

upload-js

[2.0.0-alpha.1]

websocket

[2.0.0-alpha.1]

websocket-js

[2.0.0-alpha.1]

window

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.

  • d74fc0a(#555) Update to alpha.11.

  • 84133b5(#426) The window plugin is recieving a few changes to improve consistency and add new features:

    • Removed appWindow variable from JS module, use getCurrent or Window.getCurrent.
    • Removed WindowManager, WebviewWindow and WebviewHandle types and merged them into one Window type that matches the name of the rust window type.
    • Added Window.getCurrent and Window.getAll which is a convenient method for getCurrent and getAll functions.
  • c8c3191(#392) Added the setEffects and clearEffects API.

feat

  • a79d6d9(#406) Added the setMaximizable, setMinimizable, setClosable, isMaximizable, isMinimizable and isClosable methods.
  • 83abea3(#407) Add WebviewWindow.is_focused and WebviewWindow.getFocusedWindow getters.

window-js

[2.0.0-alpha.1]

  • d74fc0a(#555) Update to alpha.11.

  • 2fc420b(#418) Add incognito window configuration option

  • 84133b5(#426) The window plugin is recieving a few changes to improve consistency and add new features:

    • Removed appWindow variable from JS module, use getCurrent or Window.getCurrent.
    • Removed WindowManager, WebviewWindow and WebviewHandle types and merged them into one Window type that matches the name of the rust window type.
    • Added Window.getCurrent and Window.getAll which is a convenient method for getCurrent and getAll functions.
  • c8c3191(#392) Added the setEffects and clearEffects API.

feat

  • a79d6d9(#406) Added the maximizable, minimizable and closable fields on WindowOptions.
  • a79d6d9(#406) Added the setMaximizable, setMinimizable, setClosable, isMaximizable, isMinimizable and isClosable methods.
  • 83abea3(#407) Add WebviewWindow.is_focused and WebviewWindow.getFocusedWindow getters.

window-state

[2.0.0-alpha.1]

  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.
  • d74fc0a(#555) Update to alpha.11.
  • 84b3612(#436) Correctly set decoration state if no saved state xists

window-state-js

[2.0.0-alpha.1]

  • d74fc0a(#555) Update to alpha.11.
  • 84b3612(#436) Correctly propagate the promise inside saveWindowState, restoreState and restoreStateCurrent so callers can choose to await them.

@github-actions github-actions bot requested a review from a team as a code owner June 7, 2023 11:17
@github-actions github-actions bot added the version updates PRs that will publish new plugin versions label Jun 7, 2023
@socket-security
Copy link

socket-security bot commented Jun 7, 2023

No top level dependency changes detected. Learn more about Socket for GitHub ↗︎

@lucasfernog lucasfernog merged commit 553c87b into v2 Aug 14, 2023
1 check passed
@lucasfernog lucasfernog deleted the release-v2 branch August 14, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version updates PRs that will publish new plugin versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant