mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
chore(v3): bump to v3.0.0-alpha.70 and update changelog [skip ci]
This commit is contained in:
parent
e999741e9b
commit
1fc6f38ba5
3 changed files with 12 additions and 6 deletions
|
|
@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
*/
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.70 - 2026-02-09
|
||||
|
||||
## Added
|
||||
- Add `-tags` flag to `wails3 build` command for passing custom Go build tags (e.g., `wails3 build -tags gtk4`) (#4957)
|
||||
- Add documentation for automatic enum generation in binding generator, including dedicated Enums page and sidebar navigation (#4972)
|
||||
|
||||
## Fixed
|
||||
- Fix `InvisibleTitleBarHeight` being applied to all macOS windows instead of only frameless or transparent title bar windows (#4960)
|
||||
- Fix window shaking/jitter when resizing from top corners with `InvisibleTitleBarHeight` enabled, by skipping drag initiation near window edges (#4960)
|
||||
- Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev
|
||||
|
||||
## v3.0.0-alpha.69 - 2026-02-08
|
||||
|
||||
## Added
|
||||
|
|
|
|||
|
|
@ -17,17 +17,12 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Added
|
||||
<!-- New features, capabilities, or enhancements -->
|
||||
- Add `-tags` flag to `wails3 build` command for passing custom Go build tags (e.g., `wails3 build -tags gtk4`) (#4957)
|
||||
- Add documentation for automatic enum generation in binding generator, including dedicated Enums page and sidebar navigation (#4972)
|
||||
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
|
||||
## Fixed
|
||||
<!-- Bug fixes -->
|
||||
- Fix `InvisibleTitleBarHeight` being applied to all macOS windows instead of only frameless or transparent title bar windows (#4960)
|
||||
- Fix window shaking/jitter when resizing from top corners with `InvisibleTitleBarHeight` enabled, by skipping drag initiation near window edges (#4960)
|
||||
- Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev
|
||||
|
||||
## Deprecated
|
||||
<!-- Soon-to-be removed features -->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.69
|
||||
v3.0.0-alpha.70
|
||||
Loading…
Add table
Add a link
Reference in a new issue