aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2023-10-14 09:47:36 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2023-10-16 12:21:36 +0000
commit4163cf79b894e1e31d5330e6c84303584c1d2517 (patch)
tree7e0f5befb34c30e7b39af3b5cbc9cac1232d0ba7
parent8959622e8c6bc2d48da0777c337c81c49e173087 (diff)
Update Changelog to v3.0.2v3.0.2
Change-Id: I9b0fc8ce443bf7619801612db6d5ed354b6411f8 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
-rw-r--r--Changelog26
1 files changed, 25 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 10250dfd..60496e32 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,34 @@
-Qt Visual Studio Tools version 3.0.0:
+Qt Visual Studio Tools version 3.0.2:
This major update of the Qt VS Tools extension adds support for Qt-enabled CMake projects, and drops
support for legacy Qt projects based on custom build steps.
Changes
-------
+
+ - Fix importing a project with no filters or solution file
+ - Fix null reference exception while converting a Win32Proj project
+ - Fixed QTVSADDINBUG-409: Enable item wizards for cmake based projects
+ - Fixed QTVSADDINBUG-960: In the new-project wizard, allow to select a unregistered Qt version
+ - Fixed QTVSADDINBUG-1133: Add option to not show Qt/CMake notifications
+ - Fixed QTVSADDINBUG-1133: Preserve existing CMake presets
+ - Fixed QTVSADDINBUG-1127: Fix cmd parser duplicating values as free args
+ - Fixed QTVSADDINBUG-1113: Fix broken .vcxproj when auto-generating .qrc files
+ - Fixed QTVSADDINBUG-1126: Properly filter the list of Qt modules used in the project
+
+Qt Visual Studio Tools version 3.0.1:
+
+Changes
+-------
+ - Better legacy package detection
+ - Fixed QTVSADDINBUG-1122: Describe selecting Qt versions for CMake projects
+ - Fixed QTVSADDINBUG-1121: Update CMake presets when Qt versions are modified
+ - Fixed QTVSADDINBUG-1093: Wizard adding new .cpp and .h files under wrong section
+
+Qt Visual Studio Tools version 3.0.0:
+
+Changes
+-------
- Support for Qt/CMake projects
- QML debugging with non-MSBuild projects (e.g. Qt/CMake)
- Initialize extension in background task