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 7ba1f6f commit 461cb06Copy full SHA for 461cb06
2 files changed
CHANGELOG.md
@@ -1,3 +1,25 @@
1
+## v34.0.10 (2026-02-13)
2
+
3
+### Features
4
5
+#### Plugins
6
7
+- **Widgets BoxModel** · Warn on icon rendering taking too long
8
9
+### Performance
10
11
12
13
+- **Widgets BoxModel** · Warm up font rendering
14
15
+### Fixes
16
17
+#### Core
18
19
+- _GeneratorQueryHandler_ · Workaround Qt 6.4 deadlocks
20
+- _BackgroundExecutor_ · Workaround Qt 6.4 deadlocks
21
22
23
## v34.0.9 (2026-02-13)
24
25
### Fixes
CMakeLists.txt
@@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.26) # Required by BUILD_LOCAL_INTERFACE generator expression
# dont touch! set by metatool
-set(PROJECT_VERSION 34.0.9)
+set(PROJECT_VERSION 34.0.10)
project(albert
VERSION ${PROJECT_VERSION}
0 commit comments