diff --git a/CMakeLists.txt b/CMakeLists.txt index fcaf55200c..7d82459fe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/NEWS.md b/NEWS.md index 6d06c31109..35478ca788 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Changes -## v1.5 (released 2020/??/??) +## v1.5 (released 2020/03/13) * New features: * Improved support for FreeBSD and DragonFly BSD: diff --git a/README.md b/README.md index be1103cf2f..c9ed33deb4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/debian/changelog b/debian/changelog index 0fac9025a5..1b405aec03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rom-properties (1.5-1ppa1~xenial1) xenial; urgency=medium + + * 1.5 release. + + -- David Korth Fri, 13 Mar 2020 01:28:44 -0400 + rom-properties (1.4-1ppa1~xenial1) xenial; urgency=medium * 1.4 release. diff --git a/doc/img/v1.5/rp.win7.DidjTex.png b/doc/img/v1.5/rp.win7.DidjTex.png new file mode 100644 index 0000000000..b46fc79670 Binary files /dev/null and b/doc/img/v1.5/rp.win7.DidjTex.png differ