Change log for 11.0.1

Change-Id: I259dd9542b78786d657d9bc431c5e09280e85ae2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-07-31 10:21:39 +02:00
parent c4089a699e
commit e35bfdb7d1

77
dist/changelog/changes-11.0.1.md vendored Normal file
View File

@@ -0,0 +1,77 @@
Qt Creator 11.0.1
=================
Qt Creator version 11.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:
git clone git://code.qt.io/qt-creator/qt-creator.git
git log --cherry-pick --pretty=oneline origin/v11.0.0..v11.0.1
General
-------
* Fixed writing configuration files with `sdktool`
* Fixed exporting keyboard shortcut schemes
([QTCREATORBUG-29431](https://bugreports.qt.io/browse/QTCREATORBUG-29431))
Editing
-------
### SCXML
* Fixed a crash when `onEntry`/`onExit` events and transitions where displayed
together
([QTCREATORBUG-29429](https://bugreports.qt.io/browse/QTCREATORBUG-29429))
### Beautifier
* Fixed setting a customized Clang Format style
([QTCREATORBUG-28525](https://bugreports.qt.io/browse/QTCREATORBUG-28525))
Projects
--------
* Fixed a crash when editing kits
([QTCREATORBUG-29382](https://bugreports.qt.io/browse/QTCREATORBUG-29382),
[QTCREATORBUG-29425](https://bugreports.qt.io/browse/QTCREATORBUG-29425))
* Fixed a crash when manually re-detecting toolchains
([QTCREATORBUG-29430](https://bugreports.qt.io/browse/QTCREATORBUG-29430))
* Fixed the pasting of large texts in integrated terminal
* Incredibuild
* Fixed missing UI in the build steps
### CMake
* Fixed an issue with framework paths with CMake >= 3.27
([QTCREATORBUG-29450](https://bugreports.qt.io/browse/QTCREATORBUG-29450))
Debugging
---------
* Fixed the button state in the dialog for loading core files
* Fixed debugging with debuggers that still use Python 2.7
([QTCREATORBUG-29440](https://bugreports.qt.io/browse/QTCREATORBUG-29440))
* GDB
* Fixed `Use common locations for debug information`
Version Control Systems
-----------------------
### Git
* Fixed a crash when tools are not found in `PATH`
Credits for these changes go to:
--------------------------------
Aleksei German
André Pönitz
Christian Kandeler
Christian Stenger
Cristian Adam
Eike Ziller
Leena Miettinen
Marcus Tillmanns
Robert Löhning