Atterpac

Results 10 issues of Atterpac

# Description Commit changes the default vite port to `:9245` to help avoid conflicts when users are already running something on the default vite port. Also sets vite port to...

# Description Breaking change for linux. Upgrades dependencies for webkitgtk4.0 to 4.1 due to latest Ubuntu 24.04 LTS not having 4.0 available. Fixes # (issue) Wails on Ubuntu 24.04 LTS...

# Description This pr allows for v2 to build for Ubuntu 24.04 and any other OS releases coming out where `webkit2gtk-4.0` is unavailable by adding the `webkit2_41` tag Fixes #...

Adds plugins as a service as discussed in #3496 See discussion for more information until PR is finalized

# Description Changes setURL implementation to use the assetServer GetStartURL Fixes # (issue) SPA style routing from backend to `window.SetUrl("/#/about")` ## Type of change Please delete options that are not...

Adds support for drop zones in v3 - Enabled via `data-wails-dropzone` the runtime will populate listeners and events as needed - CSS is assigned `wails-dropzone` and `wails-dropzone-hover` to allow for...

Documentation
MacOS
v3-alpha
runtime

removes a mapping for WindowShouldClose on Mac, this incorrecty triggers a window.destroy call on every hide() ## Summary by CodeRabbit - **Bug Fixes** - Improved event handling on macOS by...

v3-alpha

Implements the `window.ToggleFrameless()` api internally it just uses the `window.setFrameless` toggling it as the opposite of the current value so Developer does not need to card about the current state...

Documentation
v3-alpha
runtime

This is a loose port of the v2 Custom Protocol Association feature initially introduced in #3000 There are some modification to how a user will use the API but the...

Documentation
cli
Windows
MacOS
Linux
v3-alpha
runtime

Whenever the systray is used, window menus don't work...