-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathchangelog.txt
455 lines (250 loc) · 5.81 KB
/
changelog.txt
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
# Changelog
## [1.0.0] - 2019-08-06
### Added
- initial version
## [1.0.1] - 2019-08-07
### Fix
- change static folder
## [2.0.0] - 2019-08-30
### Added
- git gui
## [2.0.1] - 2019-09-04
### Added
- configuration options
## [2.0.2] - 2019-09-05
### Added
- show tree files with CodeMirror
## [2.1.0] - 2019-10-15
### Fixed
- fix newline (cr+lf vs lf)
## [2.1.1] - 2019-11-19
### Fixed
- fix missing icons
## [2.2.0] - 2020-09-04
### Added
- configurable root folder and download link
## [2.2.1] - 2020-09-04
### Fixed
- fixed format file size
## [2.2.2] - 2020-09-07
### Added
- configurable additional folders
- show files modification date
- add link for downloading from git
- tests added
## [2.2.3] - 2020-09-11
### Added
- save as
- auto detect file mode
### Changed
- CodeMirror upgrade
- editor layout
## [2.2.4] - 2020-09-17
### Fixed
- mount points config parsing
- always show Files section
## [2.3.0] - 2020-10-05
### Changed
- convert tabs to spaces (only for python files)
- CodeMirror upgrade
### Added
- search/replace
## [2.4.0] - 2020-10-22
### Added
- url hash navigation
- open in a new window button
- search and replace buttons
## [3.0.0] - 2020-11-19
### Added
- Airflow 2.0 compatibility
## [3.1.0] - 2020-12-08
### Added
- Format code
- Editor settings (theme, mode)
### Fix
- fix git revert (checkout)
## [3.2.0] - 2021-01-01
### Changed
- refactoring gui with Vue.js
### Added
- New file button added
## [3.2.1] - 2021-01-05
### Fix
- keep cursor position after save
## [3.3.0] - 2021-03-18
### Added
- Delete button added
- Move/rename button added
- Show number of files in a directory
## [3.3.1] - 2021-03-29
### Fix
- Support different base URL
- Fix buttons wrap
## [3.3.2] - 2021-04-25
### Changed
- CodeMirror upgrade
### Fix
- Fix missing font awesome css for Airflow v1 without RBAC
## [3.3.3] - 2021-05-01
### Changed
- Fix missing font awesome font files
## [3.3.4] - 2021-05-02
### Changed
- Fix missing font awesome font files
## [4.0.0] - 2021-05-09
### Changed
- Replace left pane section/subsections with a tree
- Git support can be disabled (git is optional)
## [4.0.1] - 2021-05-12
### Added
- Github Actions CI/CD
### Fix
- Fix init git repository
- Add missing horizontal scroll to the sidebar
## [4.1.0] - 2021-05-21
### Added
- Files icons
- CSTR token refresh
### Changed
- Unify file view and tree api
## [5.0.0] - 2021-08-01
### Added
- File upload (upload button/drag&drop)
### Changed
- Webpack module bundler
- Replace jQuery get/post with Axios
## [5.0.1] - 2021-09-11
### Changed
- Axios upgrade
- CodeMirror upgrade
## [5.1.0] - 2021-09-16
### Changed
- Vue-Good-Table file list (sortable&searchable)
## [5.1.1] - 2021-10-17
### Changed
- CodeMirror upgrade
## [5.1.2] - 2021-10-23
### Changed
- ansi-regex upgrade
### Fix
- Fix directories items number
## [5.1.3] - 2021-12-04
### Changed
- CodeMirror upgrade
### Fix
- Fix empty files list
## [5.1.4] - 2022-01-08
### Changed
- CodeMirror upgrade
## [5.1.5] - 2022-02-09
### Changed
- axios upgrade
### Changed
- CodeMirror upgrade
## [5.1.6] - 2022-03-07
### Changed
- axios upgrade
### Changed
- CodeMirror upgrade
## [5.2.0] - 2022-03-23
### Added
- enabled configuration option added
### Changed
- splitpanes upgrade
## [5.2.1] - 2022-04-16
### Changed
- upgrade axios from 0.26.0 to 0.26.1
- upgrade minimist from 1.2.5 to 1.2.6
## [5.2.2] - 2022-05-27
### Changed
- CodeMirror upgrade
- upgrade axios from 0.26.1 to 0.27.2
- replace nose with pytest
- Replace test configuration with environment variables
## [6.0.0] - 2022-07-23
### Added
- add support for remote filesystem (S3, GCP, etc...) in editor/file browser
### Changed
- mountpoint configuration changed
- download git objects from /repo/<object> instead of /files/~git/<object>
- node packages upgrade
- CodeMirror upgrade
## [7.0.0] - 2022-08-12
### Changed
- Migrate from Vue 2 to Vue 3
- Refactor History View
- Refactor Workspace View
- Refactor Files and Editor components
- Refactor CSS
- Replace Bootstap Modals with Vue-universal-modal
- Replace Font Awesome with Material Icons
### Fix
- Raise the correct exception at file loading and show the error in the editor
- Fix exception related to https://github.com/axios/axios/issues/811
## [7.0.1] - 2022-08-25
### Fix
- Fix "send_file() got an unexpected keyword argument 'attachment_filename'" exception for new version of Flask
## [7.1.0] - 2022-10-28
### Added
- Allow root mountpoint overriding
- Add spinner to files list/editor
### Changed
- Send git api result in JSON format
- CodeMirror upgrade
## [7.1.1] - 2022-10-29
### Fix
- Fix theme settings
## [7.2.0] - 2022-11-30
### Added
- Tabs
- Context menu
### Changed
- JavaScript dependencies update
## [7.2.1] - 2023-01-30
### Fix
- Fix "Permission denied" error renaming/removing files when git is not installed
## [7.3.0] - 2023-06-30
### Added
- Show/hide hidden files
### Changed
- CodeMirror upgrade
## [7.4.0] - 2023-07-29
### Added
- File search
- New Material Design style
### Changed
- Run test on docker
- update tests airflow and python versions
## [7.4.1] - 2023-08-28
### Fix
- fix requirements (pss)
## [7.5.0] - 2023-10-25
### Added
- Git push and git pull
## [7.6.0] - 2024-03-28
### Added
- REST API
### Changed
- Format action now sorts import with isort
- Improve error messages
## [7.6.1] - 2024-06-12
### Changed
- update tests airflow and python versions
- make prepareHref more robust
- add menu link to REST API reference
### Fix
- files containing spaces in the Git Workspace view
## [7.7.0] - 2024-08-26
### Added
- dark mode
- get version API
### Changed
- CodeMirror upgrade
- update node version
## [7.8.0] - 2025-02-03
### Added
- Bookmarks
- Notifications
- VIM mode :e (edit) command
### Changed
- Upgrade to CodeMirror 6