diff --git a/dist/changes-4.12.0.md b/dist/changes-4.12.0.md index 731fea31cfe..c240ddc3d0f 100644 --- a/dist/changes-4.12.0.md +++ b/dist/changes-4.12.0.md @@ -57,6 +57,8 @@ Editing * Updated to Qt 5.15 parser (QTCREATORBUG-23591) * Improved support for multiple imports into same namespace (QTCREATORBUG-15684) * Added scanning of `app.qmltypes` and `lib.qmltypes` for type information +* Fixed highlighting for new keywords in Qt 5.15 +* Fixed reading of `qmltypes` from Qt 5.15 (QTCREATORBUG-23855) ### Python @@ -92,15 +94,18 @@ Projects * Improved renaming of files (QTCREATORBUG-19257) * Fixed handling of `object_parallel_to_source` (QTCREATORBUG-18136) * Fixed crash with circular includes (QTCREATORBUG-23567) +* Fixed issue with renaming files (QTCREATORBUG-23720) ### CMake * Improved handling of `source_group` (QTCREATORBUG-23372) * Added support for `Add build library search path to LD_LIBRARY_PATH` (QTCREATORBUG-23464) * Added automatic registration of CMake documentation, if available (QTCREATORBUG-21338) +* Fixed that `.cmake` directory was created in project source directory (QTCREATORBUG-23816) * Fixed issues with `snap` on Ubuntu Linux (QTCREATORBUG-23376) * Fixed handling of `Enable QML` in debugger settings (QTCREATORBUG-23541) * Fixed unneeded reparsing of files +* Fixed code model issues with precompiled headers (QTCREATORBUG-22888) ### Qbs @@ -111,6 +116,7 @@ Projects ### Python * Added option to disable buffered output (QTCREATORBUG-23539) +* Added support for PySide 5.15 to wizards (QTCREATORBUG-23824) ### Generic @@ -164,6 +170,7 @@ Qt Quick Designer * Added support for annotations (QDS-39) * Fixed dragging of keyframes in curve editor (QDS-1405) * Fixed crash when selecting icon (QTCREATORBUG-23773) +* Fixed missing import options (QDS-1592) Version Control Systems ----------------------- @@ -212,7 +219,10 @@ Platforms * Added support for Android 11 with API level 30 * Improved examples browser to only show items tagged with `android` (QTBUG-80716) * Improved manifest editor (QTCREATORBUG-23283) +* Fixed issues with latest SDK r29 (QTCREATORBUG-23726) * Fixed several issues with AVD manager (QTCREATORBUG-23284, QTCREATORBUG-23448) +* Fixed that some essential packages were not installed (QTCREATORBUG-23829) +* Fixed that ABI selection in build configuration did not persist (QTCREATORBUG-23756) ### iOS @@ -231,7 +241,10 @@ Platforms ### MCU -* Added auto-registration of documentation (UL-1685) +* Added auto-registration of documentation and examples (UL-1685, UL-1218) +* Switched to MCUXpresso IDE instead of SEGGER JLink for NXP kits (QTCREATORBUG-23821) +* Fixed issues with desktop kit (QTCREATORBUG-23820) +* Fixed issues with RH850 (QTCREATORBUG-23822) Credits for these changes go to: --------------------------------