aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-09-30 10:45:47 +0200
committerEike Ziller <eike.ziller@qt.io>2020-09-30 08:51:42 +0000
commit6c4a8cf05b0d8ae34d2d54568f9acca702888351 (patch)
treee8528c7fb024d737cd93f7fb66523557c272cf7f /dist
parentf26b7a370029b37b69c748d583af08faee73dd2d (diff)
Add changes file for 4.13.2
Change-Id: Icd847416d78ef98c5fd96ffb8fd52680da6cc5e6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.13.2.md72
1 files changed, 72 insertions, 0 deletions
diff --git a/dist/changes-4.13.2.md b/dist/changes-4.13.2.md
new file mode 100644
index 0000000000..051923846f
--- /dev/null
+++ b/dist/changes-4.13.2.md
@@ -0,0 +1,72 @@
+Qt Creator 4.13.2
+=================
+
+Qt Creator version 4.13.2 contains bug fixes.
+
+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://code.qt.io/qt-creator/qt-creator.git
+ git log --cherry-pick --pretty=oneline origin/v4.13.1..v4.13.2
+
+Editing
+-------
+
+* Fixed annotation color for dark themes (QTCREATORBUG-24644)
+
+Projects
+--------
+
+* Fixed missing removal of replacement kits (QTCREATORBUG-24589)
+* Fixed issues with newlines in output windows (QTCREATORBUG-24668)
+
+### qmake
+
+* Fixed crash when parsing projects (QTCREATORBUG-23504)
+* Fixed crash when re-parsing project (QTCREATORBUG-24683)
+
+### Python
+
+* Fixed working directory for run configurations (QTCREATORBUG-24440)
+
+Qt Quick Designer
+-----------------
+
+* Improved connection editor dialog (QDS-2498, QDS-2495, QDS-2496)
+* Fixed list model editing (QDS-2696)
+* Fixed state editor updating (QDS-2798)
+
+Test Integration
+----------------
+
+### Catch2
+
+* Fixed file information on Windows with CMake
+
+Platforms
+---------
+
+### Web Assembly
+
+* Fixed missing C toolchains
+
+Credits for these changes go to:
+--------------------------------
+Aleksei German
+Alessandro Portale
+Christian Kandeler
+Christian Stenger
+Corey Pendleton
+David Schulz
+Eike Ziller
+Fawzi Mohamed
+Henning Gruendl
+Jacek Nijaki
+Johanna Vanhatapio
+Kai Köhne
+Leena Miettinen
+Lukasz Ornatek
+Marco Bubke
+Thomas Hartmann
+Venugopal Shivashankar