aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-12-17 16:10:26 +0100
committerMiguel Costa <miguel.costa@qt.io>2021-12-17 16:15:07 +0000
commit5dceee041dd11a592ee0b3d9819ee93c83605940 (patch)
treec8e9d3cdc3d419829660ab8583b402b4f3882a05
parenta53d9f90163f23f48e567a378ac2e0175926ae27 (diff)
Update version number to 2.8.1v2.8.1
Change-Id: I5aeaceea0a9051b82fd436dfee035e4ac3527688 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--Changelog24
-rw-r--r--version.targets2
2 files changed, 25 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 0c467d80..2d4e8293 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,27 @@
+Qt Visual Studio Tools version 2.8.1:
+
+Changes
+-------
+ - Fixed QTVSADDINBUG-340: QML files are not updated with lupdate
+ - Fixed QTVSADDINBUG-431: Difficult to find feature to change Qt Version
+ - Fixed QTVSADDINBUG-801, QTVSADDINBUG-498: Error in qt5.natvis: "identifier "$T1" is undefined"
+ - Fixed QTVSADDINBUG-628: Change Qt Project settings lead to an error message
+ - Fixed QTVSADDINBUG-659: Missing Qurl debug visualizer
+ - Fixed QTVSADDINBUG-700: In debug, a QStandardItem will not be resolved unless inside the class
+ - Fixed QTVSADDINBUG-701: "Qt Project Settings" incorrect behavior
+ - Fixed QTVSADDINBUG-831: Error creating new Qt project when "application icon" option is enabled
+ - Fixed QTVSADDINBUG-883: Background build error when using common props file
+ - Fixed QTVSADDINBUG-919: Missing QML/QtQuick plugins when using a static Qt build
+ - Fixed QTVSADDINBUG-924: New Qt projects use C++14 standard by default
+ - Fixed QTVSADDINBUG-926: Qt module selection can't be confirmed
+ - Fixed QTVSADDINBUG-930: "Finish" button always disabled in Qt Class Wizard
+ - Fixed QTVSADDINBUG-936: Generated C++ source file fails to compile with precompiled header
+ - Fixed QTVSADDINBUG-941: "Translation disabled during build; skipping"
+ - Fixed QTVSADDINBUG-943: Document Qt 6 Support
+ - Fixed QTVSADDINBUG-950: Get Qt build settings from 'vcapp' qmake template
+ - Fixed QTVSADDINBUG-952: lupdate is not run during build
+
+
Qt Visual Studio Tools version 2.8.0:
Changes
diff --git a/version.targets b/version.targets
index 62cc1e94..44b3c856 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.0</QtVSToolsVersion>
+ <QtVSToolsVersion>2.8.1</QtVSToolsVersion>
</PropertyGroup>
</Project>