11.1
⬇️ Download
Windows 🪟 (VirusTotal)
Linux 🐧 (VirusTotal)
macOS-x64 🍎 (VirusTotal)
macOS-arm64 🍎 (VirusTotal)
Source 🐍 (VirusTotal)
❤️ Support
F95Checker is Free and Open Source Software, provided to you free of cost. However it is actively developed by one single person only, WillyJL. Please consider donating or sharing this software!
🚀 Changelog
Added:
- Reviews Tab in More Info Popup (#224 by @WillyJL)
- Labels moved next to executables
- Image Texture Compression (
(ASTC or BC7) + ZSTD) option (#212 by @WillyJL):- Compresses images for instantaneous load times (after first compression which is slower)
- Less VRAM usage, and potentially less disk usage, depending on configuration and GPU support
- Check the hover info in settings section for details on trade-offs
- Unload Images Off-screen option (#212 by @WillyJL):
- Saves a lot of VRAM usage by unloading images not currently shown
- Works best together with Tex Compress, so image load times are less noticeable
- Preload Nearby Images option (by @WillyJL):
- Starts loading images that aren't visible yet but are less than a window width/height scroll away
- Works best together with Tex Compress, so image load times are completely unnoticeable
- Play GIFs and Play GIFs Unfocused options (#212 by @WillyJL):
- Saves a lot of VRAM if completely disabled, no GIFs play and only first frame is loaded
- Saves CPU/GPU usage by redrawing less if disabled when unfocused, but still uses same VRAM
- Tabs can now be reordered by dragging (by @WillyJL)
- macOS arm64 (Apple Silicon) binary builds (#258 by @rakleed)
Updated:
- New notification system with buttons and better platform support, option to include banner image in update notifs (#220 by @WillyJL)
- Updates popup is now cumulative, new updates get grouped with any previous popups and moved to top (#220 by @WillyJL)
- Executable paths in More Info popup wrap after
/and\characters for easier readability (by @WillyJL)
Fixed:
- Fix switching view modes with "Table header outside list" disabled (by @WillyJL)
- Fix flashbang while interface is loading (#221 by @sodamouse)
- Fix GUI redraws not pausing when unfocused, hovered and not moving mouse (by @WillyJL)
- Fix missing
libbz2.soon linux binary bundles (#222 by @WillyJL) - Apply images more efficiently, eliminate stutters while scrolling, start showing GIFs before all frames are loaded (by @WillyJL)
- Improve images error handling and display (#212 by @WillyJL)
- Tags now sort alphabetically as expected (by @WillyJL)
- UTF-8 encoding is now forced (#230 by @WillyJL)
- Fix adding executables focusing the wrong folder if the game type is in only one of the folders (by @WillyJL)
- Fix marking as executable on Linux/MacOS with RenPy games including a dot in their name (by @WillyJL)
- Fix readability on some framed text with dark text (by @WillyJL)
- RPDL token is regenerated once it expires (by @WillyJL)
- Make Godot a recognizable engine type (#266 by @FaceCrap)
- Fix macOS .app bundle support for game launch (#259 by @cantunborn)
- Popup warning when Max Labels is reached (#231 by @FaceCrap)
- Fix crash when RPC proxy fails (by @WillyJL)
- Only import QtWebEngine when we use it, users can choose to delete QtWebEngine .dll/.so/.dylib if they don't want the integrated browser for login/downloads/browsing (by @WillyJL)
- Add unknown type/tag/status so API updates don't create errors (by @WillyJL)
Removed:
- Excluded
libEGL.soon linux binary bundles, fixes "Cannot find EGLConfig, returning null config" (by @WillyJL)
Known Issues:
- MacOS webview in frozen binaries remains blank, run from source instead
- The new notification-daemon process on Linux can sometimes get stuck spinning and cause the app to crash