aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2022-05-20 13:53:08 +0200
committerMiguel Costa <miguel.costa@qt.io>2022-05-20 12:50:54 +0000
commit2f6af2e7b1f1bfb5ed065fefe817fe408d2b75d8 (patch)
treeb82fedd8507bcfca6626e44bb1f8aba3b16694b3
parentc7da9331a746eb2b6b3c6dd8c97ef84a583276d6 (diff)
Update version number to 2.9.0v2.9.0
Change-Id: I9e04248807c307c408a93d2b6295cf17d668fbe0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--Changelog31
-rw-r--r--version.targets2
2 files changed, 32 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 2d4e8293..e2bb78a8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,34 @@
+Qt Visual Studio Tools version 2.9.0:
+
+Changes
+-------
+ - Added QStringRef and QStringView debug visualizers
+ - Check if Qt translation tools are available
+ - New widget class wizards accessible from "Add New Item"
+ - New Qt class wizards accessible from "Add New Item"
+ - InfoBar notification of missing Qt installation
+ - InfoBar notification of recently installed new Qt VS Tools version
+ - Additional compiler options from Qt included in the build
+ - Enabled reporting issues and feature requests via GitHub
+ - Debug visualizer for Qt types added to PDB
+ - Improved intellisense performance for Qt projects
+- Fixed QTVSADDINBUG-626: Qt VS Tools does not generate the same code as Qt Creator
+- Fixed QTVSADDINBUG-707: Integrating the main window widget into the Qt Gui application wizard.
+- Fixed QTVSADDINBUG-884: QStringRef and QStringView have no natvis definitions
+- Fixed QTVSADDINBUG-925: Can't add an "add-on" module to project using GUI
+- Fixed QTVSADDINBUG-937: OpenGL Widgets module missing
+- Fixed QTVSADDINBUG-951: Can't build QT6 WebEngine example
+- Fixed QTVSADDINBUG-965: Pragma warning not working with "external header warning level" option
+- Fixed QTVSADDINBUG-966: Debug version of Qt Dlls are linked even if we asked for release mode
+- Fixed QTVSADDINBUG-970: Qt6 in Visual Studio plugin doesn't load qmake projects
+- Fixed QTVSADDINBUG-972: VS Plugin is ignoring module core5compat when loading project with QT6
+- Fixed QTVSADDINBUG-973: unable to add a new qt version with visual studio 2022
+- Fixed QTVSADDINBUG-979: Project Properties are overwritten by Qt Vs Tools
+- Fixed QTVSADDINBUG-980: The "Release Notes" link does not work
+- Fixed QTVSADDINBUG-982: Can't add new Qt Version
+
+
+
Qt Visual Studio Tools version 2.8.1:
Changes
diff --git a/version.targets b/version.targets
index 44b3c856..c7a0caaf 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.8.1</QtVSToolsVersion>
+ <QtVSToolsVersion>2.9.0</QtVSToolsVersion>
</PropertyGroup>
</Project>