rom-properties 2.2.1

This commit is contained in:
David Korth 2023-07-31 19:04:40 -04:00
parent d89a0d2b54
commit c3d02a599f
5 changed files with 32 additions and 4 deletions

View File

@ -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:

View File

@ -9,10 +9,26 @@ video game ROM and disc images.
[![CodeQL](https://github.com/GerbilSoft/rom-properties/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/GerbilSoft/rom-properties/actions/workflows/codeql-analysis.yml)
[![Crowdin](https://badges.crowdin.net/rom-properties/localized.svg)](https://crowdin.com/project/rom-properties)
## v2.2
## v2.2.1
![KDE Dolphin showing some PS1 and PS2 cover art thumbnails.](doc/img/rp-v2.2-kde5.PlayStationDisc.cover-art.png)
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

View File

@ -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
View File

@ -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.

View File

@ -1 +1 @@
2.2.0.1
2.2.1.0