-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGELOGS
66 lines (39 loc) · 1.34 KB
/
CHANGELOGS
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
#### 0.2.4
- Use HOME/.iotz for extension / common garbage
- Windows: Powershell friendly colors
- Arduino: Update Arduino IDE to 1.8.7
- Arduino: Clean build configs on each build to prevent file not found bug Arduino IDE causes
#### 0.2.5
- Fix Windows image creation on additional drives
#### 0.2.6
- Fix Windows shared path back slashes
- Update mbed-os base container dependencies
#### 0.2.7
- Prevent extension name to have a backward-forward slashes
- const isWindows instead of string comparision in place
#### 0.2.8
- use strict mode
- push update apt source on create extension
#### 0.3.0
- new `addFeatures` extension interface
- new `extension` micro-python
##### 0.4.0
- Support for package managers to shape the actual container (apt / apt-get / pip / npm)
- Micro-python sample project
- Do not auto update on install
##### 0.4.1
- Update build definitions for mxchip to cover breaking 1.6.0 release changes
##### 0.4.2
- Fix updated MBED cli installation
##### 0.4.3
- Let MBED extension to create an instance without a definitive target board
- Fetch latest stable none-eabi 2017q2
##### 0.4.4
- Remove mxchip tweaks.
##### 0.4.5
- Remove console colors
- fix MBED container
##### 0.4.6
- Update pip and mercurial (@jbobotek)
##### 0.4.7
- Remove trailing spaces in mbed index.js to improve compatability with linux systems.