diff options
author | Eike Ziller <[email protected]> | 2025-05-09 15:39:23 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2025-05-12 06:54:49 +0000 |
commit | 4c84e42a0dc204dd95f057c6e482d359dc058ea4 (patch) | |
tree | a2ddde676559675e3ef9d002e519b2e4b83982ea | |
parent | b6492cc11f77eadb3ccad41460b02114b248edc3 (diff) |
Change-Id: I0058dd8a852a37fe22f6e44ac6dcc2d423b1018f
Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r-- | dist/changelog/changes-16.0.2.md | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/dist/changelog/changes-16.0.2.md b/dist/changelog/changes-16.0.2.md new file mode 100644 index 00000000000..5db5ff77bf1 --- /dev/null +++ b/dist/changelog/changes-16.0.2.md @@ -0,0 +1,79 @@ +Qt Creator 16.0.2 +================= + +Qt Creator version 16.0.2 contains bug fixes. +It is a free upgrade for commercial license holders. + +The most important changes are listed in this document. For a complete list of +changes, see the Git log for the Qt Creator sources that you can check out from +the public Git repository or view online at + +<https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=v16.0.1..v16.0.2> + +Editing +------- + +* Fixed the position of annotation tooltips for horizontally scrolled editors + ([QTCREATORBUG-32658](https://bugreports.qt.io/browse/QTCREATORBUG-32658)) +* Fixed a crash when pressing the `Delete` key while the focus is in an empty + `Bookmarks` view + ([QTCREATORBUG-32774](https://bugreports.qt.io/browse/QTCREATORBUG-32774)) +* Fixed a crash when opening big files + ([QTCREATORBUG-32875](https://bugreports.qt.io/browse/QTCREATORBUG-32875)) + +### Qt Quick Designer + +* Fixed a crash when switching to a `.ui.qml` file the first time, if `Design` + mode is already active + ([QTCREATORBUG-32854](https://bugreports.qt.io/browse/QTCREATORBUG-32854)) + +Analyzer +-------- + +### Coco + +* Fixed a crash in the build step + ([QTCREATORBUG-32850](https://bugreports.qt.io/browse/QTCREATORBUG-32850)) + +Version Control Systems +----------------------- + +### Git + +* Fixed a crash when clicking links in the tooltip for `Instant Blame` + +Platforms +--------- + +### macOS + +* Fixed issues with configuring CMake projects with CMake 4.0.0 and CMake 4.0.1 + ([QTCREATORBUG-32877](https://bugreports.qt.io/browse/QTCREATORBUG-32877)) + +### Android + +* Fixed a crash when setting up Android projects + ([QTCREATORBUG-32849](https://bugreports.qt.io/browse/QTCREATORBUG-32849)) + +### iOS + +* Fixed QML profiling on Simulator and devices with iOS 16 or earlier + +### MCU + +* Fixed an issue with optional packages + ([QTCREATORBUG-32777](https://bugreports.qt.io/browse/QTCREATORBUG-32777)) + +Credits for these changes go to: +-------------------------------- +André Pönitz +Aurélien Brooke +Christian Stenger +David Schulz +Eike Ziller +Jaroslaw Kobus +Karim Abdelrahman +Krzysztof Chrusciel +Leena Miettinen +Marcus Tillmanns +Markus Redeker |