diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a882e4..daf5f0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "0.8.3") +set(PROJECT_VERSION "0.8.4") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index 8d83551..e5bc889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +V0.8.4 +--------- + +* improved unison hovering (contributed by @trmdi, thanks!) +* minor shadow adjustments +* minor ui fix + V0.8.3 ---------