Update change log

Change-Id: I963f63601bae4d1723f740be195f12245fd59010
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-06-27 09:26:44 +02:00
parent e86e5f76a8
commit 67d2789523

View File

@@ -15,6 +15,7 @@ General
* Started work on supporting Lua based plugins (registering language servers, * Started work on supporting Lua based plugins (registering language servers,
actions, preferences, and wizards) actions, preferences, and wizards)
([Documentation](https://doc-snapshots.qt.io/qtcreator-extending/lua-extensions.html)) ([Documentation](https://doc-snapshots.qt.io/qtcreator-extending/lua-extensions.html))
* Added a mode for managing extensions
* Added `Clear` and `Save Contents` to context menus of all output views * Added `Clear` and `Save Contents` to context menus of all output views
* Locator * Locator
* Added the option to show results relative to project root * Added the option to show results relative to project root
@@ -38,6 +39,9 @@ Editing
* Fixed that after hiding the editor in `Debug` mode, `Edit` mode always opened * Fixed that after hiding the editor in `Debug` mode, `Edit` mode always opened
when opening documents, even if an external editor window was available when opening documents, even if an external editor window was available
([QTCREATORBUG-30408](https://bugreports.qt.io/browse/QTCREATORBUG-30408)) ([QTCREATORBUG-30408](https://bugreports.qt.io/browse/QTCREATORBUG-30408))
* Fixed that it wasn't possible to open a file in the text editor if it was
classified as a binary file format by the MIME database
([QTCREATORBUG-31116](https://bugreports.qt.io/browse/QTCREATORBUG-31116))
### C++ ### C++
@@ -177,6 +181,12 @@ Projects
* Fixed a crash when triggering `Follow Symbol` in a CMake file that does not * Fixed a crash when triggering `Follow Symbol` in a CMake file that does not
belong to a project belong to a project
([QTCREATORBUG-31077](https://bugreports.qt.io/browse/QTCREATORBUG-31077)) ([QTCREATORBUG-31077](https://bugreports.qt.io/browse/QTCREATORBUG-31077))
* Fixed that multiple build configurations of the same type used the same
build directory
([QTCREATORBUG-26066](https://bugreports.qt.io/browse/QTCREATORBUG-26066))
* Fixed an issue with adding new files when file globs are used in the CMake
files
([QTCREATORBUG-30445](https://bugreports.qt.io/browse/QTCREATORBUG-30445))
* Presets * Presets
* Made CMake settings configurable * Made CMake settings configurable
([QTCREATORBUG-25972](https://bugreports.qt.io/browse/QTCREATORBUG-25972), ([QTCREATORBUG-25972](https://bugreports.qt.io/browse/QTCREATORBUG-25972),
@@ -344,8 +354,10 @@ Michael Weghorn
Miikka Heikkinen Miikka Heikkinen
Orgad Shaneh Orgad Shaneh
Pranta Dastider Pranta Dastider
Ralf Habacker
Robert Löhning Robert Löhning
Sami Shalayel Sami Shalayel
Semih Yavuz
Sergey Silin Sergey Silin
Shrief Gabr Shrief Gabr
Teea Poldsam Teea Poldsam