Skip to content

Commit

Permalink
update to v0.10
Browse files Browse the repository at this point in the history
--depend only on Plasma >= 5.23
  • Loading branch information
psifidotos committed Oct 21, 2021
1 parent 164ad16 commit 0012f2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### CHANGELOG

#### Version 0.10.0

* support Plasma 5.23
* depend only on Plasma and KDecorations2 >= 5.23
* drop option for plasma panels to disable decoration on maximized windows

#### Version 0.9.0

* support Plasma 5.18 and 5.21
Expand All @@ -11,7 +17,6 @@
* fix, preserve empty space for hidden states when needed
* remove no needed workarounds


#### Version 0.8.1

* fix compatibility with Plasma 5.18 (Rodrigo Pedra Brum)
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.9.0)
set(VERSION 0.10.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.9.0
X-KDE-PluginInfo-Version=0.10.0
X-KDE-PluginInfo-Website=https://github.com/psifidotos/applet-window-buttons
X-KDE-ServiceTypes=Plasma/Applet

0 comments on commit 0012f2a

Please sign in to comment.