mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
rom-properties 1.6
This commit is contained in:
parent
da3934d11e
commit
4c39562f85
@ -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)
|
||||
|
2
NEWS.md
2
NEWS.md
@ -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.
|
||||
|
12
README.md
12
README.md
@ -10,19 +10,19 @@ video game ROM and disc images.
|
||||
[](https://lgtm.com/projects/g/GerbilSoft/rom-properties/alerts/)
|
||||
[](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:
|
||||
|
||||

|
||||

|
||||
|
||||
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
6
debian/changelog
vendored
@ -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.
|
||||
|
BIN
doc/img/v1.6/rp.kde5.rpdb.png
Normal file
BIN
doc/img/v1.6/rp.kde5.rpdb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Loading…
Reference in New Issue
Block a user