Skip to content

Commit

Permalink
update to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psifidotos committed Nov 24, 2019
1 parent 75c99c4 commit 5c2dcbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### CHANGELOG

#### Version 0.7.0

* introduce a new Button Size percentage option and drop thickness margin in order to set the buttons size
* introduce Hidden State in order for the user to choose how buttons should behave when they should not be shown. Currently two states are supported: Slide out and Preserve Empty Space
* introduce a new Color Scheme based on current Plasma Theme used and make it also default
* live preview for changes in the settings window
* do not crash when the selected decoration does not exist in the systemm, for example it was uninstalled
* update buttons for scheme changes

#### Version 0.6.0

* new visibility mode: At least one window is shown
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(applet_windowbuttons)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

set(CMAKE_CXX_STANDARD 14)
set(VERSION 0.6.0)
set(VERSION 0.7.0)
set(AUTHOR "Michail Vourlakos")
set(EMAIL "[email protected]")

Expand Down
2 changes: 1 addition & 1 deletion package/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ X-KDE-PluginInfo-Category=Windows and Tasks
X-KDE-PluginInfo-Email[email protected]
X-KDE-PluginInfo-License=GPLv2
X-KDE-PluginInfo-Name=org.kde.windowbuttons
X-KDE-PluginInfo-Version=0.6.0
X-KDE-PluginInfo-Version=0.7.0
X-KDE-PluginInfo-Website=https://github.com/psifidotos/applet-window-buttons
X-KDE-ServiceTypes=Plasma/Applet

0 comments on commit 5c2dcbe

Please sign in to comment.