Update change log for 5.0

Change-Id: I8f3468621252935b1d1d1163eb5678a30f6e4dd4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2021-08-09 18:58:45 +02:00
parent 92065bff0f
commit f1093ad70d

10
dist/changes-5.0.0.md vendored
View File

@@ -35,9 +35,14 @@ Editing
(QTCREATORBUG-25715) (QTCREATORBUG-25715)
* Fixed code model for changed but not yet built `.ui` and `.scxml` files * Fixed code model for changed but not yet built `.ui` and `.scxml` files
(QTCREATORBUG-25937) (QTCREATORBUG-25937)
* Fixed lookup of toplevel virtual function declarations (QTCREATORBUG-25749)
* Fixed `switch` statement completion for templates (QTCREATORBUG-25998)
* Fixed `Escape String Literal as UTF-8` if literal contains numbers
(QTCREATORBUG-26003)
### QML ### QML
* Updated parser to Qt 6.2
* Fixed handling of multiline template strings (QTCREATORBUG-22766) * Fixed handling of multiline template strings (QTCREATORBUG-22766)
* Fixed handling of required and readonly properties (QTCREATORBUG-24144) * Fixed handling of required and readonly properties (QTCREATORBUG-24144)
* Fixed reformatting of inline components (QTCREATORBUG-24144) * Fixed reformatting of inline components (QTCREATORBUG-24144)
@@ -61,6 +66,7 @@ Projects
-------- --------
* Added experimental support for building and running on Docker devices * Added experimental support for building and running on Docker devices
* Added find support to `Issues` pane
* Added option `Show Source and Header Groups` to project tree * Added option `Show Source and Header Groups` to project tree
(QTCREATORBUG-25313) (QTCREATORBUG-25313)
* Fixed crash when closing project while changing current configuration * Fixed crash when closing project while changing current configuration
@@ -112,11 +118,13 @@ Analyzer
* Fixed URL for `clang-tidy` checks (QTCREATORBUG-25902) * Fixed URL for `clang-tidy` checks (QTCREATORBUG-25902)
* Fixed application of options to checks (QTCREATORBUG-25827) * Fixed application of options to checks (QTCREATORBUG-25827)
* Fixed links to clazy documentation (QTCREATORBUG-25869)
FakeVim FakeVim
------- -------
* Fixed backspace option * Fixed backspace option
* Fixed updating visual marks when mark settings change
Platforms Platforms
--------- ---------
@@ -127,10 +135,12 @@ Platforms
### macOS ### macOS
* Improved experience on ARM based macOS with Intel based Qt Creator build
* Fixed performance issue with registering file watches after loading projects * Fixed performance issue with registering file watches after loading projects
### Android ### Android
* Added detection of Android 12
* Fixed detection of `_prepare_apk_dir` target for CMake projects * Fixed detection of `_prepare_apk_dir` target for CMake projects
(QTCREATORBUG-25216) (QTCREATORBUG-25216)