aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2018-11-27 18:40:11 +0100
committerMiguel Costa <miguel.costa@qt.io>2018-11-29 10:12:32 +0000
commitea8c574be2ecc6e4b46fafa43aad46bb013f54bf (patch)
tree2a8b461d48b15053ab13e9c436fc221e28e1cd4b
parentf5d35b22140a80d0ab4d0f92d24fe2074725a3f8 (diff)
Update version number to 2.3.0v2.3.0
Change-Id: I7b72156f925b90d1e1b44c0f422e4a0c0c342b8f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--Changelog28
-rw-r--r--src/version.targets2
2 files changed, 29 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index d9c76b65..1c10dc07 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,31 @@
+The Qt Visual Studio Tools version 2.3.0 introduces QML debugging in Visual Studio, as well as the
+ahead-of-time compilation of QML files using the Qt Quick Compiler. This release also includes a
+number of bug fixes.
+
+Changes
+-------
+- Debug QML programs in the Visual Studio IDE
+- Ahead-of-time compilation of QML files using the Qt Quick Compiler
+- Fixed QTVSADDINBUG-120: Output directories (MOC_DIR, UI_DIR, RCC_DIR) in imported .pro ignored
+- Fixed QTVSADDINBUG-378: Debug data visualization not working with Qt built with namespace
+- Fixed QTVSADDINBUG-526: QRC not rebuilt if resources are updated
+- Fixed QTVSADDINBUG-550: Standard Visual Studio macros not allowed in rcc and uic path setting
+- Fixed QTVSADDINBUG-584: Compilation of selected files (i.e. 'right-click' > 'Compile') not working
+
+
+The Qt Visual Studio Tools version 2.2.2 contains several bug fixes.
+
+Changes
+-------
+- Fixed QTVSADDINBUG-544: Build is never up-to-date, even if no files have been changed.
+- Fixed QTVSADDINBUG-551: Qt VS Tools adds a delay to Visual Studio startup.
+- Fixed QTVSADDINBUG-558: Missing Qt module: Data Visualization
+- Fixed QTVSADDINBUG-559: Missing Qt module: Charts
+- Fixed QTVSADDINBUG-563: Error "same key already added" when converting project to Qt/MSBuild
+- Fixed QTVSADDINBUG-566: Error converting to Qt/MSBuild if custom build command has a newline
+- Fixed QTVSADDINBUG-569: %QTMSBUILD% environment variable always overwritten at start-up
+
+
The Qt Visual Studio Tools version 2.2.1 contains several bug fixes.
Changes
diff --git a/src/version.targets b/src/version.targets
index 4f2ab9ff..e9edbbec 100644
--- a/src/version.targets
+++ b/src/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.2.1</QtVSToolsVersion>
+ <QtVSToolsVersion>2.3.0</QtVSToolsVersion>
</PropertyGroup>
</Project>