Skip to content

Tags: GerbilSoft/rom-properties

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.4.1

* Windows: Fix an issue with directory thumbnailing that broke Windows'
  built-in directory thumbnailer if the directory isn't supported.
  * Fixes #427: No Thumbnails after install
    * Reported by @Conan179.

v2.4

Toggle v2.4's commit message
rom-properties 2.4

Major changes in v2.4 include:

* Support for Palm OS executables.

* Support for Wii U NUS packages.

* Support for Analogue Pocket ROM images. (slightly modified variant of Nintendo Game Boy ROMs)

* Support for CDI-format Dreamcast disc images.

See NEWS.md for the full list of changes.

v2.3

Toggle v2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.3

Major changes in v2.3 include:

* 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 list of changes.

v2.2.1

Toggle v2.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.2.1

Major changes:

* Handle JPEG images using Exif containers. A good number of boxarts from the
  PS1/PS2 section of RPDB use Exif containers, so this ensures they can be
  loaded properly.

* Windows: Fix weird thumbnail aspect ratios for non-square images on current
  Windows versions.

* KDE: Fix metadata extraction.

* Preliminary support for Windows on ARM. The Windows distribution includes
  DLLs compiled for ARM, ARM64, and ARM64EC, and svrplus has been updated
  to register these DLLs if an ARM system is detected. Note that svrplus
  has *not* been tested on any ARM systems yet.

See NEWS.md for the full list of changes.

v2.2

Toggle v2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.2

Major changes:

* PlayStation 1 and 2 cover art images using RPDB, mirrored from the following
  GitHub repositories:
  * https://github.com/xlenore/psx-covers
  * https://github.com/xlenore/ps2-covers

* 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 list of changes.

v2.1

Toggle v2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.1

Major changes:

* Support for GTK4 UI frontends, e.g. Nautilus 43. Note that Nautilus 43 has
  significantly limited the functionality of property pages, so it's only
  partially implemented at the moment.

* Right-click menu option for "Convert to PNG" for supported texture files,
  e.g. DDS and KTX.

* rp-config now has a built-in update checker on the "About" tab.

* KTX2: RG88 texture format and swizzling are now supported.

See NEWS.md for the full list of changes.

v2.0

Toggle v2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 2.0: Stella Edition

Major changes:
* rp-config now has a GTK+ UI frontend.
* libromdata is now linked as a shared library instead of as a
  static library.
* String tables have been refactored to use less memory and reduce
  the number of relocations, which improves startup performance.
* Atari 7800 ROM images are now supported.
* Assorted fixes for the Lua, Nintendo 3DS, N64, and ELF parsers,
  including fixes for big-endian systems.

See NEWS.md for the full list of changes.

v1.9

Toggle v1.9's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 1.9

* OpenMP for some image codecs, including ASTC and BC7.
* Godot STEX textures
* ASTC textures
* Commodore ROM cartridge images
* Lua binary format (.lub)
* Lots of other changes

See NEWS.md for the full list of changes.

v1.8.3

Toggle v1.8.3's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 1.8.3

* Bug fixes:
  * Fix a division by zero when reading PSP CISO/CSO images.
    This bug was reported by @NotaInutilis in issue #286.
  * Fix a crash in the BC7 and PVRTC image decoders if the image
    dimensions were not a multiple of the tile size.
  * rp-download: Allow clone3(), which is needed on systems that have
    by glibc-2.34.

* Other changes:
  * GTK+ frontends now use libgsound if available.
  * Experimental support for GTK4 has been added. It's not available by
    default (configuration is commented out in CMake), since none of the
    major file browsers support GTK4 yet.

v1.8.2

Toggle v1.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
GerbilSoft GerbilSoft
rom-properties 1.8.2

* Bug fixes:
  * rp-download: Allow the rt_sigprocmask() syscall. This is needed on
    Ubuntu 20.04 and later, and possibly other systems that use systemd.
    * This was reported by gold lightning.