mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
rom-properties 2.4
This commit is contained in:
parent
b349a20d39
commit
87eb036468
2
NEWS.md
2
NEWS.md
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## v2.4 (released 2024/11/??)
|
||||
## v2.4 (released 2024/11/10)
|
||||
|
||||
* New features:
|
||||
* IFUNC resolvers have been rewritten to use our own CPUID code again,
|
||||
|
50
README.md
50
README.md
@ -11,46 +11,20 @@ video game ROM and disc images.
|
||||
[](https://www.codefactor.io/repository/github/gerbilsoft/rom-properties/overview)
|
||||
[](https://codecov.io/gh/GerbilSoft/rom-properties)
|
||||
|
||||
## v2.3
|
||||
## v2.4
|
||||
|
||||

|
||||

|
||||
|
||||
Major changes in v2.3 include:
|
||||
Major changes in v2.4 include:
|
||||
|
||||
* xattrs tab on Linux now shows XFS attributes.
|
||||
* Support for Palm OS executables.
|
||||
|
||||
* rpcli now supports extracting mipmap levels from most supported texture formats.
|
||||
* Mipmaps are now supported for DirectDrawSurface and KhronosKTX.
|
||||
* Support for Wii U NUS packages.
|
||||
|
||||
* 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.
|
||||
* Support for Analogue Pocket ROM images. (slightly modified variant
|
||||
of Nintendo Game Boy ROMs)
|
||||
|
||||
* 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
|
||||
* Support for CDI-format Dreamcast disc images.
|
||||
|
||||
Translators wanted; if you can translate rom-properties from English to another
|
||||
language, check out the [Crowdin project](https://crowdin.com/project/rom-properties).
|
||||
@ -58,7 +32,7 @@ language, check out the [Crowdin project](https://crowdin.com/project/rom-proper
|
||||
Crowdin project page, file an issue here on GitHub with the requested
|
||||
language.)
|
||||
|
||||
See [`NEWS.md`](NEWS.md) for a full list of changes in v2.3.
|
||||
See [`NEWS.md`](NEWS.md) for a full list of changes in v2.4.
|
||||
|
||||
## Feedback
|
||||
|
||||
@ -147,7 +121,8 @@ button.
|
||||
| Nintendo Wii Discs | Yes | Yes | No | Disc, Covers |
|
||||
| Nintendo Wii WADs | Yes | Yes | Yes* | Title, Covers |
|
||||
| Nintendo Wii Saves | Yes | Yes | Yes | N/A |
|
||||
| Nintendo Wii U | Yes | No | No | Disc, Covers |
|
||||
| Nintendo Wii U (Disc) | Yes | No | No | Disc, Covers |
|
||||
| Nintendo Wii U (NUS) | Yes | Yes | Icon | Disc, Covers |
|
||||
| Sega 8-bit (SMS, GG) | Yes | Yes | N/A | No |
|
||||
| Sega Mega Drive | Yes | Yes | N/A | Title |
|
||||
| Sega Dreamcast | Yes | Yes | Media | No |
|
||||
@ -174,8 +149,9 @@ button.
|
||||
| Nintendo DS(i) | Yes | Yes | Icon | Covers, Box |
|
||||
| Nintendo DSi TADs* | Partial | No | No | No |
|
||||
| Nintendo 3DS | Yes | Yes | Icon | Covers, Box |
|
||||
| Palm OS | Yes | Yes | Icon | N/A |
|
||||
| Pokémon Mini | Yes | Yes | N/A | No |
|
||||
| Sony PlayStation Portable | Yes | Yes | Icon | No |
|
||||
| Sony PlayStation Portable | Yes | Yes | Icon, Banner | No |
|
||||
| Tiger game.com | Yes | Yes | Icon | No |
|
||||
|
||||
\* The Nintendo DSi TAD parser supports development TADs that are normally
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rom-properties (2.4-1ppa5~xenial1) xenial; urgency=medium
|
||||
|
||||
* 2.4 release.
|
||||
|
||||
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 10 Nov 2024 22:22:25 -0500
|
||||
|
||||
rom-properties (2.3-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 2.3 release.
|
||||
|
BIN
doc/img/rp-v2.4-thunar.WiiUPackage.png
Normal file
BIN
doc/img/rp-v2.4-thunar.WiiUPackage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 413 KiB |
@ -1 +1 @@
|
||||
2.3.0.1
|
||||
2.4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user