summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-10 22:57:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-10 22:57:37 +0200
commit60c9cb85e5e75c8bfc6415fd8439091d7052b496 (patch)
tree3e1ec48d6a757492067de91816637dda11e628a9 /CMakeLists.txt
parent1493005bd9d5454befed36b9b9aba548f8277a05 (diff)
downloadayatana-indicator-keyboard-26.6.0.tar.gz
ayatana-indicator-keyboard-26.6.0.tar.bz2
ayatana-indicator-keyboard-26.6.0.zip
Release 26.6.026.6.0
- src/service.c: Move 'Show Current Layout' menuitem closer HWK settings (i.e. drop one menu separator). - Rebuild display and settings sections on hardware keyboard state change. - src/keyboard-lomiri.c: For OSK layouts, update 'enabled-languages' gsettings and move the newly selected 'active-language' to the top. - src/keyboard*: Remember nLayout and nLayoutOSK separately. - Separate layout and settings for hardware and on-screen keyboards. - Fix showing current layout on Lomiri (using tecla). - Translation updates (thanks to all contributors on hosted.weblate.org).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 30fed304..0047840a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
-project (ayatana-indicator-keyboard VERSION "24.7.2" LANGUAGES C CXX)
+project (ayatana-indicator-keyboard VERSION "26.6.0" LANGUAGES C CXX)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)