forked from qt-creator/qt-creator
Update change log for 15.0.0
Change-Id: I851be3a1aba511c7417bcabf136f82897d3be252 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
26
dist/changelog/changes-15.0.0.md
vendored
26
dist/changelog/changes-15.0.0.md
vendored
@@ -21,18 +21,18 @@ General
|
|||||||
([Blog Post](https://www.qt.io/blog/review-new-themes-for-qt-creator))
|
([Blog Post](https://www.qt.io/blog/review-new-themes-for-qt-creator))
|
||||||
* Added `Tools > Scripting > New Script` for creating Lua based Qt Creator
|
* Added `Tools > Scripting > New Script` for creating Lua based Qt Creator
|
||||||
scripts
|
scripts
|
||||||
([Documentation](https://doc-snapshots.qt.io/qtcreator-15.0/creator-how-to-create-lua-scripts.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-how-to-create-lua-scripts.html))
|
||||||
* Plugins
|
* Plugins
|
||||||
* Added `DocumentationUrl` and new mandatory fields `Id` and `VendorId`
|
* Added `DocumentationUrl` and new mandatory fields `Id` and `VendorId`
|
||||||
to the plugin meta data
|
to the plugin meta data
|
||||||
* Changed the plugin descriptions to Markdown in
|
* Changed the plugin descriptions to Markdown in
|
||||||
`Help > About Plugins > Details` and `Extensions` mode
|
`Help > About Plugins > Details` and `Extensions` mode
|
||||||
* Extended the API available to Lua plugins
|
* Extended the API available to Lua plugins
|
||||||
([Documentation](https://doc-snapshots.qt.io/qtcreator-extending/lua-extensions.html))
|
([Documentation](https://doc.qt.io/qtcreator-extending/lua-extensions.html))
|
||||||
* Prebuilt binaries
|
* Prebuilt binaries
|
||||||
* Added opt-in crash reporting to
|
* Added opt-in crash reporting to
|
||||||
`Edit > Preferences > Environment > System`
|
`Edit > Preferences > Environment > System`
|
||||||
([Documentation](https://doc-snapshots.qt.io/qtcreator-15.0/creator-how-to-turn-on-crash-reports.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-how-to-turn-on-crash-reports.html))
|
||||||
|
|
||||||
Editing
|
Editing
|
||||||
-------
|
-------
|
||||||
@@ -157,6 +157,7 @@ Projects
|
|||||||
([QTCREATORBUG-31141](https://bugreports.qt.io/browse/QTCREATORBUG-31141))
|
([QTCREATORBUG-31141](https://bugreports.qt.io/browse/QTCREATORBUG-31141))
|
||||||
* Fixed a focus issue when renaming files
|
* Fixed a focus issue when renaming files
|
||||||
([QTCREATORBUG-30926](https://bugreports.qt.io/browse/QTCREATORBUG-30926))
|
([QTCREATORBUG-30926](https://bugreports.qt.io/browse/QTCREATORBUG-30926))
|
||||||
|
* Fixed that the `default` session could be renamed and deleted
|
||||||
|
|
||||||
### CMake
|
### CMake
|
||||||
|
|
||||||
@@ -183,6 +184,10 @@ Projects
|
|||||||
* Added the option of opening `CMakeCache.txt` to open the project
|
* Added the option of opening `CMakeCache.txt` to open the project
|
||||||
([QTCREATORBUG-24439](https://bugreports.qt.io/browse/QTCREATORBUG-24439),
|
([QTCREATORBUG-24439](https://bugreports.qt.io/browse/QTCREATORBUG-24439),
|
||||||
[QTCREATORBUG-30507](https://bugreports.qt.io/browse/QTCREATORBUG-30507))
|
[QTCREATORBUG-30507](https://bugreports.qt.io/browse/QTCREATORBUG-30507))
|
||||||
|
* Made `conanfile.py` and `vcpkg.json` visible in the project tree when used
|
||||||
|
([QTCREATORBUG-32041](https://bugreports.qt.io/browse/QTCREATORBUG-32041),
|
||||||
|
[Conan Package Manager](https://doc.qt.io/qtcreator/creator-project-conan.html),
|
||||||
|
[vcpkg Package Manager](https://doc.qt.io/qtcreator/creator-vcpkg.html))
|
||||||
* Fixed the option `Build Only the Application to Be Run` for the
|
* Fixed the option `Build Only the Application to Be Run` for the
|
||||||
`Build before deploying` preferences
|
`Build before deploying` preferences
|
||||||
([QTCREATORBUG-31416](https://bugreports.qt.io/browse/QTCREATORBUG-31416))
|
([QTCREATORBUG-31416](https://bugreports.qt.io/browse/QTCREATORBUG-31416))
|
||||||
@@ -245,6 +250,12 @@ Analyzer
|
|||||||
* Added column sorting to the list of issues
|
* Added column sorting to the list of issues
|
||||||
* Added a `Reload` button
|
* Added a `Reload` button
|
||||||
|
|
||||||
|
Terminal
|
||||||
|
--------
|
||||||
|
|
||||||
|
* Fixed the flushing of output after a process terminates
|
||||||
|
([QTCREATORBUG-30733](https://bugreports.qt.io/browse/QTCREATORBUG-30733))
|
||||||
|
|
||||||
Version Control Systems
|
Version Control Systems
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@@ -256,8 +267,10 @@ Version Control Systems
|
|||||||
|
|
||||||
* Added actions for blame at the revision, blame of the parent, the file
|
* Added actions for blame at the revision, blame of the parent, the file
|
||||||
from the revision, and the log for the line to the tooltip for `Instant Blame`
|
from the revision, and the log for the line to the tooltip for `Instant Blame`
|
||||||
([Documentation](https://doc-snapshots.qt.io/qtcreator-15.0/creator-vcs-git.html#using-instant-blame))
|
([Documentation](https://doc.qt.io/qtcreator/creator-vcs-git.html#using-instant-blame))
|
||||||
* Added visual indications that files are modified to the `Projects` view
|
* Added visual indications that files are modified to the `Projects` view
|
||||||
|
(when you select
|
||||||
|
`Preferences > Version Control > General > Show VCS file status`)
|
||||||
([QTCREATORBUG-8857](https://bugreports.qt.io/browse/QTCREATORBUG-8857))
|
([QTCREATORBUG-8857](https://bugreports.qt.io/browse/QTCREATORBUG-8857))
|
||||||
* Added the option to include all local branches in the log
|
* Added the option to include all local branches in the log
|
||||||
* Gerrit
|
* Gerrit
|
||||||
@@ -269,6 +282,9 @@ Test Integration
|
|||||||
|
|
||||||
* Added test duration information for test frameworks that support it
|
* Added test duration information for test frameworks that support it
|
||||||
([QTCREATORBUG-31242](https://bugreports.qt.io/browse/QTCREATORBUG-31242))
|
([QTCREATORBUG-31242](https://bugreports.qt.io/browse/QTCREATORBUG-31242))
|
||||||
|
* Added support for running auto tests on Android for Qt 6.8.1 and later
|
||||||
|
* Fixed the execution of tests with multiple test classes
|
||||||
|
([QTCREATORBUG-31935](https://bugreports.qt.io/browse/QTCREATORBUG-31935))
|
||||||
|
|
||||||
Extension Manager
|
Extension Manager
|
||||||
-----------------
|
-----------------
|
||||||
@@ -317,7 +333,7 @@ Platforms
|
|||||||
### VxWorks
|
### VxWorks
|
||||||
|
|
||||||
* Added support for VxWorks 24.03
|
* Added support for VxWorks 24.03
|
||||||
([Documentation](https://doc-snapshots.qt.io/qtcreator-15.0/creator-how-to-create-vxworks-kits.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-how-to-create-vxworks-kits.html))
|
||||||
|
|
||||||
Credits for these changes go to:
|
Credits for these changes go to:
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
Reference in New Issue
Block a user