Back to Wails

Unreleased Changes

v3/UNRELEASED_CHANGELOG.md

2.14.01.6 KB
Original Source

Unreleased Changes

<!-- This file is used to collect changelog entries for the next v3 release. Add your changes under the appropriate sections below. Guidelines: - Follow the "Keep a Changelog" format (https://keepachangelog.com/) - Write clear, concise descriptions of changes - Include the impact on users when relevant - Use present tense ("Add feature" not "Added feature") - Reference issue/PR numbers when applicable This file is automatically processed by the nightly release workflow. After processing, the content will be moved to the main changelog and this file will be reset. -->

Added

<!-- New features, capabilities, or enhancements -->
  • Move mailbox changelog entry to Unreleased in PR by @leaanthony

Changed

<!-- Changes in existing functionality -->

Fixed

<!-- Bug fixes -->
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @leaanthony

Deprecated

<!-- Soon-to-be removed features -->

Removed

<!-- Features removed in this release -->

Security

<!-- Security-related changes -->

Example Entries:

Added:

  • Add support for custom window icons in application options
  • Add new SetWindowIcon() method to runtime API (#1234)

Changed:

  • Update minimum Go version requirement to 1.21
  • Improve error messages for invalid configuration files

Fixed:

  • Fix memory leak in event system during window close operations (#5678)
  • Fix crash when using context menus on Linux with Wayland

Security:

  • Update dependencies to address CVE-2024-12345 in third-party library