1Qt Creator 4.13.2
2=================
3
4Qt Creator version 4.13.2 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.1..v4.13.2
12
13Editing
14-------
15
16* Fixed annotation color for dark themes (QTCREATORBUG-24644)
17
18Projects
19--------
20
21* Fixed missing removal of replacement kits (QTCREATORBUG-24589)
22* Fixed issues with newlines in output windows (QTCREATORBUG-24668)
23
24### qmake
25
26* Fixed crash when parsing projects (QTCREATORBUG-23504)
27* Fixed crash when re-parsing project (QTCREATORBUG-24683)
28
29### Python
30
31* Fixed working directory for run configurations (QTCREATORBUG-24440)
32
33Qt Quick Designer
34-----------------
35
36* Improved connection editor dialog (QDS-2498, QDS-2495, QDS-2496)
37* Fixed list model editing (QDS-2696)
38* Fixed state editor updating (QDS-2798)
39
40Test Integration
41----------------
42
43### Catch2
44
45* Fixed file information on Windows with CMake
46
47Platforms
48---------
49
50### Web Assembly
51
52* Fixed missing C toolchains
53
54Credits for these changes go to:
55--------------------------------
56Aleksei German
57Alessandro Portale
58Christian Kandeler
59Christian Stenger
60Corey Pendleton
61David Schulz
62Eike Ziller
63Fawzi Mohamed
64Henning Gruendl
65Jacek Nijaki
66Johanna Vanhatapio
67Kai Köhne
68Leena Miettinen
69Lukasz Ornatek
70Marco Bubke
71Thomas Hartmann
72Venugopal Shivashankar
73