From 01acc3914335bcb75d8e2aa91c177092866f65bf Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Sat, 31 Aug 2019 19:36:21 +0100 Subject: [PATCH 1/2] Set version to 1.2.0-rc.2 --- foo_ui_columns/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foo_ui_columns/version.cpp b/foo_ui_columns/version.cpp index 9d43c76ae..d759e8d3b 100644 --- a/foo_ui_columns/version.cpp +++ b/foo_ui_columns/version.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#define VERSION "1.2.0-rc.1" +#define VERSION "1.2.0-rc.2" #ifndef __clang__ #define DATE ", Date "__DATE__ From 52c2efd4acf28f4cca5944854fb2a07ae5be70e6 Mon Sep 17 00:00:00 2001 From: Reupen Shah Date: Sat, 31 Aug 2019 19:36:32 +0100 Subject: [PATCH 2/2] Add change log for version 1.2.0-rc.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66dfc2e3..4c9684569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change log +## 1.2.0-rc.2 + +* A crash when Item properties was used with Playback Statistics 2.x was fixed. [[#227](https://github.com/reupen/columns_ui/pull/227)] + +* A warning is now output to the foobar2000 console if UI Hacks is installed (due to problems it’s known to cause). [[#224](https://github.com/reupen/columns_ui/pull/224)] + +* The component is now compiled using foobar2000 SDK 2019-07-26. [[#225](https://github.com/reupen/columns_ui/pull/225), [#226](https://github.com/reupen/columns_ui/pull/226)] + ## 1.2.0-rc.1 * A potential crash when the Item properties panel was refreshing its contents was fixed. [[#218](https://github.com/reupen/columns_ui/pull/218)]