Skip to content

Commit 461cb06

Browse files
chore(release): v34.0.10
1 parent 7ba1f6f commit 461cb06

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#### Plugins
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+
123
## v34.0.9 (2026-02-13)
224

325
### Fixes

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.26) # Required by BUILD_LOCAL_INTERFACE generator expression
44

55
# dont touch! set by metatool
6-
set(PROJECT_VERSION 34.0.9)
6+
set(PROJECT_VERSION 34.0.10)
77

88
project(albert
99
VERSION ${PROJECT_VERSION}

0 commit comments

Comments
 (0)