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 Jun 13, 2021
1 parent 2e953f8 commit 9a1f403
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### CHANGELOG

#### Version 0.7.0

* fix occasional crash when menu is hiding
* fixes when present in plasma panels
* position menus relevant to screen edge
* add filter for maximized windows
* apply filters properly for compact button scenario
* respect Fitt's law for floating latte panels
* position menus relevant to entire screen geometry
* add option to enable unity behavior in neighbour window title applets
* fixes for unity behavior in latte panels

#### Version 0.6.0

* new option to support color schemes for menus. For Latte a new option to colorize the menus based on the current window color scheme is already present.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(applet_window_appmenu)
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 @@ -7,7 +7,7 @@ X-KDE-PluginInfo-Author=Michail Vourlakos
X-KDE-PluginInfo-Email[email protected]
X-KDE-PluginInfo-License=GPL-2.0+
X-KDE-PluginInfo-Name=org.kde.windowappmenu
X-KDE-PluginInfo-Version=0.6.0
X-KDE-PluginInfo-Version=0.7.0
X-KDE-PluginInfo-Website=https://github.com/psifidotos/applet-window-appmenu
X-KDE-ServiceTypes=Plasma/Applet
X-Plasma-API=declarativeappletscript
Expand Down

0 comments on commit 9a1f403

Please sign in to comment.