diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f25981df..5fa2833f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 1.0.0 + +* No changes from 1.0.0-rc.1. + ## 1.0.0-rc.1 * Fixed the inability to tab to the playlist view and other list views and fixed or worked around other tabbing misbehaviours. [[#148](https://github.com/reupen/columns_ui/issues/148), [#150](https://github.com/reupen/columns_ui/pull/150), [#151](https://github.com/reupen/columns_ui/pull/151), [#152](https://github.com/reupen/columns_ui/pull/152)] @@ -8,6 +12,8 @@ * Fixed a bug where right-clicking on the Artwork view panel and selecting Options would show the wrong tab in Columns UI preferences. [[#147](https://github.com/reupen/columns_ui/issues/147), [#155](https://github.com/reupen/columns_ui/pull/155)] +* Compiled with Visual Studio 2017 15.9. + ## 1.0.0-beta.1 * Added support for horizontal mouse wheel scrolling in the playlist view and other list views (requires a mouse with a four-way mouse wheel). [[#139](https://github.com/reupen/columns_ui/pull/139)] diff --git a/foo_ui_columns/component_impl.cpp b/foo_ui_columns/component_impl.cpp index c078e8b96..444f43a52 100644 --- a/foo_ui_columns/component_impl.cpp +++ b/foo_ui_columns/component_impl.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#define VERSION "1.0.0-rc.1" +#define VERSION "1.0.0" #ifndef __clang__ #define DATE ", Date "__DATE__