-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
change-notes.html
157 lines (157 loc) · 3.26 KB
/
change-notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<strong>1.4.3</strong>
<ul>
<li>[NEW]: update APIs</li>
</ul>
<strong>1.4.2</strong>
<ul>
<li>[FIX]: fix toolkit detect</li>
</ul>
<strong>1.4.1</strong>
<ul>
<li>[FIX]: fix more compatibility issues</li>
</ul>
<strong>1.4.0</strong>
<ul>
<li>[FIX]: Bug fix for compatibility issues</li>
</ul>
<strong>1.3.9</strong>
<ul>
<li>[NEW]: Improve run configuration</li>
</ul>
<strong>1.3.8</strong>
<ul>
<li>[ADD]: Add new feature of xmake toolkit</li>
</ul>
<strong>1.3.7</strong>
<ul>
<li>[FIX]: Improve xmake icon and remove some deprecated apis</li>
</ul>
<strong>1.3.6</strong>
<ul>
<li>[FIX]: Add xmake path</li>
</ul>
<strong>1.3.5</strong>
<ul>
<li>[FIX]: Fix additional configuration</li>
</ul>
<strong>1.3.4</strong>
<ul>
<li>[FIX]: Add test set</li>
<li>[FIX]: Fix multithreading issues</li>
</ul>
<strong>1.3.3</strong>
<ul>
<li>[FIX]: Update version</li>
<li>[FIX]: Upgrade ui api version</li>
<li>[FIX]: Refactoring ioRunv()</li>
</ul>
<strong>1.3.2</strong>
<ul>
<li>[FIX]: Remove -w option</li>
</ul>
<strong>1.3.1</strong>
<ul>
<li>[FIX]: Upgrade Kotlin UI DSL version 1 to 2</li>
</ul>
<strong>1.3.0</strong>
<ul>
<li>[FIX]: Update version</li>
</ul>
<strong>1.2.3</strong>
<ul>
<li>[FIX]: Update version</li>
</ul>
<strong>1.2.2</strong>
<ul>
<li>[FIX]: Fix requires</li>
</ul>
<strong>1.2.1</strong>
<ul>
<li>[FIX]: Update version</li>
</ul>
<strong>1.2.0</strong>
<ul>
<li>[FIX]: Improve new progrect</li>
</ul>
<strong>1.1.9</strong>
<ul>
<li>[FIX]: Support future Clion version</li>
</ul>
<strong>1.1.8</strong>
<ul>
<li>[FIX]: Update Clion version</li>
</ul>
<strong>1.1.7</strong>
<ul>
<li>[FIX]: Update Clion version</li>
</ul>
<strong>1.1.6</strong>
<ul>
<li>[FIX]: Improve configuration</li>
</ul>
<strong>1.1.5</strong>
<ul>
<li>[FIX]: Fix create project</li>
</ul>
<strong>1.1.4</strong>
<ul>
<li>[FIX]: Fix deprecated api warning again</li>
</ul>
<strong>1.1.3</strong>
<ul>
<li>[FIX]: Fix deprecated api warning</li>
</ul>
<strong>1.1.2</strong>
<ul>
<li>[FIX]: Fix bug for windows</li>
</ul>
<strong>1.1.1</strong>
<ul>
<li>[NEW]: Support Clion 213.x</li>
</ul>
<strong>1.1.0</strong>
<ul>
<li>[NEW]: Add icon for CMakelists and compile_commands</li>
</ul>
<strong>1.0.9</strong>
<ul>
<li>[NEW]: Support to generate CMakelists and compile_commands</li>
</ul>
<strong>1.0.8</strong>
<ul>
<li>[FIX]: Improve compatibility to support more versions</li>
</ul>
<strong>1.0.7</strong>
<ul>
<li>[FIX]: Improve compatibility and add usage instruction</li>
</ul>
<strong>1.0.6</strong>
<ul>
<li>[NEW]: Support latest CLion and IDEA Intellij</li>
</ul>
<strong>1.0.5</strong>
<ul>
<li>[FIX]: Fix conflict issues with java</li>
</ul>
<strong>1.0.4</strong>
<ul>
<li>[NEW]: Modify rebuild icon</li>
</ul>
<strong>1.0.3</strong>
<ul>
<li>[NEW]: Improve exit code</li>
</ul>
<strong>1.0.2</strong>
<ul>
<li>[NEW]: Create project (c/c++/rust/go/dlang/swift/objc)</li>
</ul>
<strong>1.0.1</strong>
<ul>
<li>[NEW]: Quickstart</li>
<li>[NEW]: Project configuration</li>
<li>[NEW]: Run configuration</li>
<li>[NEW]: Menu tools</li>
<li>[NEW]: Tool windows</li>
<li>[NEW]: Build and run</li>
<li>[NEW]: Goto error and waring problems</li>
</ul>