mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
rom-properties 2.2.1
This commit is contained in:
parent
d89a0d2b54
commit
c3d02a599f
8
NEWS.md
8
NEWS.md
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## v2.2.1 (released 2023/07/??)
|
||||
## v2.2.1 (released 2023/07/30)
|
||||
|
||||
* New parser features:
|
||||
* EXE: Add IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION.
|
||||
@ -33,6 +33,12 @@
|
||||
* This was broken in v2.2.
|
||||
* NES: Update mappers; Fix detection of mapper 458, submappers 2 and 3.
|
||||
|
||||
* Other changes:
|
||||
* 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.
|
||||
|
||||
## v2.2 (released 2023/07/01)
|
||||
|
||||
* New features:
|
||||
|
18
README.md
18
README.md
@ -9,10 +9,26 @@ video game ROM and disc images.
|
||||
[](https://github.com/GerbilSoft/rom-properties/actions/workflows/codeql-analysis.yml)
|
||||
[](https://crowdin.com/project/rom-properties)
|
||||
|
||||
## v2.2
|
||||
## v2.2.1
|
||||
|
||||

|
||||
|
||||
v2.2.1 is a bugfix release for v2.2. Major changes include:
|
||||
|
||||
* 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.
|
||||
|
||||
Major changes in v2.2 include:
|
||||
|
||||
* PlayStation 1 and 2 cover art images using RPDB, mirrored from the following
|
||||
|
@ -1,5 +1,5 @@
|
||||
# AppVeyor configuration file.
|
||||
version: '2.2.0.{build}'
|
||||
version: '2.2.1.{build}'
|
||||
|
||||
# Build worker image (VM template)
|
||||
image:
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rom-properties (2.2.1-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 2.2.1 release.
|
||||
|
||||
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 30 Jul 2023 14:19:42 -0400
|
||||
|
||||
rom-properties (2.2-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 2.2 release.
|
||||
|
@ -1 +1 @@
|
||||
2.2.0.1
|
||||
2.2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user