Skip to content

Commit

Permalink
Change log for 11.0.1
Browse files Browse the repository at this point in the history
Change-Id: I259dd9542b78786d657d9bc431c5e09280e85ae2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
  • Loading branch information
e4z9 committed Aug 2, 2023
1 parent c4089a6 commit e35bfdb
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions dist/changelog/changes-11.0.1.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e35bfdb

Please sign in to comment.