Skip to content

Commit 1961c27

Browse files
chore(v3): bump to v3.0.0-alpha2.114 and update changelog [skip ci]
1 parent efc1722 commit 1961c27

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

docs/src/content/docs/changelog.mdx

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

34+
## v3.0.0-alpha2.114 - 2026-07-05
35+
36+
## Added
37+
- Implement Update Manifest protocol and endpoint provider in [PR](https://github.com/wailsapp/wails/pull/5720) by @taliesin-ai
38+
39+
## Changed
40+
- Fold the `webview2` binding into the v3 module as `v3/internal/webview2`, removing the standalone module, its nightly release/sync workflows, and the go.mod version dance (v3 is its only consumer) in [PR](https://github.com/wailsapp/wails/pull/5711) by @taliesin-ai
41+
42+
## Fixed
43+
- Move WebView2 monitor-scale detection and DPI-change host resync fix to Unreleased section in [PR](https://github.com/wailsapp/wails/pull/5750) by @taliesin-ai
44+
- Update WebView2 COM marshaling for float64 and BOOL parameters in [PR](https://github.com/wailsapp/wails/pull/5741) by @wayneforrest
45+
- Prevent panic and nil dereference in Windows system tray icon updates and destruction in [PR](https://github.com/wailsapp/wails/pull/5703) by @wayneforrest
46+
- Fixes hidden windows not re-hiding correctly on Windows in [PR](https://github.com/wailsapp/wails/pull/5743) by @wayneforrest
47+
- Synchronize WebView2 controller visibility with window minimize/maximize/restore in [PR](https://github.com/wailsapp/wails/pull/5742) by @wayneforrest
48+
3449

3550
### Fixed
3651

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +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-
- Implement Update Manifest protocol and endpoint provider in [PR](https://github.com/wailsapp/wails/pull/5720) by @taliesin-ai
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->
24-
- Fold the `webview2` binding into the v3 module as `v3/internal/webview2`, removing the standalone module, its nightly release/sync workflows, and the go.mod version dance (v3 is its only consumer) in [PR](https://github.com/wailsapp/wails/pull/5711) by @taliesin-ai
2523

2624
## Fixed
2725
<!-- Bug fixes -->
28-
- Move WebView2 monitor-scale detection and DPI-change host resync fix to Unreleased section in [PR](https://github.com/wailsapp/wails/pull/5750) by @taliesin-ai
29-
- Update WebView2 COM marshaling for float64 and BOOL parameters in [PR](https://github.com/wailsapp/wails/pull/5741) by @wayneforrest
30-
- Prevent panic and nil dereference in Windows system tray icon updates and destruction in [PR](https://github.com/wailsapp/wails/pull/5703) by @wayneforrest
31-
- Fixes hidden windows not re-hiding correctly on Windows in [PR](https://github.com/wailsapp/wails/pull/5743) by @wayneforrest
32-
- Synchronize WebView2 controller visibility with window minimize/maximize/restore in [PR](https://github.com/wailsapp/wails/pull/5742) by @wayneforrest
3326

3427
## Deprecated
3528
<!-- 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-alpha2.113
1+
v3.0.0-alpha2.114

0 commit comments

Comments
 (0)