diff options
author | Eike Ziller <eike.ziller@qt.io> | 2025-09-26 12:52:44 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2025-09-26 12:01:03 +0000 |
commit | 8f6c1bca98e3a1987a41931931e846de5fdbc8db (patch) | |
tree | 2f8e7f15dfcb3b93b5599ee3cfa7b74884e7f1dd | |
parent | 136446c5f9fb11ecc8ba356bf7a6b2d7a37506c1 (diff) |
Add change log for 17.0.2v17.0.2
Change-Id: Iaa2f5c12c759342110e104ebb9c9cd81fdc739c0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r-- | dist/changelog/changes-17.0.2.md | 86 | ||||
-rw-r--r-- | dist/changelog/template.md | 2 |
2 files changed, 87 insertions, 1 deletions
diff --git a/dist/changelog/changes-17.0.2.md b/dist/changelog/changes-17.0.2.md new file mode 100644 index 00000000000..9e891be11af --- /dev/null +++ b/dist/changelog/changes-17.0.2.md @@ -0,0 +1,86 @@ +Qt Creator 17.0.2 +================= + +Qt Creator version 17.0.2 contains bug fixes. +It is a free upgrade for all users. + +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=v17.0.1..v17.0.2> + +Editing +------- + +* Fixed an issue with camel case navigation + ([QTCREATORBUG-33154](https://bugreports.qt.io/browse/QTCREATORBUG-33154), + [QTCREATORBUG-33428](https://bugreports.qt.io/browse/QTCREATORBUG-33428)) +* Fixed the cursor position after deleting selected text and moving up or down + ([QTCREATORBUG-33106](https://bugreports.qt.io/browse/QTCREATORBUG-33106)) + +### Language Server Protocol + +* Fixed a crash when completing code + ([QTCREATORBUG-33258](https://bugreports.qt.io/browse/QTCREATORBUG-33258)) + +### Markdown + +* Fixed a crash + ([QTAIASSIST-295](https://bugreports.qt.io/browse/QTAIASSIST-295)) + +Projects +-------- + +* Fixed the `Qt Quick Test` wizard template when using `#pragma once` + ([QTCREATORBUG-33502](https://bugreports.qt.io/browse/QTCREATORBUG-33502)) + +### CMake + +* Fixed that presets were ignored if there was only a `CMakeUserPresets.json` + file but no `CMakePresets.json` file + ([QTCREATORBUG-33509](https://bugreports.qt.io/browse/QTCREATORBUG-33509)) + +### Qbs + +* Fixed the Qt configuration for remote projects + +### Compilation Database + +* Fixed the parsing of the project when switching build configurations + +Analyzer +-------- + +### Axivion + +* Fixed an issue with authorization + +Platforms +--------- + +### Android + +* Worked around a CMake issue + ([QTBUG-139439](https://bugreports.qt.io/browse/QTBUG-139439)) + ([CMake Bugtracker](https://gitlab.kitware.com/cmake/cmake/-/issues/27169)) + +### MCU + +* Fixed that non-MCU kits were offered for MCU projects + ([QTCREATORBUG-33352](https://bugreports.qt.io/browse/QTCREATORBUG-33352)) + +Credits for these changes go to: +-------------------------------- +Alexandru Croitor +AndrΓ© PΓΆnitz +Christian Kandeler +Christian Stenger +Cristian Adam +David Schulz +Eike Ziller +Jaroslaw Kobus +Lukasz Papierkowski +Marcus Tillmanns +Teea Poldsam +Yasser Grimes diff --git a/dist/changelog/template.md b/dist/changelog/template.md index a1c571bfe92..3c13a2850a2 100644 --- a/dist/changelog/template.md +++ b/dist/changelog/template.md @@ -2,7 +2,7 @@ Qt Creator 13 ============= Qt Creator version 13 contains bug fixes and new features. -It is a free upgrade for commercial license holders. +It is a free upgrade for all users. 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 |