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
Ported the WineForge launcher from Apple Swift to Tauri to improve the user interface and make future design work easier.
Fixed
Fixed Steam Overlay support in games using the D3DMetal path.
Fixed Battle.net update permission handling where games or the launcher could incorrectly report that an update was required.
Fixed the bundled runtime packaging. The first upload was removed and rebuilt because three required dylib files were missing:
WineForgeCore/lib/libfreetype.6.dylib
WineForgeCore/lib/libgnutls.30.dylib
WineForgeCore/lib/libSDL2-2.0.0.dylib
Notes
The new Tauri launcher is functional, but some minor interface issues may still be present while the frontend continues to be refined. If you run into launcher-specific problems, please report them. If Tauri turns out to cause more issues than expected, I may temporarily return to the previous Swift launcher.
The missing runtime dylib files could also have contributed to some older crashes or inconsistent behavior, because parts of the runtime could prefer Homebrew-provided libraries instead of the bundled WineForge libraries. This has been corrected in this build.