We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8199f commit 4f9c32bCopy full SHA for 4f9c32b
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+v0.27.8 (2025-04-06)
2
+
3
+Hotfix release for the frontends.
4
5
+## Native plugins
6
7
+### widgetsboxmodel
8
9
+- Fix uninitialized trigger length causing crashes
10
11
+### widgetsboxmodel-qss
12
13
+- Adopt completion bahavior
14
+- Non hiding action support.
15
+- Themesqueryhandler behavior from wbm
16
17
v0.27.7 (2025-04-02)
18
19
Hotfix git submodule urls.
CMakeLists.txt
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04
# dont touch! set by metatool
-set(PROJECT_VERSION 0.27.7)
+set(PROJECT_VERSION 0.27.8)
project(albert
VERSION ${PROJECT_VERSION}
0 commit comments