Skip to content

Commit a13a426

Browse files
chore(v3): bump to v3.0.0-alpha.48 and update changelog [skip ci]
1 parent 6eb9415 commit a13a426

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

docs/src/content/docs/changelog.mdx

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

33+
## v3.0.0-alpha.48 - 2025-12-16
34+
35+
## Added
36+
- Add desktop environment detection on linux [PR #4797](https://github.com/wailsapp/wails/pull/4797)
37+
38+
## Changed
39+
- Update the documentation page for Wails v3 Asset Server by @ndianabasi
40+
- **BREAKING**: Remove package-level dialog functions (`application.InfoDialog()`, `application.QuestionDialog()`, etc.). Use the `app.Dialog` manager instead: `app.Dialog.Info()`, `app.Dialog.Question()`, `app.Dialog.Warning()`, `app.Dialog.Error()`, `app.Dialog.OpenFile()`, `app.Dialog.SaveFile()`
41+
- Update dialogs documentation to match actual API: use `app.Dialog.*`, `AddButton()` with callbacks (not `SetButtons()`), `SetDefaultButton(*Button)` (not string), `AddFilter()` (not `SetFilters()`), `SetFilename()` (not `SetDefaultFilename()`), and `app.Dialog.OpenFile().CanChooseDirectories(true)` for folder selection
42+
43+
## Fixed
44+
- Fix crash on macOS when toggling window visibility via Hide()/Show() with ApplicationShouldTerminateAfterLastWindowClosed enabled (#4389) by @leaanthony
45+
- Fix memory leak in context menus on macOS and Windows when repeatedly opening menus (#4012) by @leaanthony
46+
- Fix context menu native resources not being reused on macOS, causing fresh menu creation on each display (#4012) by @leaanthony
47+
3348
## v3.0.0-alpha.47 - 2025-12-15
3449

3550
## Added

v3/UNRELEASED_CHANGELOG.md

Lines changed: 0 additions & 8 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-
- Add desktop environment detection on linux [PR #4797](https://github.com/wailsapp/wails/pull/4797)
2120

2221
## Changed
2322
<!-- Changes in existing functionality -->
24-
- Update the documentation page for Wails v3 Asset Server by @ndianabasi
25-
- **BREAKING**: Remove package-level dialog functions (`application.InfoDialog()`, `application.QuestionDialog()`, etc.). Use the `app.Dialog` manager instead: `app.Dialog.Info()`, `app.Dialog.Question()`, `app.Dialog.Warning()`, `app.Dialog.Error()`, `app.Dialog.OpenFile()`, `app.Dialog.SaveFile()`
26-
- Update dialogs documentation to match actual API: use `app.Dialog.*`, `AddButton()` with callbacks (not `SetButtons()`), `SetDefaultButton(*Button)` (not string), `AddFilter()` (not `SetFilters()`), `SetFilename()` (not `SetDefaultFilename()`), and `app.Dialog.OpenFile().CanChooseDirectories(true)` for folder selection
2723

2824
## Fixed
2925
<!-- Bug fixes -->
30-
- Fix crash on macOS when toggling window visibility via Hide()/Show() with ApplicationShouldTerminateAfterLastWindowClosed enabled (#4389) by @leaanthony
31-
- Fix memory leak in context menus on macOS and Windows when repeatedly opening menus (#4012) by @leaanthony
32-
- Fix context menu native resources not being reused on macOS, causing fresh menu creation on each display (#4012) by @leaanthony
3326

3427
## Deprecated
3528
<!-- Soon-to-be removed features -->
@@ -51,7 +44,6 @@ After processing, the content will be moved to the main changelog and this file
5144
**Changed:**
5245
- Update minimum Go version requirement to 1.21
5346
- Improve error messages for invalid configuration files
54-
- Correct all `app.Screens.GetAll()` calls in the documentation page (`features/screens/info)` to `app.Screen.GetAll()` by @ndianabasi
5547

5648
**Fixed:**
5749
- Fix memory leak in event system during window close operations (#5678)

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.47
1+
v3.0.0-alpha.48

0 commit comments

Comments
 (0)