rom-properties 1.6

This commit is contained in:
David Korth 2020-07-12 15:00:26 -04:00
parent da3934d11e
commit 4c39562f85
5 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# ROM Properties Page Shell Extension
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
CMAKE_POLICY(SET CMP0048 NEW)
PROJECT(rom-properties VERSION 1.5.0.1)
PROJECT(rom-properties VERSION 1.6.0.0)
# CMAKE_PROJECT_VERSION was introduced in 3.12.
IF(NOT CMAKE_PROJECT_VERSION OR NOT CMAKE_PROJECT_VERSION_MAJOR)

View File

@ -1,6 +1,6 @@
# Changes
## v1.6 (released 2020/??/??)
## v1.6 (released 2020/07/12)
* New parsers:
* PlayStationDisc: New parser for PS1 and PS2 disc images.

View File

@ -10,19 +10,19 @@ 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.5
## v1.6
This release adds a ton of new features, including support for Leapster Didj textures:
This release adds a ton of new features, including a new online image database for Game Boy, Game Boy Color, Game Boy Advance, and Super NES title screens:
![Leapster Didj textures](doc/img/v1.5/rp.win7.DidjTex.png)
![ROM images using title screens from the new online title screen database](doc/img/v1.6/rp.kde5.rpdb.png)
Other file formats added in this release include PowerVR 3.0.0 textures, Pokémon Mini ROM images, and Khronos KTX2 textures.
Other new parsers in this release include PlayStation 1 and 2 disc images, and PlayStation 1 executable files.
This release also makes use of enhanced security functionality in various operating systems, including seccomp() on Linux, low-integrity processes on Windows (when downloading images from online databases), and pledge() on OpenBSD.
On Linux systems, the GTK+ 3.x UI frontends were all merged together into a single shared library. This reduces the number of packages, and it allows for non-default combinations of file browser and distribution, e.g. Thunar 1.8 on Ubuntu 18.04. (Linux Mint 19.3 uses this setup.)
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.5.
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.6.
## Feedback

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rom-properties (1.6-1ppa1~xenial1) xenial; urgency=medium
* 1.6 release.
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 12 Jul 2020 14:42:17 -0400
rom-properties (1.5-1ppa1~xenial1) xenial; urgency=medium
* 1.5 release.

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB