aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2023-08-29 15:18:10 +0200
committerMiguel Costa <miguel.costa@qt.io>2023-08-30 13:44:35 +0000
commit53a1654c861b3b87ad62c55c9576d95df50e9b15 (patch)
treea8299826571f9eefb0af0603a57834af9c7bfb6b
parentf56bc776b71765a2d06b6c60b1f2b90e11e08ac5 (diff)
Update Changelog to v3.0.0v3.0.0
Change-Id: I849d9996f9d08546ada582727d8fb38d658de2d3 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--Changelog34
1 files changed, 34 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 1e4099a2..10250dfd 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,37 @@
+Qt Visual Studio Tools version 3.0.0:
+
+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
+-------
+ - Support for Qt/CMake projects
+ - QML debugging with non-MSBuild projects (e.g. Qt/CMake)
+ - Initialize extension in background task
+ - Load Qt version information at initialization
+ - Remove support for Qt projects with custom build steps for moc, etc.
+ - Project format conversion report
+ - Legacy project solution filter
+ - Drop support for VS 2017
+ - Update VS 2022 support target to 17.4 LTS
+ - Update and add some more icons to the Qt extension menu
+ - Snippet to add a Q_PROPERTY to a class
+ - Fixed QTVSADDINBUG-27: Should have a button to convert a "regular" vcproj to a Qt-enabled vcproj
+ - Fixed QTVSADDINBUG-408: Duplicate .ts file sections added when importing Qt's .pro file
+ - Fixed QTVSADDINBUG-562: Import .pri File to project, filename case not respected
+ - Fixed QTVSADDINBUG-833: The new project wizards, page 2 (configuration), has glitches
+ - Fixed QTVSADDINBUG-880: Make Qt Deploy properties Persistence to ProjectFile instead of User
+ - Fixed QTVSADDINBUG-991: Provide up-to-date Qt 6 Natvis debugging helpers for Visual Studio
+ - Fixed QTVSADDINBUG-1000: Make "Qt Deploy Tool" a static page
+ - Fixed QTVSADDINBUG-1033: lupdate doesn't update my .ts files anymore
+ - Fixed QTVSADDINBUG-1077: Upgrading format results in multiple MultiProcessorCompilation entries
+ - Fixed QTVSADDINBUG-1084: Removed Qt version re-appears after setting default version
+ - Fixed QTVSADDINBUG-1087: "required" keyword breaks syntax highlighting
+ - Fixed QTVSADDINBUG-1092: Last semicolon in qt modules causes the whole project to compile
+ - Fixed QTVSADDINBUG-1108: Names of plugin header and source files don't update
+ - Fixed QTVSADDINBUG-1110: QtMultimediaWidgets is not on the list of components
+
+
Qt Visual Studio Tools version 2.10.0:
Changes