From 14bcfde71f66f39d9135fdbe9029e77cd9b278ee Mon Sep 17 00:00:00 2001 From: Salva Ardid Date: Sat, 23 Nov 2019 01:51:12 -0500 Subject: [PATCH] V0.6.0 --- CMakeLists.txt | 2 +- ChangeLog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7348527..044f535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "0.5.3") +set(PROJECT_VERSION "0.6.0") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index 8735db4..d0e363a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +V0.6.0 +--------- + +* Enabled option to hide title bar +* Nicer hide title bar behavior (it actually keeps a title bar as minimalistic as it can be to save vertical space; thought for laptops using window appMenu and window buttons in a latte panel) +* Fixed issue in Symbol Style Minimal +* Improved outer ring contrast +* Fixed issue with titlebar color (issue #36) + V0.5.3 ---------