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

Apply Version Updates From Current Changes #5295

Merged
merged 2 commits into from Nov 8, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 28, 2022

Version Updates

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

api

[1.2.0]

  • Added the acceptFirstMouse window option.
    • 95f467ad feat(core): add window accept_first_mouse option, closes #5347 (#5374) on 2022-10-17
  • Fix incorrect return type on fs/exists
    • ca3cd8b3 fix(api): fs/exists return type previously set to void when it should be boolean (#5252) on 2022-09-29
  • Initialize Monitor instances with the correct classes for position and size fields instead of plain object.
  • Breaking change: Node.js v12 is no longer supported.
    • 1129f4f5 refactor: simplify api.js bundling (#4277) on 2022-10-04
  • Add new app-specific BaseDirectory enum variants AppConfig, AppData, AppLocalData, AppCache and AppLog along with equivalent functions in path module and deprecated ambiguous variants Log and App along with their equivalent functions in path module.
  • Fix dialog.save return type
  • Added support to FormData on the Body.form function.
    • aa119f28 feat(api): add FormData support on Body.form, closes #5545 (#5546) on 2022-11-04
  • Added show and hide methods on the app module.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Added tabbingIdentifier window option for macOS.
  • Added tabbing_identifier to the window builder on macOS.
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

tauri-utils

[1.2.0]

  • Validate pacakge > productName in the tauri config and produce errors if it contains one of the following characters /\:*?\"<>|
  • Properly serialize HTML template tags.
  • PatternKind::Isolation is now defined even without the isolation feature.
  • Added the app allowlist module.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Add tauri.conf.json > bundle > publisher field to specify the app publisher.
  • Canonicalize the return value of platform::resource_dir.
    • a06dc699 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) on 2022-09-29
  • Added title option on the system tray configuration (macOS only).
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option to the window configuration.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02
  • Add mime_type module.
    • 54c337e0 feat(cli): hotreload support for frontend static files, closes #2173 (#5256) on 2022-09-28

tauri-bundler

[1.1.0]

  • Use correct code ja-JP for japanese instead of jp-JP.
  • Fix WiX DLL load on Windows Server.
    • 7aaf27ce fix(bundler): load WiX DLLs on Github Actions (#5552) on 2022-11-04
  • Add tauri.conf.json > bundle > publisher field to specify the app publisher.
  • Clear environment variables on the WiX light.exe and candle.exe commands to avoid "Windows Installer Service could not be accessed" error. Variables prefixed with TAURI are propagated.

tauri-runtime

[0.12.0]

  • Readd the option to create an unfocused window via the focused method. The focus function has been deprecated.
    • 4036e15f feat(core): reimplement window initial focus flag, closes #5120 (#5338) on 2022-10-08
  • Added Runtime::show(), RuntimeHandle::show(), Runtime::hide(), RuntimeHandle::hide() for hiding/showing the entire application on macOS.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Added tabbing_identifier to the window builder on macOS.
  • Added methods to set the system tray title on macOS.
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

tauri-runtime-wry

[0.12.0]

  • Add accept_first_mouse option for macOS windows.
    • 95f467ad feat(core): add window accept_first_mouse option, closes #5347 (#5374) on 2022-10-17
  • Disable automatic window tabbing on macOS when the tabbing_identifier option is not defined, the window is transparent or does not have decorations.
  • Drop the WebContext when the WebView is dropped.
    • 9d8b3774 feat(tauri-runtime-wry): drop the WebContext on WebView drop (#5240) on 2022-10-19
  • Readd the option to create an unfocused window via the focused method. The focus function has been deprecated.
    • 4036e15f feat(core): reimplement window initial focus flag, closes #5120 (#5338) on 2022-10-08
  • Add hidden_title option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Custom protocol headers are now implemented on Linux when running on webkit2gtk 2.36 or above.
    • 357480f4 feat(core): custom protocol headers on Linux, closes #4496 (#5421) on 2022-10-17
  • Added Runtime::show(), RuntimeHandle::show(), Runtime::hide(), RuntimeHandle::hide() for hiding/showing the entire application on macOS.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Fix regression in SystemTray::with_menu_on_left_click
    • f8a3becb feat(core): add option to disable tray menu on left click, closes #4584 (#4587) on 2022-07-05
    • 7bbf167c Apply Version Updates From Current Changes (#4560) on 2022-07-06
    • 63011ca8 fix(macos): fix regression in with_menu_on_left_click, closes #5220 (#5235) on 2022-09-30
  • Added tabbing_identifier to the window builder on macOS.
  • Add title_bar_style option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Fix regression introduce in tauri@1.1 which prevented removing tray icon when the app exits on Windows.
    • f756cd5e fix(core): wait for tray cleanup before exiting app, closes #5244 (#5245) on 2022-10-04
  • Added methods to set the system tray title on macOS.
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

tauri-codegen

[1.2.0]

  • Properly serialize HTML template tags.

tauri-macros

[1.2.0]

tauri-build

[1.2.0]

tauri

[1.2.0]

  • Add accept_first_mouse option for macOS windows.
    • 95f467ad feat(core): add window accept_first_mouse option, closes #5347 (#5374) on 2022-10-17
  • Add new app-specific BaseDirectory enum variants AppConfig, AppData, AppLocalData, AppCache and AppLog along with equivalent functions in path module and deprecated ambiguous variants Log and App along with their equivalent functions in path module.
  • Set the correct mimetype when streaming files through asset: protocol
    • 39443b43 fix(core): set correct mimetype for asset protocol streams, closes #5203 (#5210) on 2022-09-30
    • 2d9c2b47 Revert "fix(core): set correct mimetype for asset protocol streams, closes #5203 (#5210)" on 2022-09-30
    • 9b1a6a1c fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) on 2022-11-04
  • Disable automatic window tabbing on macOS when the tabbing_identifier option is not defined, the window is transparent or does not have decorations.
  • The custom protocol now validates the request URI. This has implications when using the asset protocol without the convertFileSrc helper, the URL must now use the asset://localhost/$filePath format.
    • 357480f4 feat(core): custom protocol headers on Linux, closes #4496 (#5421) on 2022-10-17
  • Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
    • 4cbdf0fb fix(core): escape glob characters in drop/dialogs , closes #5234 (#5237) on 2022-10-05
  • Properly emit events with object payload.
    • 79dd6e16 fix(core): properly emit events with object payload, closes #5482 (#5492) on 2022-10-27
  • Fixes access to the WebviewWindow.getByLabel function in a tauri://window-created event listener.
    • e00b1e5f fix(core): update metadata before window-created listeners, closes #5191 (#5458) on 2022-10-22
  • Fixes resource reading being always rejected by the scope.
    • a06dc699 fix(core): canonicalize resource dir to fix scope check, closes #5196 (#5218) on 2022-09-29
  • Fixes __TAURI_PATTERN__ object freeze.
  • Readd the option to create an unfocused window via the focused method. The focus function has been deprecated.
    • 4036e15f feat(core): reimplement window initial focus flag, closes #5120 (#5338) on 2022-10-08
  • Add hidden_title option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Custom protocol headers are now implemented on Linux when running on webkit2gtk 2.36 or above.
    • 357480f4 feat(core): custom protocol headers on Linux, closes #4496 (#5421) on 2022-10-17
  • Add App::show(), AppHandle::show(), App::hide() and AppHandle::hide() for hiding/showing the entire application on macOS.
    • 39bf895b feat(macOS): Add application show and hide methods (#3689) on 2022-10-03
  • Fix a deadlock when modifying the menu in the on_menu_event closure.
  • Resolve base system directory in shell scope.
  • Added tabbing_identifier to the window builder on macOS.
  • Add title_bar_style option for macOS windows.
    • 321f3fed feat(macos): title_bar_style and hidden_title window options, closes #2663 (#3965) on 2022-09-30
  • Added methods to set the system tray title on macOS.
    • 8f1ace77 feat: expose set_title for MacOS tray (#5182) on 2022-09-30
  • Added the user_agent option when creating a window.
    • a6c94119 feat(core): expose user_agent to window config (#5317) on 2022-10-02

cli.js

[1.1.2]

  • Detect JSON5 and TOML configuration files in the dev watcher.
    • e7ccbd85 feat(cli): detect JSON5 and TOML configuration files in the dev watcher (#5439) on 2022-10-19
  • Log dev watcher file change detection.
    • 9076d5d2 feat(cli): add prompt information when file changing detected, closes #5417 (#5428) on 2022-10-19
  • Fix crash when nodejs binary has the version in its name, for example node18 or when running through deno.
  • Changed the project template to not enable all APIs by default.
    • 582c25a0 refactor(cli): disable api-all on templates (#5538) on 2022-11-03

cli.rs

[1.2.0]

  • Keep tauri dev watcher alive when the configuration is invalid.
    • cc186c7a fix(cli): keep dev watcher alive if config is incorrect, closes #5173 (#5495) on 2022-10-28
  • Ignore workspace members in dev watcher if they are ignored by .taurignore
    • 9417ce40 fix(cli): apply .taurignore rules to workspace members, closes #5355 (#5460) on 2022-10-28
  • Detect JSON5 and TOML configuration files in the dev watcher.
    • e7ccbd85 feat(cli): detect JSON5 and TOML configuration files in the dev watcher (#5439) on 2022-10-19
  • Fix cli passing --no-default-features to the app instead of the runner (Cargo).
    • a3a70218 fix(cli): pass --no-default-features to runner instead of app, closes #5415 (#5474) on 2022-10-25
  • Validate pacakge > productName in the tauri config and produce errors if it contains one of the following characters /\:*?\"<>|
  • Hot-reload the frontend when tauri.conf.json > build > devPath points to a directory.
    • 54c337e0 feat(cli): hotreload support for frontend static files, closes #2173 (#5256) on 2022-09-28
  • Expose TAURI_TARGET_TRIPLE to beforeDevCommand, beforeBuildCommand and beforeBundleCommand
    • a4aec9f0 feat(cli): expose TAURI_TARGET_TRIPLE to before*Commands, closes #5091 (#5101) on 2022-10-03
  • Log dev watcher file change detection.
    • 9076d5d2 feat(cli): add prompt information when file changing detected, closes #5417 (#5428) on 2022-10-19
  • Set TAURI_PLATFORM_TYPE, TAURI_FAMILY, TAURI_ARCH and TAURI_PLATFORM env vars for hook commands to based on the app not the cli.
    • a4aec9f0 feat(cli): expose TAURI_TARGET_TRIPLE to before*Commands, closes #5091 (#5101) on 2022-10-03
  • Add tauri.conf.json > bundle > publisher field to specify the app publisher.
  • Changed the project template to not enable all APIs by default.
    • 582c25a0 refactor(cli): disable api-all on templates (#5538) on 2022-11-03

@github-actions github-actions bot requested a review from a team as a code owner September 28, 2022 14:45
@github-actions github-actions bot force-pushed the release/version-updates branch 28 times, most recently from f05d774 to 4b4b56c Compare October 4, 2022 20:25
@github-actions github-actions bot force-pushed the release/version-updates branch 2 times, most recently from a4d21bd to 7218814 Compare October 8, 2022 20:10
@github-actions github-actions bot force-pushed the release/version-updates branch 13 times, most recently from f311b36 to e36d252 Compare October 22, 2022 14:07
@github-actions github-actions bot force-pushed the release/version-updates branch 4 times, most recently from b24016a to 4ccb8f8 Compare October 27, 2022 23:19
@github-actions github-actions bot force-pushed the release/version-updates branch 3 times, most recently from 91ca02c to 8a9be7c Compare November 6, 2022 19:57
lucasfernog
lucasfernog previously approved these changes Nov 8, 2022
@lucasfernog lucasfernog merged commit 45a5cd5 into dev Nov 8, 2022
@lucasfernog lucasfernog deleted the release/version-updates branch November 8, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant