Skip to content

Commit

Permalink
rom-properties 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed Mar 14, 2020
1 parent 13cbdf4 commit 0eadbd8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ SET(DESCRIPTION "ROM Properties Page shell extension")
SET(PACKAGE_NAME "rom-properties")
SET(AUTHOR "David Korth")
SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 4)
SET(VERSION_PATCH 3)
SET(VERSION_DEVEL 1)
SET(VERSION_MINOR 5)
SET(VERSION_PATCH 0)
SET(VERSION_DEVEL 0)
IF(VERSION_PATCH)
SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
ELSE(VERSION_PATCH)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## v1.5 (released 2020/??/??)
## v1.5 (released 2020/03/13)

* New features:
* Improved support for FreeBSD and DragonFly BSD:
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +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.4 - The Metadata and Xbox release
## v1.5

This release was originally focused on adding metadata for file browsers, but it ended up expanding to lots of things, including Xbox and Xbox 360 disc images and executables.
This release adds a ton of new features, including support for Leapster Didj textures:

![Xbawks is HUEG](doc/img/v1.4/rp.kde5.XboxDisc.png)
![Leapster Didj textures](doc/img/v1.5/rp.win7.DidjTex.png)

Other file formats added in this release include Wii WADs, encrypted Wii save files, Mach-O binaries, Neo Geo Pocket (Color) ROM images, and iQue Player metadata and ticket files.
Other file formats added in this release include PowerVR 3.0.0 textures, Pokémon Mini ROM images, and Khronos KTX2 textures.

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.

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.4.
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.5.

## Feedback

Expand Down Expand Up @@ -213,7 +215,8 @@ program, `rp-config.exe`.

Downloaded images are cached to the following directory:
* Linux: `~/.cache/rom-properties/`
* Windows: `%LOCALAPPDATA%\rom-properties\cache`
* Windows XP: `%LOCALAPPDATA%\rom-properties\cache`
* Windows Vista+: `%USERPROFILE%\AppData\LocalLow\rom-properties\cache`

The directory structure matches the source site, so e.g. a disc image of
Super Smash Bros. Brawl would be downloaded to
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 (1.5-1ppa1~xenial1) xenial; urgency=medium

* 1.5 release.

-- David Korth <[email protected]> Fri, 13 Mar 2020 01:28:44 -0400

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

* 1.4 release.
Expand Down
Binary file added doc/img/v1.5/rp.win7.DidjTex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0eadbd8

Please sign in to comment.