1Qt Creator 4.13.1
2=================
3
4Qt Creator version 4.13.1 contains bug fixes.
5
6The most important changes are listed in this document. For a complete
7list of changes, see the Git log for the Qt Creator sources that
8you can check out from the public Git repository. For example:
9
10    git clone git://code.qt.io/qt-creator/qt-creator.git
11    git log --cherry-pick --pretty=oneline origin/v4.13.0..v4.13.1
12
13Editing
14-------
15
16* Fixed whitespace cleaning (QTCREATORBUG-24565)
17* Fixed selection color (QTCREATORBUG-24479)
18
19### C++
20
21* Fixed crash with adjacent raw string literals (QTCREATORBUG-24577)
22* Fixed highlighting of template aliases (QTCREATORBUG-24552)
23
24### QML
25
26* Fixed wrong diagnostics for `ListElement` (QDS-2602)
27
28### Language Client
29
30* Fixed performance issue
31
32Projects
33--------
34
35* Fixed parsing of QTest application output (QTCREATORBUG-24560)
36* Fixed visibility of output in output panes (QTCREATORBUG-24411)
37
38### qmake
39
40* Fixed handling of unset environment variables (QTCREATORBUG-21729)
41* Fixed that changes to sub-projects triggered full re-parse
42  (QTCREATORBUG-24572)
43
44### CMake
45
46* Fixed removal of CMake tools
47
48### Qbs
49
50* Fixed install step
51
52Debugging
53---------
54
55### GDB
56
57* Fixed disabling of environment variables
58
59Analyzer
60--------
61
62### Clang
63
64* Updated Clazy to version 1.7
65
66Qt Quick Designer
67-----------------
68
69* Improved composition of custom materials (QDS-2657)
70* Fixed available items for MCU (QDS-2681, QDS-2512)
71* Fixed visual artifacts when changing states
72* Fixed rich text editor styling
73* Fixed layout issues in state editor (QDS-2623, QDS-2615)
74* Fixed support for `.hrd` images (QDS-2128)
75
76Platforms
77---------
78
79### Android
80
81* Fixed service handling in manifest editor (QTCREATORBUG-24557)
82
83### macOS
84
85* Fixed Clazy (QTCREATORBUG-24567)
86* Fixed debugger locals view for newest LLDB (QTCREATORBUG-24596)
87
88Credits for these changes go to:
89--------------------------------
90Aleksei German
91André Pönitz
92Andy Shaw
93Christian Kandeler
94Christian Stenger
95David Schulz
96Dominik Holland
97Eike Ziller
98Henning Gruendl
99Johanna Vanhatapio
100Kai Köhne
101Knud Dollereder
102Leena Miettinen
103Mahmoud Badri
104Marco Bubke
105Michael Winkelmann
106Miikka Heikkinen
107Orgad Shaneh
108Sergey Belyashov
109Thomas Hartmann
110Venugopal Shivashankar
111Vikas Pachdha
112Ville Voutilainen
113