Update change log for 6.0

Change-Id: Ifb0aacc979910a9de1ea56d9ed31f856a0dbf376
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2021-10-26 15:46:23 +02:00
parent d5a3435798
commit 296b9b700d

38
dist/changes-6.0.0.md vendored
View File

@@ -21,21 +21,30 @@ Editing
* Added support for multiple cursor editing (QTCREATORBUG-16013) * Added support for multiple cursor editing (QTCREATORBUG-16013)
* Added import and export for font settings (QTCREATORBUG-6833) * Added import and export for font settings (QTCREATORBUG-6833)
* Fixed missing permissions update when files change (QTCREATORBUG-22447)
### C++ ### C++
* Updated to LLVM 13 * Updated to LLVM 13
* Added completion and function hint to `clangd` support
* Added option for saving open files automatically after refactoring * Added option for saving open files automatically after refactoring
(QTCREATORBUG-25924) (QTCREATORBUG-25924)
* Added information about source to tooltip on diagnostics
* Fixed `Insert Definition` for templates with value parameters * Fixed `Insert Definition` for templates with value parameters
(QTCREATORBUG-26113) (QTCREATORBUG-26113)
* Fixed canceling of C++ parsing on configuration change (QTCREATORBUG-24890) * Fixed canceling of C++ parsing on configuration change (QTCREATORBUG-24890)
* Fixed crash when checking for refactoring actions (QTCREATORBUG-26316)
* Fixed wrong target compiler option (QTCREATORBUG-25615)
* Fixed parentheses matching (QTCREATORBUG-26400)
* Clangd
* Added warning for older `clangd` versions
* Added support for completion and function hint
* Improved location of generated `compile_commands.json` (QTCREATORBUG-26431)
### QML ### QML
* Improved wizards for Qt 6.2 (QTCREATORBUG-26170) * Improved wizards for Qt 6.2 (QTCREATORBUG-26170)
* Simplified wizards * Simplified wizards
* Fixed wrong warning on JavaScript equality checks (QTCREATORBUG-25917)
### Language Server Protocol ### Language Server Protocol
@@ -53,11 +62,16 @@ Projects
* Fixed redundant output on process crash (QTCREATORBUG-26049) * Fixed redundant output on process crash (QTCREATORBUG-26049)
* Fixed duplicates in file rename dialog (QTCREATORBUG-26268) * Fixed duplicates in file rename dialog (QTCREATORBUG-26268)
* Fixed variable expansion for working directory (QTCREATORBUG-26274) * Fixed variable expansion for working directory (QTCREATORBUG-26274)
* Fixed possible warning when opening files from compile output
(QTCREATORBUG-26422)
* Fixed that re-detecting compilers removed compilers from kits
(QTCREATORBUG-25697)
### CMake ### CMake
* Removed separate `<Headers>` node from project tree (QTCREATORBUG-18206, * Removed separate `<Headers>` node from project tree (QTCREATORBUG-18206,
QTCREATORBUG-24609, QTCREATORBUG-25407) QTCREATORBUG-24609, QTCREATORBUG-25407)
* Improved performance while loading large projects
* Fixed that CMake warnings and project loading errors were not added to * Fixed that CMake warnings and project loading errors were not added to
`Issues` pane (QTCREATORBUG-26231) `Issues` pane (QTCREATORBUG-26231)
* Fixed header file handling when mentioned in target sources * Fixed header file handling when mentioned in target sources
@@ -70,6 +84,19 @@ Projects
* Fixed crash when canceling parsing (QTCREATORBUG-26333) * Fixed crash when canceling parsing (QTCREATORBUG-26333)
### Compilation Database
* Fixed that headers were not shown as part of the project (QTCREATORBUG-26356)
Debugging
---------
### GDB
* Fixed issue with non-English locale (QTCREATORBUG-26384)
* Fixed variable expansion for `Additional Startup Commands`
(QTCREATORBUG-26382)
Version Control Systems Version Control Systems
----------------------- -----------------------
@@ -101,6 +128,10 @@ Platforms
* Added details to device settings (QTCREATORBUG-23991) * Added details to device settings (QTCREATORBUG-23991)
* Added filter field for Android SDK manager * Added filter field for Android SDK manager
### WebAssembly
* Fixed running applications (QTCREATORBUG-25905, QTCREATORBUG-26189)
### Docker ### Docker
* Various improvements * Various improvements
@@ -125,12 +156,14 @@ Eike Ziller
Fawzi Mohamed Fawzi Mohamed
Henning Gruendl Henning Gruendl
Ihor Dutchak Ihor Dutchak
Ivan Komissarov
Jaroslaw Kobus Jaroslaw Kobus
Johanna Vanhatapio Johanna Vanhatapio
Jonas Karlsson Jonas Karlsson
Kai Köhne Kai Köhne
Kama Wójcik Kama Wójcik
Knud Dollereder Knud Dollereder
Leena Miettinen
Li Xi Li Xi
Loren Burkholder Loren Burkholder
Mahmoud Badri Mahmoud Badri
@@ -143,10 +176,13 @@ Petar Perisin
Piotr Mikolajczyk Piotr Mikolajczyk
Samuel Ghinet Samuel Ghinet
Shantanu Tushar Shantanu Tushar
Tapani Mattila
Tasuku Suzuki Tasuku Suzuki
Thiago Macieira Thiago Macieira
Thomas Hartmann Thomas Hartmann
Tim Jenssen Tim Jenssen
Tony Leinonen Tony Leinonen
Tor Arne Vestbø Tor Arne Vestbø
Tuomo Pelkonen
Vikas Pachdha
Vladimir Serdyuk Vladimir Serdyuk