@@ -15,15 +15,14 @@ All notable changes to this project will be documented in this file.
15
15
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
16
16
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
17
17
18
- ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.7.0 ...HEAD )
18
+ ## [ Unreleased] ( https://github.com/KDAB/cxx-qt/compare/v0.7.1 ...HEAD )
19
19
20
20
### Added
21
21
22
22
- ` QDateTime::from_string ` to parse ` QDateTime ` from a ` QString ` .
23
23
- Support for further types: ` QUuid `
24
24
- New example: Basic greeter app
25
25
- Support for further types: ` qreal ` , ` qint64 ` , ` qintptr ` , ` qsizetype ` , ` quint64 ` , ` quintptr `
26
- - Allow creating a ` QImage ` from an ` image::RgbaImage ` .
27
26
- Support for ` cfg ` attributes through to C++ generation
28
27
- CXX-Qt-build: Improved compile time and propagation of initializers between crates
29
28
- CXX-Qt-build: Multi-crate projects are now possible with Cargo and CMake (see ` examples/qml_multi_crates ` )
@@ -32,15 +31,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
31
- Add wrappers for up and down casting, for all types which inherit from QObject, available for &T, &mut T and Pin<&mut T>
33
32
- Support for ` QMessageLogContext ` and sending log messages to the Qt message handler.
34
33
35
- ### Fixed
36
-
37
- - Build warnings due to unused unsafe blocks since CXX 1.0.130
38
-
39
34
### Removed
40
35
41
36
- CXX-Qt-build: Interface no longer includes compiler definitions (< https://github.com/KDAB/cxx-qt/issues/1165 > )
42
37
- CXX-Qt-build: Interface no longer includes initializers
43
38
39
+ ## [ 0.7.1] ( https://github.com/KDAB/cxx-qt/compare/v0.7.0...v0.7.1 ) - 2025-03-04
40
+
41
+ ### Added
42
+
43
+ - Allow creating a ` QImage ` from an ` image::RgbaImage ` .
44
+
45
+ ### Fixed
46
+
47
+ - Prevent clippy from tripping lint
48
+ - Build warnings due to unused unsafe blocks since CXX 1.0.130
49
+ - On non-Unix platforms, use deep copying rather than symlinking
50
+
44
51
## [ 0.7.0] ( https://github.com/KDAB/cxx-qt/compare/v0.6.1...v0.7.0 ) - 2024-10-30
45
52
46
53
### Added
0 commit comments