Skip to content

Commit e01d0fe

Browse files
chore(v3): bump to v3.0.0-alpha.69 and update changelog [skip ci]
1 parent 4097aa3 commit e01d0fe

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

docs/src/content/docs/changelog.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
*/
3131
## [Unreleased]
3232

33+
## v3.0.0-alpha.69 - 2026-02-08
34+
35+
## Added
36+
- Add `-tags` flag to `wails3 build` command for passing custom Go build tags (e.g., `wails3 build -tags gtk4`) (#4957)
37+
38+
## Fixed
39+
- Fix file drag-and-drop on Windows not working at non-100% display scaling
40+
- Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Windows
41+
- Fix file drop coordinates being in wrong pixel space on Windows (physical vs CSS pixels)
42+
- Fix file drag-and-drop on Linux not working reliably with hover effects
43+
- Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Linux
44+
- Fix window show/hide on Linux/GTK4 sometimes restoring to minimized state by using `gtk_window_present()` (#4957)
45+
- Fix window position get/set on Linux/GTK4 always returning 0,0 by adding X11-conditional support via `XTranslateCoordinates`/`XMoveWindow` (#4957)
46+
- Fix max window size not being enforced on Linux/GTK4 by adding signal-based size clamping to replace removed `gtk_window_set_geometry_hints` (#4957)
47+
- Fix DPI scaling on Linux/GTK4 by implementing proper PhysicalBounds calculation and fractional scaling support via `gdk_monitor_get_scale` (GTK 4.14+)
48+
- Fix menu items duplicating when creating new windows on Linux/GTK4
49+
- Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev
50+
3351
## v3.0.0-alpha.68 - 2026-02-07
3452

3553
## Added

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,12 @@ After processing, the content will be moved to the main changelog and this file
1717

1818
## Added
1919
<!-- New features, capabilities, or enhancements -->
20-
- Add `-tags` flag to `wails3 build` command for passing custom Go build tags (e.g., `wails3 build -tags gtk4`) (#4957)
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->
2423

2524
## Fixed
2625
<!-- Bug fixes -->
27-
- Fix file drag-and-drop on Windows not working at non-100% display scaling
28-
- Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Windows
29-
- Fix file drop coordinates being in wrong pixel space on Windows (physical vs CSS pixels)
30-
- Fix file drag-and-drop on Linux not working reliably with hover effects
31-
- Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Linux
32-
- Fix window show/hide on Linux/GTK4 sometimes restoring to minimized state by using `gtk_window_present()` (#4957)
33-
- Fix window position get/set on Linux/GTK4 always returning 0,0 by adding X11-conditional support via `XTranslateCoordinates`/`XMoveWindow` (#4957)
34-
- Fix max window size not being enforced on Linux/GTK4 by adding signal-based size clamping to replace removed `gtk_window_set_geometry_hints` (#4957)
35-
- Fix DPI scaling on Linux/GTK4 by implementing proper PhysicalBounds calculation and fractional scaling support via `gdk_monitor_get_scale` (GTK 4.14+)
36-
- Fix menu items duplicating when creating new windows on Linux/GTK4
37-
- Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev
3826

3927
## Deprecated
4028
<!-- Soon-to-be removed features -->

v3/internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0-alpha.68
1+
v3.0.0-alpha.69

0 commit comments

Comments
 (0)