Friture 0.30
Friture 0.30 brings several bugfixes and stability improvements. Thanks to those who took time to send bug reports and test the fixes!
Here is a summary of the changes:
- improve the logging mechanism. Now Friture writes detailed logs ro
C:\Users\<username>\AppData\Local\Friture
on Windows,~/Library/Application Support/Friture
on Mac, or~/.local/share/Friture
on Linux. - improve the crash report window: more user-friendly, with direct mailto link and direct link to the log folder.
- clear OpenGL errors produced outside of Friture code itself - this fixes crashes on some machines.
- only require OpenGL 2.0 instead of 3.0, to make Friture compatible with older machines.
- on Windows, force Qt5 to use the desktop OpenGL version. This solves the "white window" bug.
- on Windows, enable Qt5 automatic user-interface scaling. This makes Friture nice on high-DPI screens, such as Surface Pro tablets and many other recent devices.