From 4b33979bcdac3541163ad5a48ed1964999896ba6 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 11 Dec 2020 14:43:13 +0100 Subject: [PATCH] Update change log for 4.14 Change-Id: I3c94cd5241fb79518f84d14409e0c709f4c1a1f6 Reviewed-by: Leena Miettinen --- dist/changes-4.14.0.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dist/changes-4.14.0.md b/dist/changes-4.14.0.md index bc71160425e..7dd06282574 100644 --- a/dist/changes-4.14.0.md +++ b/dist/changes-4.14.0.md @@ -15,6 +15,7 @@ General * Added option for asking for confirmation before closing (QTCREATORBUG-7637) * Improved visibility of controls in dark themes (QTCREATORBUG-23505) +* Fixed lines disappearing in output panes (QTCREATORBUG-24556) Help ---- @@ -105,12 +106,14 @@ Projects * Added option to unselect multiple configuration variables simultaneously (QTCREATORBUG-22659) +* Improved kit detection when importing build (QTCREATORBUG-25069) * Fixed missing run of CMake when saving `CMakeLists.txt` files in subdirectories * Fixed that changing build directory to existing build ran CMake with initial arguments * Fixed that configuration changes were lost when done before triggering a first build (QTCREATORBUG-24936) +* Fixed `QML Debugging and Profiling` ### Meson @@ -185,9 +188,13 @@ Platforms * Fixed persistence of signing settings (QTCREATORBUG-24586) +### Remote Linux + +* Fixed password prompt missing with SSH (QTCREATORBUG-24979) + ### MCU -* Improved creation of kits (QTCREATORBUG-24354) +* Improved creation of kits (QTCREATORBUG-24354, QTCREATORBUG-25052, QTCREATORBUG-25053) Credits for these changes go to: --------------------------------