github GerbilSoft/rom-properties v2.3

2 months ago

Major changes:

  • xattrs tab on Linux now shows XFS attributes.

  • rpcli now supports extracting mipmap levels from most supported texture formats.

    • Mipmaps are now supported for DirectDrawSurface and KhronosKTX.
  • Windows: Dark Mode is now supported on Windows 10 1809 and later in the installation program and rp-config.

    • Dark Mode is also partially supported in the properties pages when using tools such as StartAllBack, though it has some issues right now.
  • Sparse disc images, e.g. CISO and GCZ, are now handled by the RomDataFactory class instead of requiring each RomData subclass to handle it. This means that all supported sparse disc images can be used for any console.

    • This was originally implemented to support ZISO and PSP CISO for PS2 disc images, but it also allows unusual combinations like DAX and JISO for GameCube disc images.
  • Windows Image files (.wim) are now supported. Contributed by @ecumber.

  • Game Boy now has special handling MMC01 and MBC1M multicarts. The main header is now detected correctly and used for the thumbnail image. All games in the multicart are now shown as individual tabs.

  • Commodore DOS disk images (e.g. for Commodore 1541) are now supported, including icons for GEOS files. File formats supported currently include D64, D71, D80, D82, D81, D67, G64, and G71.

  • ColecoVision ROM images are now supported, including the text displayed on the ColecoVision logo screen.

  • Intellivision ROM images are now supported, including the game title and copyright year.

  • New translations: Romanian and Italian

See NEWS.md for the full changelog, including a list of bugs fixed.

Ubuntu packages are available from an Ubuntu PPA for the following Ubuntu release:

  • Ubuntu 16.04 "Xenial" Xerus
  • Ubuntu 18.04 "Bionic" Beaver
  • Ubuntu 20.04 "Focal" Fossa
  • Ubuntu 22.04 "Jammy" Jellyfish
  • Ubuntu 23.10 "Mantic" Minotaur

To add the PPA and install rom-properties, run the following commands:

sudo add-apt-repository ppa:gerbilsoft/ppa
sudo apt-get update
sudo apt-get install rom-properties-all

This will install all rom-properties frontends and executables. Individual frontends can be installed by installing the relevant rom-properties-* package.

NOTE: If upgrading from v2.1 or earlier, you may get a file conflict regarding /usr/share/thumbnailers/rom-properties.thumbnailer. This file was moved from rom-properties-gtk3 to rom-properties-utils so it can be used by the GTK4 UI frontend. You will need to manually remove rom-properties-gtk3 before upgrading.

NOTE: If upgrading from v2.0, you may get a dependency error due to libromdata1. You will need to uninstall libromdata1 before upgrading.

Don't miss a new rom-properties release

NewReleases is sending notifications on new releases.