File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4
4
//Change github in /config.
5
5
exports . editor = {
6
6
"port" : 3000 ,
7
- "version" : "0.7 .0" ,
8
- "version_url" : "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/rework /release/version.txt"
7
+ "version" : "0.8 .0" ,
8
+ "version_url" : "https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master /release/version.txt"
9
9
} ;
10
10
11
11
exports . adafruit = {
Original file line number Diff line number Diff line change
1
+ -0.8.0
2
+ Add simple python3 support
3
+ Fix debug populating variables
4
+
1
5
-0.7.0
2
6
Update pug dependency
3
7
Updates to installer and uninstaller
Original file line number Diff line number Diff line change 1
- 0.7 .0
2
- https://github.com/adafruit/Adafruit-WebIDE/archive/0.7 .tar.gz
1
+ 0.8 .0
2
+ https://github.com/adafruit/Adafruit-WebIDE/archive/0.8.0 .tar.gz
3
3
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ mkdir -p "$WEBIDE_HOME/tmp"
58
58
cd " $WEBIDE_ROOT "
59
59
60
60
echo " **** Downloading the latest version of the WebIDE ****"
61
- curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.7 .0.tar.gz | tar xzf - --strip-components=1
61
+ curl -L https://github.com/adafruit/Adafruit-WebIDE/archive/0.8 .0.tar.gz | tar xzf - --strip-components=1
62
62
63
63
echo " **** Installing required libraries ****"
64
64
echo " **** (nodejs-legacy npm git i2c-tools python-smbus ntp libkrb5-dev) ****"
You can’t perform that action at this time.
0 commit comments