Skip to content

v2.2

Compare
Choose a tag to compare
@GerbilSoft GerbilSoft released this 02 Jul 01:44
· 1703 commits to master since this release
v2.2

Major changes:

  • PlayStation 1 and 2 cover art images using RPDB, mirrored from the following GitHub repositories:

  • Extended attribute viewer tab. Supports viewing MS-DOS and (on Linux) EXT2 attributes on supported file systems, plus POSIX extended attributes.

    • On Windows, alternate data streams are displayed as extended attributes.
    • Windows xattr functionality currently does not work on Windows XP.
  • GodotSTEX: Update v4 support for changes in the final version of Godot 4.

  • New RomHeaderTest unit test to verify rpcli output against a set of known ROM headers and reference text and JSON output.

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.04 "Lunar" Lobster

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.