From ae344b9f9b023da1026b53ed90f7403a98238df9 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 31 Mar 2025 13:41:36 +0200 Subject: [PATCH] Add change log for 16.0.1 Change-Id: I7aea190a4e806008d4c7952bc9e6a93f2a3a850c Reviewed-by: Leena Miettinen --- dist/changelog/changes-16.0.1.md | 115 +++++++++++++++++++++++++++++++ dist/changelog/template.md | 2 + 2 files changed, 117 insertions(+) create mode 100644 dist/changelog/changes-16.0.1.md diff --git a/dist/changelog/changes-16.0.1.md b/dist/changelog/changes-16.0.1.md new file mode 100644 index 00000000000..69c91c05899 --- /dev/null +++ b/dist/changelog/changes-16.0.1.md @@ -0,0 +1,115 @@ +Qt Creator 16.0.1 +================= + +Qt Creator version 16.0.1 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 + + + +Editing +------- + +* Fixed that formatting code with the Beautifier plugin broke the text encoding + ([QTCREATORBUG-32668](https://bugreports.qt.io/browse/QTCREATORBUG-32668)) +* Fixed that jumping to a column that doesn't exist jumped to a different line + ([QTCREATORBUG-32592](https://bugreports.qt.io/browse/QTCREATORBUG-32592)) + +### C++ + +* Fixed that autodetection of tab settings was turned on for the built-in + code styles + ([QTCREATORBUG-32664](https://bugreports.qt.io/browse/QTCREATORBUG-32664)) + +### QML + +* Fixed that `Follow Symbol Under Cursor` could open a copy in the build folder + ([QTCREATORBUG-32652](https://bugreports.qt.io/browse/QTCREATORBUG-32652)) + +### Language Server Protocol + +* Fixed the sorting in `Type Hierarchy` + +Projects +-------- + +* Fixed a possible crash when renaming files + +### CMake + +* Improved the detection of Ninja on macOS + ([QTCREATORBUG-32331](https://bugreports.qt.io/browse/QTCREATORBUG-32331)) +* Fixed a crash when adding files + ([QTCREATORBUG-32745](https://bugreports.qt.io/browse/QTCREATORBUG-32745)) +* Fixed `Package manager auto setup` for CMake older than 3.19 + ([QTCREATORBUG-32636](https://bugreports.qt.io/browse/QTCREATORBUG-32636)) + +Debugging +--------- + +* Fixed `Open Memory Editor Showing Stack Layout` + ([QTCREATORBUG-32542](https://bugreports.qt.io/browse/QTCREATORBUG-32542)) + +### QML + +Fixed that variable values in `Locals` view were not marked as changed + ([QTCREATORBUG-29344](https://bugreports.qt.io/browse/QTCREATORBUG-29344)) +* Fixed the re-enabling of breakpoints + ([QTCREATORBUG-17294](https://bugreports.qt.io/browse/QTCREATORBUG-17294)) + +Analyzer +-------- + +### QML Profiler + +* Fixed attaching to a running external application + ([QTCREATORBUG-32617](https://bugreports.qt.io/browse/QTCREATORBUG-32617)) + +### Perf + +* Fixed stopping profiling with the tool button + +Terminal +-------- + +* Fixed issues with the `PATH` environment variable + ([QTCREATORBUG-32647](https://bugreports.qt.io/browse/QTCREATORBUG-32647)) + +Version Control Systems +----------------------- + +### Git + +* Guarded against crashes in `Branches` view + ([QTCREATORBUG-32186](https://bugreports.qt.io/browse/QTCREATORBUG-32186)) + +Platforms +--------- + +### iOS + +* Fixed running on iOS 17+ devices with Xcode 15.4 + ([QTCREATORBUG-32637](https://bugreports.qt.io/browse/QTCREATORBUG-32637)) + +Credits for these changes go to: +-------------------------------- +Alessandro Portale +Andre Hartmann +Christian Kandeler +Christian Stenger +Cristian Adam +David Schulz +Eike Ziller +Jaroslaw Kobus +Jörg Bornemann +Krzysztof Chrusciel +Leena Miettinen +Lukasz Papierkowski +Marcus Tillmanns +Orgad Shaneh +Robert Löhning +Sami Shalayel +Thiago Macieira diff --git a/dist/changelog/template.md b/dist/changelog/template.md index 3ad0888ab5d..c6eab2fbe25 100644 --- a/dist/changelog/template.md +++ b/dist/changelog/template.md @@ -95,6 +95,8 @@ Analyzer ### Valgrind +### Perf + ### Cppcheck Terminal