Skip to content

Commit

Permalink
rom-properties 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed Jul 31, 2023
1 parent d89a0d2 commit c3d02a5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AppVeyor configuration file.
version: '2.2.0.{build}'
version: '2.2.1.{build}'

# Build worker image (VM template)
image:
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rom-properties (2.2.1-1ppa1~xenial1) xenial; urgency=medium

* 2.2.1 release.

-- David Korth <[email protected]> Sun, 30 Jul 2023 14:19:42 -0400

rom-properties (2.2-1ppa1~xenial1) xenial; urgency=medium

* 2.2 release.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0.1
2.2.1.0

0 comments on commit c3d02a5

Please sign in to comment.