Skip to content

0.7.1

Compare
Choose a tag to compare
@LeonMatthesKDAB LeonMatthesKDAB released this 05 Mar 12:25
· 132 commits to main since this release

⚠️ We changed the versioning scheme for cxx-qt-cmake for this release!

The GIT_TAG for this release is 0.7.1, (and not v0.7.1).
We will no longer use the v prefix for cxx-qt-cmake releases going forward.

We have chosen to make this change for two reasons:

  1. It's now consistent with version declarations in Cargo, which don't use the v prefix
  2. As the name is now consistent with our 0.7 branch name, you can use GIT_TAG 0.7 to simply follow the latest patch release, similar to specifying "0.7" in Cargo.toml.

Added

  • Allow creating a QImage from an image::RgbaImage.

Fixed

  • Prevent clippy from tripping lint
  • Build warnings due to unused unsafe blocks since CXX 1.0.130
  • On non-Unix platforms, use deep copying rather than symlinking
  • cxx-qt-cmake: Fix build errors with rustup 1.28.0 by bumping Corrosion