File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 0.2.12 2024-10-22 (qttype only)
10
+
11
+ - Prefer Qt6 over Qt5 if there is a ` qmake6 ` binary in PATH
12
+ - ` impl From<QVariantMap> for QVariant `
13
+ - Add QVariant::to_qvariantmap wrapper
14
+ - Add QVariant::to_qstring wrapper
15
+ - Add QVariant::type_name wrapper
16
+ - Add Debug for QVariantList
17
+ - Add QVariant::toInt wrapper
18
+ - Fix Qt linkage on macOS when Qt was configured with -no-framework
19
+
9
20
## 0.2.11 2023-11-03 (qttype only)
10
21
11
22
- reenable ` cargo:rustc-cdylib-link-arg=-Wl,-rpath, ` command even if it is depracated as it broke people's build
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qttypes"
3
- version = " 0.2.11 "
3
+ version = " 0.2.12 "
4
4
edition = " 2018"
5
5
authors = [" Olivier Goffart <olivier.goffart@slint.dev>" ]
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments