diff options
author | Eike Ziller <[email protected]> | 2024-08-05 09:39:50 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2024-08-05 07:43:36 +0000 |
commit | b56716086174ae1b0eeb3942028086133c8a9c15 (patch) | |
tree | 2a481415fd427de11096be9efce002413999310d | |
parent | c1316e998e39ceb9565fbe31454c162920c20a45 (diff) |
Add change log for 14.0.1v14.0.1
Change-Id: Ibadb42dad843f3340c46b099fef177ea0296ec12
Reviewed-by: Eike Ziller <[email protected]>
-rw-r--r-- | dist/changelog/changes-14.0.1.md | 92 | ||||
-rw-r--r-- | dist/changelog/template.md | 9 |
2 files changed, 98 insertions, 3 deletions
diff --git a/dist/changelog/changes-14.0.1.md b/dist/changelog/changes-14.0.1.md new file mode 100644 index 00000000000..ba34bb30ad5 --- /dev/null +++ b/dist/changelog/changes-14.0.1.md @@ -0,0 +1,92 @@ +Qt Creator 14.0.1 +================= + +Qt Creator version 14.0.1 contains bug fixes. + +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. For example: + +<https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=v14.0.0..v14.0.1> + +General +------- + +* Fixed wrong colors when using a light theme on a dark system + ([QTCREATORBUG-31226](https://bugreports.qt.io/browse/QTCREATORBUG-31226)) + +Editing +------- + +* Fixed a crash when selecting a context menu item for an editor that was + closed in the meantime + ([QTCREATORBUG-31232](https://bugreports.qt.io/browse/QTCREATORBUG-31232)) + +### C++ + +* Fixed a crash in the type hierarchy builder + ([QTCREATORBUG-31318](https://bugreports.qt.io/browse/QTCREATORBUG-31318)) +* Fixed the highlighting of non-plain character literals + ([QTCREATORBUG-31342](https://bugreports.qt.io/browse/QTCREATORBUG-31342)) + +### QML + +* Fixed that context help could show help from the wrong module + ([QTCREATORBUG-31280](https://bugreports.qt.io/browse/QTCREATORBUG-31280)) + +### FakeVim + +* Fixed that invalid values could be set for the tabstop size + ([QTCREATORBUG-28082](https://bugreports.qt.io/browse/QTCREATORBUG-28082)) + +Projects +-------- + +### CMake + +* Fixed the application of changes to the `Initial Arguments` + ([QTCREATORBUG-31320](https://bugreports.qt.io/browse/QTCREATORBUG-31320)) + +Debugging +--------- + +### C++ + +* Fixed pretty printing for Qt 4 + ([QTCREATORBUG-31355](https://bugreports.qt.io/browse/QTCREATORBUG-31355)) + +Analyzer +-------- + +### Axivion + +* Fixed a crash when creating links from the issues table to column data + +### Valgrind + +* Fixed missing error kinds for newer Valgrind versions in the parser + ([QTCREATORBUG-31376](https://bugreports.qt.io/browse/QTCREATORBUG-31376)) + +Platforms +--------- + +### Docker + +* Fixed a crash when adding a Docker device while an application is running + on a Docker device + ([QTCREATORBUG-31364](https://bugreports.qt.io/browse/QTCREATORBUG-31364)) + +Credits for these changes go to: +-------------------------------- +Alessandro Portale +Alexandre Laurent +André Pönitz +Andrew Shark +Christian Kandeler +Christian Stenger +Cristian Adam +Eike Ziller +Leena Miettinen +Marco Bubke +Marcus Tillmanns +Mehdi Salem diff --git a/dist/changelog/template.md b/dist/changelog/template.md index 66e94906aea..e6a4b2fcb31 100644 --- a/dist/changelog/template.md +++ b/dist/changelog/template.md @@ -5,10 +5,9 @@ Qt Creator version 13 contains bug fixes and new features. 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. For example: +the public Git repository or view online at - git clone git://code.qt.io/qt-creator/qt-creator.git - git log --cherry-pick --pretty=oneline origin/12.0..v13.0.0 +<https://code.qt.io/cgit/qt-creator/qt-creator.git/log/?id=12.0..v13.0.0> New plugins ----------- @@ -46,6 +45,8 @@ Editing ### SCXML +### FakeVim + ### Binary Files Projects @@ -83,6 +84,8 @@ Analyzer ### CTF Visualizer +### Valgrind + ### Cppcheck Terminal |