KJHJason / Cultured-Downloader

A project to automate the process of downloading images and other attachment files from platforms like Fantia and more!
GNU General Public License v3.0
62 stars 8 forks source link

Bump github.com/wailsapp/wails/v2 from 2.6.0 to 2.7.0 #111

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

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

Release notes

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

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 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)