forked from nocalhost/nocalhost-intellij-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changenotes.html
257 lines (209 loc) · 4.11 KB
/
changenotes.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<h2>Version 0.6.0</h2>
<h3>New Features</h3>
<ul>
<li>
Supports Duplicate DevMode
</li>
<li>
Supports file sync dir management
</li>
<li>
Supports using git bash(unix shell) as default shell in windows
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
Misc fixes
</li>
</ul>
<h2>Version 0.5.7</h2>
<h3>New Features</h3>
<ul>
<li>
Supports HotReload features in JetBrains' IDE
</li>
<li>
Supports remote debug for Node.js in WebStorm and IntelliJ IDEA
</li>
</ul>
<h3>Refactor & Improvement</h3>
<ul>
<li>
Optimized the error notification in JetBrains' IDE
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
Fixed the helm values issue
</li>
<li>
Fixed container selector issue when opening or associate directory
</li>
</ul>
<h2>Version 0.5.2</h2>
<h3>New Features</h3>
<ul>
<li>
Switch to github artifact while failing to download nhctl from coding artifact
</li>
<li>
Show info while no application found
</li>
<li>
Made actions cancelable
</li>
<li>
Auto scroll tree path to visible while starting dev mode in new window
</li>
</ul>
<h3>Refactor & Improvement</h3>
<ul>
<li>
Improve python remote debug experience
</li>
<li>
Show port forward status
</li>
<li>
Unify developing status in UI
</li>
<li>
Add timeout to nhctl get commands
</li>
<li>
Add missing actions to default application
</li>
<li>
Hide unauthorized actions for dev space viewer
</li>
<li>
Unify UI texts
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
Fixed the failure issue on starting run/debug while workload not fully started
</li>
<li>
Fixed the issue when KubeConfig missing while setting associate
</li>
</ul>
<h2>Version 0.4.27</h2>
<h3>New Features</h3>
<ul>
<li>
Automatically open browser after installed Demo App
</li>
<li>
Add cluster status
</li>
<li>
Supports clearing namespace PVC
</li>
<li>
Add `nhctl` error message pop-up feature
</li>
<li>
Add supports to JetBrains IDEs 2021.2
</li>
</ul>
<h3>Refactor & Improvement</h3>
<ul>
<li>
Modify the NPE that appears when the tree menu is rendered
</li>
<li>
Optimize PHP debug
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
Fixed `list workload PVC` issue
</li>
</ul>
<h2>Version 0.4.19</h2>
<h3>New Features</h3>
<ul>
<li>
Supports JetBrains IDEs 2021.2
</li>
<li>
Supports namespace PVC clear
</li>
</ul>
<h3>Refactor & Improvement</h3>
<ul>
<li>
Host key checking skip for cloning git repository over SSH
</li>
<li>
A more friendly notification for nhctl command messages
</li>
<li>
PHP remote debugging experience
</li>
<li>
Add cluster status display
</li>
<li>
Add guide message
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
NPEs
</li>
</ul>
<h2>Version 0.4.15</h2>
<h3>New Features</h3>
<ul>
<li>
Supports PHP remote debugging
</li>
<li>
Supports application upgrade
</li>
<li>
Skip SSH host key checking on git clone
</li>
</ul>
<h3>Refactor & Improvement</h3>
<ul>
<li>
Move edit manifest action to context menu
</li>
<li>
A more friendly notification for "Server version outdate"
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
NPEs
</li>
<li>
Fixed "get config by nhctl" issue in run and debug mode
</li>
</ul>
<h2>Version 0.4.14</h2>
<h3>New Features</h3>
<ul>
<li>
Supports automatically refresh Nocalhost Server side token
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
Fixed the "unable to save configuration" issue
</li>
</ul>
<h2>Previous Changelogs</h2>
<p>
<a href="https://github.com/nocalhost/nocalhost/tree/main/CHANGELOG">https://github.com/nocalhost/nocalhost/tree/main/CHANGELOG</a>
</p>