summaryrefslogtreecommitdiff
path: root/dist/changelog/changes-3.2.1
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-06-21 10:59:40 +0200
committerEike Ziller <eike.ziller@qt.io>2022-06-29 12:04:37 +0000
commitb364cfde2375b2fa56b97e42346affecd2030080 (patch)
tree9e0431e8e2d44df2644fb98a51b10c6e2bd6ac48 /dist/changelog/changes-3.2.1
parent733904929076be0e874e2c2ec1fb8ff2867342b5 (diff)
downloadqt-creator-b364cfde2375b2fa56b97e42346affecd2030080.tar.gz
Install and ship change logs
And add a menu entry Help > Change Log... (macOS: Qt Creator > Change Log...) for looking at them. Change-Id: If444b3ff2465290b9beb4ccbb8d0ddf32a636db4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'dist/changelog/changes-3.2.1')
-rw-r--r--dist/changelog/changes-3.2.148
1 files changed, 48 insertions, 0 deletions
diff --git a/dist/changelog/changes-3.2.1 b/dist/changelog/changes-3.2.1
new file mode 100644
index 0000000000..70e82f2611
--- /dev/null
+++ b/dist/changelog/changes-3.2.1
@@ -0,0 +1,48 @@
+Qt Creator version 3.2.1 is a bugfix release.
+
+The most important changes are listed in this document. For a complete
+list of changes, see the Git log for the Qt Creator sources that
+you can check out from the public Git repository. For example:
+
+git clone git://gitorious.org/qt-creator/qt-creator.git
+git log --cherry-pick --pretty=oneline v3.2.0..v3.2.1
+
+General
+ * Fixed freeze when using shortcut for all projects or current project
+ locator filters (QTCREATORBUG-12875)
+ * Fixed crash when activating timers by removing the unsupported UpdateInfo
+ plugin that triggered it (QTCREATORBUG-11262)
+
+Qbs Projects
+ * Fixed adding and removing files when project file is write protected by VCS
+ * Fixed crash when removing empty install step
+
+C++ Support
+ * Fixed crash when opening context menu on macro parameter (QTCREATORBUG-12853)
+
+QML Support
+ * Added missing members to date objects
+ * Added templates for Qt Quick 2.3 and Qt Quick Controls 1.2 applications
+ * Fixed keyboard shortcuts in QML/JS console (QTCREATORBUG-12956)
+
+Qt Quick Designer
+ * Added option to use fallback QML puppet and set it to be the default
+ * Fixed updating of color properties (QTCREATORBUG-12841)
+ * Fixed duplication of ApplicationWindow properties (QTCREATORBUG-12910)
+
+Platform Specific
+
+OS X
+ * Fixed deployment of Clang library in binary packages
+ * Fixed deployment of fallback QML puppets in binary packages
+ * Removed wrong File > Exit menu item
+
+iOS
+ * Fixed determination of newest SDK version when no version is explicitly stated
+
+Remote Linux
+ * Fixed mixed QML and C++ debugging (QTCREATORBUG-12928)
+ * Fixed check for maximum packet size for SSH connections (QTCREATORBUG-12884)
+
+Windows Phone
+ * Fixed font deployment for Windows Phone 8.0