per1234
33ff49566c
Start Arduino IDE 1.8.12
2020-02-07 23:16:20 +01:00
Cristian Maglie
0dbff59b13
Release 1.8.11
2020-01-27 17:52:12 +01:00
jenkins
2d4f8f011b
update arduino-builder to 1.5.1
2020-01-23 19:13:57 +01:00
Cristian Maglie
ab864cfa09
Updated revision log
2020-01-22 17:23:55 +01:00
Martino Facchin
6116a8e920
Starting 1.8.11
2019-09-19 12:54:30 +02:00
45gfg9
749beb6532
Fix a typo
...
buidler -> builder
2019-09-16 13:14:34 -04:00
Cristian Maglie
741026ade1
Update revision log
2019-09-13 12:21:47 +02:00
Martino Facchin
f119590d84
Starting 1.8.10
2019-03-25 11:25:48 +01:00
Cristian Maglie
da6b81d35b
Back from the future!
2019-03-15 15:14:01 +01:00
Cristian Maglie
aa79e0eac8
Updated revision log
2019-03-15 15:12:09 +01:00
jogo-
e70e0fb1c0
Fix typos in revisions.txt
2019-01-02 14:22:23 +01:00
Martino Facchin
56f0e96912
Starting 1.8.9
2018-12-06 15:12:00 +01:00
Cristian Maglie
073458d1bb
Update revision log
2018-12-05 12:03:57 +01:00
Cristian Maglie
354c769471
update revision log
2018-09-10 15:53:15 +02:00
Cristian Maglie
27eca6b3d9
Regression: fixed wrong BUILTIN_AS_LAST comparator
...
This bug has been introduced with b3d01d8281
Fix #7973
2018-09-07 15:03:25 +02:00
Cristian Maglie
4baa0ad3c5
update changelog
2018-09-06 16:01:18 +02:00
Cristian Maglie
97f11945c6
Update revision log
2018-08-23 10:47:39 +02:00
Cristian Maglie
ad623137a1
Update revisions log
2018-08-22 14:25:42 +02:00
per1234
ec179e5af6
Add note to revisions.txt regarding new default Nano bootloader
2018-03-15 12:36:10 -07:00
Cristian Maglie
0175a4ee94
Revert "Fix keyword loading to use any whitespace as separator"
...
This reverts commit eed9e7069f
.
See #6693
2018-02-19 12:58:01 +01:00
Cristian Maglie
3447175d1d
update revision log
2017-10-30 10:54:04 +01:00
Cristian Maglie
6d7d461619
Update revision log
2017-10-20 13:17:09 +02:00
Cristian Maglie
f0e5bab51c
Started 1.8.6 and updated changelog
2017-10-16 13:02:46 +02:00
Cristian Maglie
e69ce9cde3
Update changelog
2017-10-02 12:39:06 +02:00
Cristian Maglie
433fbeb29c
Update changelog
2017-09-28 16:43:01 +02:00
Cristian Maglie
d0f8037f6d
Added exception printout while building
2017-09-28 13:13:29 +02:00
Cristian Maglie
5bbb9054d4
Starting 1.8.5
2017-08-28 13:04:57 +02:00
Cristian Maglie
ec2481ce2b
Update revisions log
2017-08-18 15:44:48 +02:00
Cristian Maglie
4545283ae7
Sketch names starting with a digit are now allowed
...
Fix #6592
2017-08-18 15:11:24 +02:00
Cristian Maglie
495c29c44b
Updated Robot libraries
...
See #4040
2017-08-18 13:10:57 +02:00
Martino Facchin
aae5fa77aa
Update revisions.txt
2017-08-01 12:04:25 +02:00
Cristian Maglie
93217c40c7
CLI: fixed missing "runtime.platform.path"
...
This happens when the CLI is runned without the `--board` option.
Fix #6463
2017-07-27 15:56:24 +02:00
Cristian Maglie
e15948227f
Fixed wrong folder name for Adafruit Circuit Playground library
...
Fix #6462
2017-07-19 10:32:26 +02:00
Cristian Maglie
7d24d0e35b
Update revision log
2017-07-18 14:03:26 +02:00
Cristian Maglie
86c6103142
Update revision log
2017-07-18 11:06:00 +02:00
Cristian Maglie
cd798abd1b
Releasing 1.8.3
2017-05-31 17:03:10 +02:00
Cristian Maglie
48d88f5dbd
updated revisions
2017-05-31 15:41:20 +02:00
Cristian Maglie
e500c7c41f
Enabling "external editor" now requires to save all sketches.
...
Fix #6196
2017-05-16 14:53:27 +02:00
Cristian Maglie
5f51e05900
Update revision log
2017-04-10 16:56:16 +02:00
Cristian Maglie
bd2f4acba7
update revision log
2017-04-10 14:43:55 +02:00
Martino Facchin
647a1b0aaa
Starting IDE 1.8.3
2017-03-23 09:26:56 +01:00
Cristian Maglie
cc6c68e521
Releasing 1.8.2
2017-03-22 13:27:36 +01:00
Cristian Maglie
c70efd950f
Fixed --save-prefs regression
...
Also removed deprecated Prefences.save() method.
Fix #6067
2017-03-22 13:13:06 +01:00
Martino Facchin
804d890ce2
Update revisions.txt
2017-03-21 17:07:45 +01:00
Cristian Maglie
d3b3714802
Updated revision log
2017-03-08 11:48:27 +01:00
Cristian Maglie
4d6385ab6d
Serial monitor: input textfield is automatically selected
...
When the serial monitor window is focused again (not reopened but put
in background and selected again) the text input field is now
automatically focused.
Fix #5810
2017-02-17 10:57:20 +01:00
Martino Facchin
cd729a964d
Update revisions.txt
2017-02-08 15:10:32 +01:00
Cristian Maglie
61cccc0151
verify/upload from CLI with relative path works again
...
Fix #5836
2017-01-23 13:41:03 +01:00
Martino Facchin
6fc0379298
Starting IDE 1.8.2
2017-01-17 12:11:04 +01:00
Cristian Maglie
465c753e6a
Updated changelog, release 1.8.1
2017-01-09 12:30:34 +01:00