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.7.1 #650

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

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

Release notes

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

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
  • Change Window Level. Changed by @​almas1992 in PR

Fixed

  • Fixed typo on docs/reference/options page. Added by @​pylotlight in PR
  • Fixed issue with npm being called npm20 on openSUSE-Tumbleweed. Fixed by @​TuffenDuffen in PR
  • Fixed memory corruption on Windows when using accelerator keys. Fixed by @​stffabi in PR
  • Fixed binding mapping for obfuscated build, when binding are in different structs. Fixed by @​APshenkin in PR
  • Fixed issue with obfuscation settings in wails.json. Fixed by @​APshenkin in PR
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 Dec 11, 2023
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@abhishek9686
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/develop/github.com/wailsapp/wails/v2-2.7.1 branch from 4e69b16 to ee54376 Compare December 13, 2023 10:00
Bumps [github.com/wailsapp/wails/v2](https://github.com/wailsapp/wails) from 2.6.0 to 2.7.1.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v2.6.0...v2.7.1)

---
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/develop/github.com/wailsapp/wails/v2-2.7.1 branch from ee54376 to 5b4327c Compare December 13, 2023 18:50
@abhishek9686 abhishek9686 merged commit fba3b48 into develop Dec 20, 2023
12 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/develop/github.com/wailsapp/wails/v2-2.7.1 branch December 20, 2023 06:34
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.

3 participants