Skip to content

Commit 4f9c32b

Browse files
v0.27.8
1 parent ee8199f commit 4f9c32b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
v0.27.7 (2025-04-02)
218

319
Hotfix git submodule urls.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04
44

55
# dont touch! set by metatool
6-
set(PROJECT_VERSION 0.27.7)
6+
set(PROJECT_VERSION 0.27.8)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

0 commit comments

Comments
 (0)