rom-properties 1.9

This commit is contained in:
David Korth 2022-05-22 14:02:08 -04:00
parent 046dbac6da
commit 530d503b03
6 changed files with 18 additions and 8 deletions

View File

@ -1,10 +1,12 @@
# Changes
## v1.9 (released 2021/??/??)
## v1.9 (released 2022/05/22)
* New features:
* OpenMP can now be used to improve decoding performance for some image
codecs, including ASTC and BC7.
* A .desktop file has been added for rp-config on Linux systems, which
adds it to the applications menu on most desktop environments.
* New parsers:
* GodotSTEX: Godot 3 and 4 texture files. Supports most linear encodings,
@ -16,6 +18,7 @@
encoded using ASTC.
* CBMCart: Commodore ROM cartridges, using VICE 3.0's .CRT format. Supports
external title screen images for C64 and C128 cartridges.
* Lua: PUC LUA binary format (.lub).
* New parser features:
* Added ASTC decoding. All texture formats that support ASTC have been

View File

@ -10,16 +10,16 @@ video game ROM and disc images.
[![Total alerts](https://img.shields.io/lgtm/alerts/g/GerbilSoft/rom-properties.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/GerbilSoft/rom-properties/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/GerbilSoft/rom-properties.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/GerbilSoft/rom-properties/context:cpp)
## v1.8
## v1.9
This release adds a ton of new features, including achievements, WonderSwan
(Color) ROMs, and external title screens (via RPDB) for Sega Mega Drive:
This release adds a ton of new features, including ASTC and Godot textures,
Commodore ROM cartridge images, and various performance improvements.
![Sega Mega Drive ROM images](doc/img/rp-v1.8-kde5.MegaDrive.RPDB.png)
![Godot 3 textures from Sonic Colors Ultimate](doc/img/rp-v1.9-kde5.GodotSTEX.SCU.png)
Translators needed; file an issue if you'd like to get started on a new translation, or submit a Pull Request if you have a translation ready to go.
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.8.
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.9.
## Feedback
@ -202,6 +202,7 @@ button.
|:------------------------------:|:--------------:|:--------:|:---------------:|:--------------:|
| Executable and Linkable Format | Yes | No | N/A | N/A |
| ISO-9660 Disc Images | Yes | Yes | No | N/A |
| PUC Lua binaries | Yes | No | N/A | N/A |
| Mach-O Binaries | Yes | No | N/A | N/A |
| Nintendo amiibo | Yes | No | N/A | Media |
| Nintendo Badge Arcade | Yes | No | Image | N/A |

View File

@ -1,5 +1,5 @@
# AppVeyor configuration file.
version: '1.8.3.{build}'
version: '1.9.0.{build}'
# Build worker image (VM template)
image: Visual Studio 2015

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rom-properties (1.9-1ppa1~xenial1) xenial; urgency=medium
* 1.9 release.
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 22 May 2022 13:37:00 -0400
rom-properties (1.8.3-1ppa1~xenial1) xenial; urgency=medium
* 1.8.3 release.

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View File

@ -1 +1 @@
1.8.3.1
1.9.0.0