aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2023-01-04 14:04:23 +0100
committerMiguel Costa <miguel.costa@qt.io>2023-01-05 13:21:36 +0000
commit31ce1927c748afe676ea2eaca5a6e3e8e5152c7a (patch)
tree4a0c5a3b9eb4c69caeafe2a3a8ff7d25cfffd023
parent2f6723e4fa019613f031d8cb75a6d2d59a5541c6 (diff)
Update version number to 2.10.0v2.10.0
Change-Id: I1b70eb19040190b99f4b87aece45c54ee8e600d6 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--Changelog29
-rw-r--r--version.targets2
2 files changed, 30 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e2bb78a8..1e4099a2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,32 @@
+Qt Visual Studio Tools version 2.10.0:
+
+Changes
+-------
+ - Show notification when a project with old format is loaded
+ - Unify online help search behavior
+ - Add support for shadow builds of Qt
+ - Fixed QTVSADDINBUG-938: Can't add Qt Version for MSVC_ARM
+ - Fixed QTVSADDINBUG-999: LNK2019 for Qt Quick application with static Qt builds
+ - Fixed QTVSADDINBUG-1005: Issues with "Remove Qt Version" button
+ - Fixed QTVSADDINBUG-1008: Build failed in projects with non-default Intermediate Directory
+ - Fixed QTVSADDINBUG-1012: Importing .pro files fails
+ - Fixed QTVSADDINBUG-1014: Missing QtVersionMajor macro
+ - Fixed QTVSADDINBUG-1015: The VS Plugin is ignoring webenginewidgets
+ - Fixed QTVSADDINBUG-1017: v2.9.1.1 Prevents ability to see contents of QString during debugging
+ - Fixed QTVSADDINBUG-1027: RuntimeLibrary metadata of ClCompile not flowing from qmake
+ - Fixed QTVSADDINBUG-1031: Start debugging but application window does not appear
+ - Fixed QTVSADDINBUG-1058: Options dialog changes to unrelated page on error
+ - Fixed QTVSADDINBUG-1059: Qt Versions page crashes Visual Studio
+ - Fixed QTVSADDINBUG-1061: QtDllPath conflicts with Qt binaries in other applications
+ - Fixed QTVSADDINBUG-1064: Add a visual confirmation that mingw build of Qt is not supported
+ - Fixed QTVSADDINBUG-1065: QUuid does not have a natvis in Qt5 or Qt6
+ - Fixed QTVSADDINBUG-1067: Projectnames with Space(s) have no Filters
+ - Fixed QTVSADDINBUG-1068: natvis support for QQuickItem
+ - Fixed QTVSADDINBUG-1071: Opening the attached .pro file in VS 2022 fails to convert to solution
+ - Fixed QTVSADDINBUG-1072: Module openglwidgets ignored
+ - Fixed QTVSADDINBUG-1073: QML debugger fails to connect
+
+
Qt Visual Studio Tools version 2.9.0:
Changes
diff --git a/version.targets b/version.targets
index c7a0caaf..62776db9 100644
--- a/version.targets
+++ b/version.targets
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
- <QtVSToolsVersion>2.9.0</QtVSToolsVersion>
+ <QtVSToolsVersion>2.10.0</QtVSToolsVersion>
</PropertyGroup>
</Project>