Releases: GerbilSoft/rom-properties
v0.9-beta2
Lots of changes in this release.
New features:
- GTK+ frontends (GNOME, XFCE)
- No thumbnailing in XFCE yet.
- Command line frontend (rpcli)
- Windows: Fallback handling for common file extensions.
New systems:
- Nintendo 64
- Super NES
- Sega Dreamcast save files
- Virtual Boy
- amiibo NFC dumps
- Nintendo Entertainment System
See README.md for a full list of changes.
ROM Properties Page shell extension v0.8.1 (IExtractIcon fix)
The IExtractIcon implementation (used for icons on Windows) was setting GIL_DONTCACHE in the Debug build, but not the Release build. Turns out we aren't setting the caching information correctly (and I'm not sure what's needed for that), so the Release build was causing all handled files to have the same icon as the first file that was checked.
This build sets GIL_DONTCACHE for both Debug and Release.
NOTE: For Linux, use v0.8-beta1. This build only has changes to Windows-specific code.
ROM Properties Page shell extension v0.8 (Beta 1, Windows Fix)
The install.cmd and uninstall.cmd files included with the Windows build were unfortunately broken on some systems. They have been fixed, and this is a repackage with the updated install scripts. No changes to the actual DLLs.
ROM Properties Page shell extension v0.8 (Beta 1)
This is the first beta release of the ROM Properties Page shell extension.
Feedback is encouraged. To leave feedback, you can file an issue on GitHub, or visit the Gens/GS IRC channel:
irc://irc.badnik.zone/GensGS
Or use the Mibbit Web IRC client:
http://mibbit.com/?server=irc.badnik.zone&channel=#GensGS
The Windows version requires the MSVC 2015 runtime, which is available for download on the Microsoft website:
https://www.microsoft.com/en-us/download/details.aspx?id=53587
Which files should you download?
- Windows: rom-properties_0.8-windows.zip
- *ubuntu 16.04+ 32-bit: rom-properties-kde4_0.8_i386.deb, rom-properties-kde5_0.8_i386.deb
- *ubuntu 16.04+ 64-bit: rom-properties-kde4_0.8_amd64.deb, rom-properties-kde5_0.8_amd64.deb
The "debug" and "ddeb" packages are only needed for debugging the binaries.