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

Bump github.com/wailsapp/wails/v2 from 2.6.0 to 2.8.0 #1

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2024

Bumps github.com/wailsapp/wails/v2 from 2.6.0 to 2.8.0.

Release notes

Sourced from github.com/wailsapp/wails/v2's releases.

v2.8.0

Added

  • Added windows options supports DisablePinchZoom configuration. Added by @​tuuzed in PR
  • Add Apple Silicon hardware detection to wails doctor. Changed by @​almas1992 in PR
  • Remove quarantine attribute on macOS binaries. Changed by @​leaanthony in PR
  • Added documentation for a common GStreamer error on Linux systems. Changed by @​mkwsnyder in PR
  • Added documentation on explicity example of importing JS runtime. Changed by @​danawoodman in PR
  • Add dock icon right-click exit handling by @​almas1992 in PR

Fixed

  • Fixed vue-ts template build error. Fixed by @​atterpac in PR
  • Docs for IsZoomControlEnabled and ZoomFactor. Fixed by @​leaanthony in PR
  • Fixed -compiler flag for wails build, wails dev and wails generate module. Fixed in PR by @​xtrafrancyz
  • Fixed uninitialized SecondInstanceData.WorkingDirectory on linux and windows (#3154).
  • Fixed save file dialog not appending file extension automatically on Windows by @​almas1992 in PR
  • Fixed compatibility for wails cli being built with go 1.22 and later. Fixed by @​stffabi in PR

v2.7.1

Fixed

  • Segfault in wails doctor when GPU device information is not provided. Thanks to @​atterpac for the fix (#3108).
  • Fixed building on macOS 11. Updated other build guards. Fixed in #3111 by @​leaanthony.

Changed

  • Go 1.20 is now the minimum supported Go version.

v2.7.0 - 2023-12-09

Added

  • Update the description of ZoomFactor and IsZoomControlEnabled attributes in the document. Added by @​biuaxia in PR
  • Added Single Instance Lock support with passing arguments to first instance. Added by @​APshenkin in PR
  • Added support for enabling/disabling swipe gestures for Windows WebView2. Added by @​leaanthony in PR
  • When building with -devtools flag, CMD/CTRL+SHIFT+F12 can be used to open the devtools. Added by @​leaanthony in PR – Added file association support for macOS and Windows. Added by @​APshenkin in PR
  • Added support for setting some of the Webview preferences, textInteractionEnabled and tabFocusesLinks on Mac. Added by @​fkhadra in PR
  • Added support for enabling/disabling fullscreen of the Webview on Mac. Added by @​fkhadra in PR
  • Added French README.fr.md page. Added by @​nejos97 in PR
  • New task created for linting v2 task v2:lint. Workflow updated to run the task. Added by @​mikeee in PR
  • Added new community template wails-htmx-templ-chi-tailwind. Added by @​pylotlight in PR
  • Added CPU/GPU/Memory detection for wails doctor. Added by @​leaanthony in #d51268b8d0680430f3a614775b13e6cd2b906d1c
  • The AssetServer now injects the runtime/IPC into all index html files and into all html files returned when requesting a folder path. Added by @​stffabi in PR
  • Added Custom Protocol Schemes associations support for macOS and Windows. Added by @​APshenkin in PR – Added support for TS interfaces generation as an option. Add support for Enums in TS types. Added by @​APshenkin in PR

Changed

  • AssetServer requests are now processed asynchronously without blocking the main thread on Windows. Changed by @​stffabi in PR
  • AssetServer requests are now processed concurrently by spawning a goroutine per request. Changed by @​stffabi in PR
  • Now building with -devtools flag doesn't enable the default context-menu. Changed by @​mmghv in PR

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 18, 2024
@KacperMalachowski
Copy link
Owner

@dependabot recreate

Bumps [github.com/wailsapp/wails/v2](https://github.com/wailsapp/wails) from 2.6.0 to 2.8.0.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v2.6.0...v2.8.0)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/wailsapp/wails/v2-2.8.0 branch from cb258e6 to 2114c0f Compare February 18, 2024 09:20
@KacperMalachowski KacperMalachowski merged commit 889daee into main Feb 18, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v2-2.8.0 branch February 18, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant