Skip to content

Commit

Permalink
Merge pull request #157 from reupen/set-ver-1.0.0
Browse files Browse the repository at this point in the history
Set version to 1.0.0
  • Loading branch information
reupen authored Jan 15, 2019
2 parents dceaac2 + 801096b commit 25ab942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand All @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion foo_ui_columns/component_impl.cpp
Original file line number Diff line number Diff line change
@@ -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__
Expand Down

0 comments on commit 25ab942

Please sign in to comment.