diff --git a/CMakeLists.txt b/CMakeLists.txt index dfc77ac..1787007 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,26 +1,26 @@ project(simplemenu) -set(PROJECT_VERSION "1.0.4") +set(PROJECT_VERSION "1.0.5") set(PROJECT_VERSION_MAJOR 1) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set(QT_MIN_VERSION "5.4.0") find_package(ECM 0.0.11 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings) include(ECMInstallIcons) include(ECMMarkAsTest) include(ECMMarkNonGuiExecutable) include(ECMOptionalAddSubdirectory) include(FeatureSummary) include(CheckIncludeFiles) set(KF5_MIN_VERSION "5.24.0") find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma ) plasma_install_package(package org.kde.plasma.simplemenu) diff --git a/ChangeLog b/ChangeLog index 23eb1a5..3a31197 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,21 @@ -Chances in v1.0.4: + +Changes in v1.0.5: +* Speed optimizations to open the menu faster. + +Changes in v1.0.4: * Fixed menu appearing on the wrong monitor in multi-monitor setups. * Fixed crash when opening the context menu for search result items. Changes in v1.0.3: * Fix favorites on Plasma 5.11 and support the new globally shared favorites and unique per-activity favorites. Changes in v1.0.2: * Made sure initial arrow key press always selects first item. * Polished search experience: First search result is selected while searching, no longer requiring extra key presses to launch. * Fixed auto-hide panels not staying open while Simple Menu is open. * Support for the panel icon size hint in Frameworks 5, prevents panel icon getting too large in wide panels. * Fixed panel icon missing mouseover highlight effect. * Now requiring KDE Frameworks v5.34. diff --git a/package/metadata.desktop b/package/metadata.desktop index 335b912..6bfd2cd 100644 --- a/package/metadata.desktop +++ b/package/metadata.desktop @@ -1,20 +1,20 @@ [Desktop Entry] Name=Simple Menu Comment=A simple launcher menu Type=Service Icon=start-here-kde X-KDE-ServiceTypes=Plasma/Applet X-Plasma-API=declarativeappletscript X-Plasma-MainScript=ui/main.qml X-Plasma-Provides=org.kde.plasma.launchermenu X-KDE-PluginInfo-Author=Eike Hein X-KDE-PluginInfo-Email=hein@kde.org X-KDE-PluginInfo-Name=org.kde.plasma.simplemenu -X-KDE-PluginInfo-Version=1.0.4 +X-KDE-PluginInfo-Version=1.0.5 X-KDE-PluginInfo-Category=Application Launchers X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL v2+ X-KDE-PluginInfo-EnabledByDefault=true