Skip to content

Commit bf1173c

Browse files
chore(v3): bump to v3.0.0-alpha.45 and update changelog [skip ci]
1 parent 4607913 commit bf1173c

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
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.45 - 2025-12-13
34+
35+
## Added
36+
- Add `XDG_SESSION_TYPE` to `wails3 doctor` output on Linux by @leaanthony
37+
- Generate `.desktop` file during Linux build, not just packaging (#4575)
38+
- Add Linux runtime dependencies documentation with distro-specific package names and nfpm packaging examples (#4339) by @leaanthony
39+
40+
## Fixed
41+
- Fix window menu crash on Wayland caused by appmenu-gtk-module accessing unrealized window (#4769) by @leaanthony
42+
- Fix GTK application crash when app name contains invalid characters (spaces, parentheses, etc.) by @leaanthony
43+
- Fix "not enough memory" error when initializing drag and drop on Windows (#4701) by @overlordtm
44+
- Fix file explorer opening wrong directory on Linux due to incorrect URI escaping (#4397) by @leaanthony
45+
- Fix AppImage build failure on modern Linux distributions (Arch, Fedora 39+, Ubuntu 24.04+) by auto-detecting `.relr.dyn` ELF sections and disabling stripping (#4642) by @leaanthony
46+
- Fix `wails doctor` falsely reporting webkit packages as installed on Fedora/DNF-based systems (#4457) by @leaanthony
47+
3348
## v3.0.0-alpha.44 - 2025-12-12
3449

3550
## Added

v3/UNRELEASED_CHANGELOG.md

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

1818
## Added
19-
- Add `XDG_SESSION_TYPE` to `wails3 doctor` output on Linux by @leaanthony
20-
- Generate `.desktop` file during Linux build, not just packaging (#4575)
21-
- Add Linux runtime dependencies documentation with distro-specific package names and nfpm packaging examples (#4339) by @leaanthony
2219
<!-- New features, capabilities, or enhancements -->
2320

2421
## Changed
2522
<!-- Changes in existing functionality -->
2623

2724
## Fixed
28-
- Fix window menu crash on Wayland caused by appmenu-gtk-module accessing unrealized window (#4769) by @leaanthony
29-
- Fix GTK application crash when app name contains invalid characters (spaces, parentheses, etc.) by @leaanthony
30-
- Fix "not enough memory" error when initializing drag and drop on Windows (#4701) by @overlordtm
31-
- Fix file explorer opening wrong directory on Linux due to incorrect URI escaping (#4397) by @leaanthony
32-
- Fix AppImage build failure on modern Linux distributions (Arch, Fedora 39+, Ubuntu 24.04+) by auto-detecting `.relr.dyn` ELF sections and disabling stripping (#4642) by @leaanthony
33-
- Fix `wails doctor` falsely reporting webkit packages as installed on Fedora/DNF-based systems (#4457) by @leaanthony
3425
<!-- Bug fixes -->
3526

3627
## Deprecated

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.44
1+
v3.0.0-alpha.45

0 commit comments

Comments
 (0)