aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-12 11:39:01 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-12 11:39:01 +0100
commit46d204617309dd033ded2b82d8e0423c0df1f2ec (patch)
treea04af19dab0d0d629f4817f73ce5a7cd98af2bef /dist
parent1e8ed5092d251ae91392e52db58703b89e5514a4 (diff)
parent524cad144a80f1bddbc0aed09648e9cf307b2ba3 (diff)
Merge remote-tracking branch 'origin/4.13' into 4.14
Conflicts: src/shared/qbs Change-Id: If75741825f5788165f9bf2f0248e976811273b6a
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.13.3.md77
1 files changed, 77 insertions, 0 deletions
diff --git a/dist/changes-4.13.3.md b/dist/changes-4.13.3.md
new file mode 100644
index 0000000000..5f8c0ea866
--- /dev/null
+++ b/dist/changes-4.13.3.md
@@ -0,0 +1,77 @@
+Qt Creator 4.13.3
+=================
+
+Qt Creator version 4.13.3 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.2..v4.13.3
+
+General
+-------
+
+* Updated prebuilt binaries to Qt 5.15.2 which fixes drag & drop on macOS
+
+Editing
+-------
+
+### QML
+
+* Fixed reformatting of required properties (QTCREATORBUG-24376)
+* Fixed importing without specific version for Qt 6 (QTCREATORBUG-24533)
+
+Projects
+--------
+
+* Fixed auto-scrolling of compile output window (QTCREATORBUG-24728)
+* Fixed GitHub Actions for Qt Creator plugin wizard (QTCREATORBUG-24412)
+* Fixed crash with `Manage Sessions` (QTCREATORBUG-24797)
+
+Qt Quick Designer
+-----------------
+
+* Fixed crash when opening malformed `.ui.qml` file (QTCREATORBUG-24587)
+
+Debugging
+---------
+
+### CDB
+
+* Fixed pretty printing of `std::vector` and `std::string` in release mode
+
+Analyzer
+--------
+
+### QML Profiler
+
+* Fixed crash with `Analyze Current Range` (QTCREATORBUG-24730)
+
+Platforms
+---------
+
+### Android
+
+* Fixed modified state of manifest editor when changing app icons
+ (QTCREATORBUG-24700)
+
+Credits for these changes go to:
+--------------------------------
+Alexandru Croitor
+Christian Kandeler
+Christian Stenger
+David Schulz
+Dominik Holland
+Eike Ziller
+Fawzi Mohamed
+Friedemann Kleint
+Ivan Komissarov
+Johanna Vanhatapio
+Leena Miettinen
+Lukasz Ornatek
+Robert Löhning
+Tim Jenssen
+Ville Voutilainen
+Xiaofeng Wang