You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+29-29
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ ARDUINO 1.8.13 2020.06.16
48
48
* FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
49
49
with the precompiled part.
50
50
* Removed automatic '--relax' for compiles on Atmega2560 MCU
51
-
* Fixed skethbook+bootloader hex merger when the bootloader is in .bin format.
52
-
* Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches)
51
+
* Fixed sketchbook+bootloader hex merger when the bootloader is in .bin format.
52
+
* Fixed relative path errors when traversing different partitions (in particular on MacOSX for larger sketches)
53
53
* Added #define variable during lib discovery phase
54
54
* Improved progress report from compile
55
55
@@ -88,7 +88,7 @@ ARDUINO 1.8.11 2020.01.27
88
88
[ide]
89
89
* FIX: Serial plotter do not hang if empty lines are received
90
90
* A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167)
91
-
* Sligtly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
91
+
* Slightly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
92
92
* Serial plotter: added serial input text field (thanks @cactorium)
93
93
* MacOSX: support for notarization (thanks @PaulStoffregen for the support)
94
94
* Fix wrong bracket match rectangle on auto format (thanks @magedrifaat)
@@ -114,7 +114,7 @@ ARDUINO 1.8.10 2019.09.13
114
114
[ide]
115
115
* Live font resize now applies to console and serial monitor too @Pieter12345
116
116
* Make it easier to build the IDE from sources on Windows @Pieter12345
117
-
* Smaller Preference window, suitable for supersmall screens
117
+
* Smaller Preference window, suitable for super small screens
118
118
* Cache downloaded json and only retrieve them when changed @mattiabertorello
119
119
* Suspend serial monitor if the board gets disconnected abruptly
120
120
* Libraries can now declare dependencies that will be proposed during lib installation
@@ -150,15 +150,15 @@ ARDUINO 1.8.9 2019.03.15
150
150
* Fix firmware upgrade not being available for 3rd party WINC boards
151
151
152
152
[arduino-builder]
153
-
* Use lexicographic distance as last chance to spot the right library (if every other tecnique failed)
153
+
* Use lexicographic distance as last chance to spot the right library (if every other technique failed)
154
154
* Fix some prototypes being inserted in the middle of a function
155
155
156
156
ARDUINO 1.8.8 2018.12.07
157
157
158
158
[ide]
159
159
* Fixed: command line parsing of version parameters when installing cores/libraries
160
160
* Platform indexes are now downloaded using https
161
-
* Fixed: on some newer linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed
161
+
* Fixed: on some newer Linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed
162
162
* MacOSX: added touch bar support
163
163
* MacOSX: do not exit app after closing last window
164
164
* Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@@ -207,7 +207,7 @@ ARDUINO 1.8.6 2018.08.23
207
207
* Added copy/paste contextual menu in Find/Replace text fields
208
208
* Fixed long IDE startup time when some virtual/not-connected network interfaces are present
209
209
* Fixed inconsistent line-endings when saving files on Windows
210
-
* mdns: Make board disappear via TTL instead of reachability. Thanks @kurtgo
210
+
* mDNS: Make board disappear via TTL instead of reachability. Thanks @kurtgo
211
211
* Library Manager: display install/remove buttons with mouse on-hover instead of mouse click
212
212
* Board Manager: fixed some rare case with corrupted index download
213
213
* Windows: removed some debug output when running the IDE from command line
@@ -243,7 +243,7 @@ ARDUINO 1.8.4 2017.08.23
243
243
[ide]
244
244
* IDE Toolbar can now go full width on 4K display.
245
245
* Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optionally specified). Thanks @xardael
246
-
* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
246
+
* Added per-board generic option in config file boards.txt for disabling control of DTR+RTS. Thanks @d-a-v
247
247
* CLI: fixed missing "runtime.platform.path" when running without the `--board` option
248
248
* Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold)
249
249
* Allow setting low values for console size (correctly applies console.lines=x in preferences.txt)
@@ -274,7 +274,7 @@ ARDUINO 1.8.3 2017.05.31
274
274
* AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman
275
275
276
276
[other]
277
-
* Update Wifi101 Firmware Updater plugin
277
+
* Update WiFi101 Firmware Updater plugin
278
278
279
279
ARDUINO 1.8.2 2017.03.22
280
280
@@ -302,7 +302,7 @@ ARDUINO 1.8.2 2017.03.22
302
302
303
303
[other]
304
304
* SAM platform source code has been moved to its own repository (https://github.com/arduino/ArduinoCore-sam) - all PRs and issues have been moved as well
305
-
* Update Wifi101 Firmware Updater plugin
305
+
* Update WiFi101 Firmware Updater plugin
306
306
307
307
ARDUINO 1.8.1 - 2017.01.09
308
308
@@ -322,7 +322,7 @@ ARDUINO 1.8.0 - 2016.12.20
322
322
* builder: .hpp and .hh file extensions are now considered valid sketch extension
323
323
* builder: core.a is not rebuild if not needed (improve build time in particular for big projects)
324
324
* Fixed swapped actions "Copy for Forum" and "Copy as HTML"
325
-
* Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
325
+
* Linux/OSX: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
326
326
* Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch)
327
327
328
328
[core]
@@ -395,7 +395,7 @@ ARDUINO 1.6.10 - 2016.07.26
395
395
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
396
396
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
397
397
* Added getTimeout() method to Stream. Thanks @mattb5906
398
-
* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some linux distributions
398
+
* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some Linux distributions
399
399
* Speed and size improvement on Print::printFloat(..). Thanks @bblanchon
400
400
* avr: Added Serial.availableForWrite() for USB-CDC serial ports
401
401
* avr: Added PIN_* defines to all board variants
@@ -412,7 +412,7 @@ ARDUINO 1.6.9 - 2016.05.10
412
412
* New arduino-builder: better core library detection, faster operations when recompiling and more.
413
413
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
414
414
* Fixed multitab error reporting
415
-
* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
415
+
* Rework serial port discovery to be faster, less CPU intensive and FTDI friendly
416
416
* Avoid launching multiple concurrent compile and upload operation
417
417
* Use hi-res icons for Serial monitor and plotter
418
418
* Make http://librarymanager and http://boardsmanager links clickable from the editor window
@@ -424,7 +424,7 @@ ARDUINO 1.6.9 - 2016.05.10
424
424
[core]
425
425
* String class now supports iterators. Thanks @Chris--A
426
426
* sam: Allow 3rd party boards that depend on SAM core to use their own
427
-
USB vid/pid and manufacturer/product strings. Thanks @philmanofsky.
427
+
USB VID/PID and manufacturer/product strings. Thanks @philmanofsky.
428
428
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
429
429
write bootloader magic value in an unproblematic RAM location
430
430
* avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility
0 commit comments