Skip to content

Wails v3.0.0-beta.7

Pre-release
Pre-release

Choose a tag to compare

@leaanthony leaanthony released this 11 Aug 15:23
· 1 commit to master since this release
Immutable release. Only release title and notes can be modified.

Wails v3 Beta Release - v3.0.0-beta.7

Added

  • Add macOS autoplay preference to disable user action requirement for media playback in PR by @Eyalm321
  • Move mailbox changelog entry to Unreleased in PR by @leaanthony

Changed

  • macOS zoom animation uses CADisplayLink or NSTimer for smoother performance in PR by @savely-krasovsky

Fixed

  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @leaanthony

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-beta.7

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.