From 20f0880b8babaf8e7e2c1258148e742aec35d701 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Feb 2018 22:29:34 +0000 Subject: [PATCH] Update version number and changelog for 0.12.3 --- docs/api/changelog.rst | 24 ++++++++++++++++++++++++ src/api/loot_version.cpp.in | 2 +- src/api/resource.rc | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index 2764987e..2c0ec59a 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -2,6 +2,30 @@ Version History *************** +0.12.3 - 2018-02-04 +=================== + +Added +----- + +- Support for Fallout 4 VR via the new :cpp:any:`loot::GameType::fo4vr` game type. + +Fixed +----- + +- :cpp:any:`loot::CreateGameHandle()` no longer accepts an empty game path + string, and no longer has a default value for its game path parameter, as + using an empty string as the game path is invalid and always causes an + exception to be thrown. + +Changed +------- + +- Added an empty string as the default value of + :cpp:any:`loot::InitialiseLocale()`'s string parameter. +- Updated esplugin to v1.0.8. +- Updated libloadorder to v10.1.0. + 0.12.2 - 2017-12-24 =================== diff --git a/src/api/loot_version.cpp.in b/src/api/loot_version.cpp.in index 566520f9..7119a46e 100644 --- a/src/api/loot_version.cpp.in +++ b/src/api/loot_version.cpp.in @@ -27,7 +27,7 @@ namespace loot { const unsigned int LootVersion::major = 0; const unsigned int LootVersion::minor = 12; -const unsigned int LootVersion::patch = 2; +const unsigned int LootVersion::patch = 3; const std::string LootVersion::revision = "@GIT_COMMIT_STRING@"; LOOT_API std::string LootVersion::string() { diff --git a/src/api/resource.rc b/src/api/resource.rc index 1746761f..c13a8bb4 100644 --- a/src/api/resource.rc +++ b/src/api/resource.rc @@ -2,8 +2,8 @@ #include 1 VERSIONINFO -FILEVERSION 0, 12, 2, 0 -PRODUCTVERSION 0, 12, 2, 0 +FILEVERSION 0, 12, 3, 0 +PRODUCTVERSION 0, 12, 3, 0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN