Update change log for 13.0.0

Change-Id: I7760acdfeb1b0a309e8d939bf37494aa3a0a7a36
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-02-27 12:45:36 +01:00
parent c536712707
commit b60e0cfee7

View File

@@ -39,6 +39,8 @@ General
for searching in `Files in File System` for searching in `Files in File System`
* Added `Copy to Clipboard` to the `About Qt Creator` dialog * Added `Copy to Clipboard` to the `About Qt Creator` dialog
([QTCREATORBUG-29886](https://bugreports.qt.io/browse/QTCREATORBUG-29886)) ([QTCREATORBUG-29886](https://bugreports.qt.io/browse/QTCREATORBUG-29886))
* Fixed issues with the window actions
([QTCREATORBUG-30381](https://bugreports.qt.io/browse/QTCREATORBUG-30381))
Editing Editing
------- -------
@@ -78,6 +80,8 @@ Editing
* Clangd * Clangd
* Fixed that `Follow Symbol Under Cursor` only worked for exact matches * Fixed that `Follow Symbol Under Cursor` only worked for exact matches
([QTCREATORBUG-29814](https://bugreports.qt.io/browse/QTCREATORBUG-29814)) ([QTCREATORBUG-29814](https://bugreports.qt.io/browse/QTCREATORBUG-29814))
* Fixed the version check for remote `clangd` executables
([QTCREATORBUG-30374](https://bugreports.qt.io/browse/QTCREATORBUG-30374))
### QML ### QML
@@ -133,6 +137,8 @@ Projects
([QTCREATORBUG-29530](https://bugreports.qt.io/browse/QTCREATORBUG-29530)) ([QTCREATORBUG-29530](https://bugreports.qt.io/browse/QTCREATORBUG-29530))
* Added a file wizard for Qt translation (`.ts`) files * Added a file wizard for Qt translation (`.ts`) files
([QTCREATORBUG-29775](https://bugreports.qt.io/browse/QTCREATORBUG-29775)) ([QTCREATORBUG-29775](https://bugreports.qt.io/browse/QTCREATORBUG-29775))
* Added an optional warning for special characters in build directories
([QTCREATORBUG-20834](https://bugreports.qt.io/browse/QTCREATORBUG-20834))
* Improved the environment settings by making the changes explicit in a * Improved the environment settings by making the changes explicit in a
separate, text-based editor separate, text-based editor
* Increased the maximum width of the target selector * Increased the maximum width of the target selector
@@ -184,6 +190,9 @@ Debugging
### C++ ### C++
* Added a pretty printer for `std::tuple` * Added a pretty printer for `std::tuple`
* Improved the display of size information for the pretty printer of
`QByteArray`
([QTCREATORBUG-30065](https://bugreports.qt.io/browse/QTCREATORBUG-30065))
* Fixed that breakpoints were not hit while the message dialog about missing * Fixed that breakpoints were not hit while the message dialog about missing
debug information was shown debug information was shown
([QTCREATORBUG-30168](https://bugreports.qt.io/browse/QTCREATORBUG-30168)) ([QTCREATORBUG-30168](https://bugreports.qt.io/browse/QTCREATORBUG-30168))
@@ -270,6 +279,7 @@ Andre Hartmann
André Pönitz André Pönitz
Andreas Loth Andreas Loth
Artem Sokolovskii Artem Sokolovskii
Assam Boudjelthia
Brook Cronin Brook Cronin
Burak Hancerli Burak Hancerli
Christian Kandeler Christian Kandeler
@@ -306,6 +316,7 @@ Robert Löhning
Sami Shalayel Sami Shalayel
Samuel Jose Raposo Vieira Mira Samuel Jose Raposo Vieira Mira
Samuel Mira Samuel Mira
Semih Yavuz
Serg Kryvonos Serg Kryvonos
Shrief Gabr Shrief Gabr
Sivert Krøvel Sivert Krøvel