You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [v0.3.11] - 2026-05-04
6
+
7
+
### Added
8
+
9
+
- Added startup diagnostics that write `%APPDATA%\levilauncher.exe\logs\startup.log` and surface the log path when the launcher fails before the UI appears.
10
+
11
+
### Changed
12
+
13
+
- Started WebView2 with safer software-rendered GPU settings to reduce startup crashes on affected Windows GPU and driver combinations.
14
+
15
+
### Fixed
16
+
17
+
- Normalized detected locale aliases, including script and region variants, before selecting launcher translations.
18
+
- Corrected English download page typos in version search and version totals.
19
+
20
+
### Docs
21
+
22
+
- Documented startup crash recovery steps and startup log reporting in the troubleshooting guides and bug report template.
0 commit comments