From 0048dbab02ca6ee81dd3b27ff1525e02ce756ac7 Mon Sep 17 00:00:00 2001 From: Miguel Costa Date: Thu, 23 Apr 2020 11:42:20 +0200 Subject: Update version number to 2.5.0 Change-Id: Id3f78475237700a17659e7ac89e1ee4e60c725f0 Reviewed-by: Joerg Bornemann --- Changelog | 21 +++++++++++++++++++++ src/version.targets | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index bf945f50..e9906065 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,24 @@ +Qt Visual Studio Tools version 2.5.0: + +Changes +------- + - New-project wizards will now allow choice of Qt version per configuration (QTVSADDINBUG-737) + - Added the Qt Quick Application project wizard (QTVSADDINBUG-589) + - Renamed Qt GUI Application wizard to Qt Widgets Application (QTVSADDINBUG-589) + - Added support for rcc two-pass mode (QTVSADDINBUG-564) + - Fixed QTVSADDINBUG-642: Ignoring changes to VS document folder path when deploying .natvis + - Fixed QTVSADDINBUG-643: Debug visualizer for QHash does not work with const key type + - Fixed QTVSADDINBUG-644: Error message "Qt not configured" does not identify the project + - Fixed QTVSADDINBUG-646: QML debugging will not work if command-line arguments are added + - Fixed QTVSADDINBUG-647: If no Qt version is configured in VS, a generic error message is shown + - Fixed QTVSADDINBUG-648: Importing .pro shows qmake status and error messages out-of-sync + - Fixed QTVSADDINBUG-704: Importing .pro ignores private Qt modules + - Fixed QTVSADDINBUG-711: Incompatibility with VS unity builds + - Fixed QTVSADDINBUG-721: Target path for Qt properties file cannot be changed + - Fixed QTVSADDINBUG-732: Importing .pro blindly substitutes the string 'release' in file names + - Fixed QTVSADDINBUG-733: NDEBUG defined in Release configurations + + The Qt Visual Studio Tools version 2.4.3 includes several bug fixes. Changes diff --git a/src/version.targets b/src/version.targets index 9c2f73aa..7f6fcb46 100644 --- a/src/version.targets +++ b/src/version.targets @@ -1,6 +1,6 @@ - 2.4.3 + 2.5.0 -- cgit v1.2.3