@@ -6,7 +6,7 @@ ARDUINO 1.8.8 2018.12.07
6
6
[ide]
7
7
* Fixed: command line parsing of version parameters when installing cores/libraries
8
8
* Platform indexes are now downloaded using https
9
- * Fixed: on some newer linux distrubitions , NPE when loading GTK look-and-feel without libgtk2 installed
9
+ * Fixed: on some newer linux distributions , NPE when loading GTK look-and-feel without libgtk2 installed
10
10
* MacOSX: added touch bar support
11
11
* MacOSX: do not exit app after closing last window
12
12
* Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@@ -23,7 +23,7 @@ ARDUINO 1.8.7 2018.09.11
23
23
(bugfix service release)
24
24
25
25
[ide]
26
- * Fixed: IDE doesn't start if library_index.json is corruped .
26
+ * Fixed: IDE doesn't start if library_index.json is corrupted .
27
27
* Fixed: IDE doesn't start if a library with invalid version is found.
28
28
* Fixed: Rare build errors in very complex sketches (like Marlin firmware).
29
29
* Fixed: Better dialog explaining that MacOSX 10.8 is now required. Thanks @PaulStoffregen
@@ -51,7 +51,7 @@ ARDUINO 1.8.6 2018.08.23
51
51
* "Manage Libraries" is now also in the "Tools" menu. Thanks @feikname
52
52
* Compiler errors now have both column and line
53
53
* Serial monitor how has "Show Timestamp" option. Thanks @MichalSy
54
- * Improved DPI detection for hi-resolution montior on Linux
54
+ * Improved DPI detection for hi-resolution monitor on Linux
55
55
* Added copy/paste contextual menu in Find/Replace text fields
56
56
* Fixed long IDE startup time when some virtual/not-connected network interfaces are present
57
57
* Fixed inconsistent line-endings when saving files on Windows
@@ -64,7 +64,7 @@ ARDUINO 1.8.6 2018.08.23
64
64
* Added "--version" to the CLI. Thanks @yohsuke
65
65
* Fixed Serial Plotter/Monitor permanently disabled if Plotter fails to open
66
66
* Fixed window title that sometimes is not updated on "Save as...". Thanks @JxJxJxMxNxS
67
- * Fixed keybindings for Increase/Decrease font size
67
+ * Fixed key bindings for Increase/Decrease font size
68
68
* Improved accessibility in the Preferences dialog. Thanks @coreyknapp
69
69
70
70
[core]
@@ -90,7 +90,7 @@ ARDUINO 1.8.4 2017.08.23
90
90
91
91
[ide]
92
92
* IDE Toolbar can now go full width on 4K display.
93
- * Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optinally specified). Thanks @xardael
93
+ * Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optionally specified). Thanks @xardael
94
94
* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
95
95
* CLI: fixed missing "runtime.platform.path" when running without the `--board` option
96
96
* Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold)
@@ -100,7 +100,7 @@ ARDUINO 1.8.4 2017.08.23
100
100
* Added the ability to increase/decrease font size via keyboard + mouse shortcuts (Ctrl + MouseWheel)
101
101
* Sketch names starting with a digit are now allowed
102
102
* Serial monitor is opened on a default position if the multi-monitor setup change (this should fix cases
103
- when the serial monitor is opened outside of the visibile space)
103
+ when the serial monitor is opened outside of the visible space)
104
104
105
105
[libraries]
106
106
* Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly.
@@ -185,14 +185,14 @@ ARDUINO 1.6.13 - 2016.11.22
185
185
[ide]
186
186
* Improved robustness of Serial Plotter while dealing with malformed or partial data. Thanks @xloem.
187
187
* Fixed regression on command line upload.
188
- * Bugifx installing libraries from command line: the IDE tries to update the libraries index but it
188
+ * Bugfix installing libraries from command line: the IDE tries to update the libraries index but it
189
189
didn't use it straight away (this caused issues mainly on CI environments)
190
190
* Libraries and Boards Managers: if a download error happens (CRC error) the IDE tries to download the file again
191
191
without the need to remove the corrupted file manually.
192
192
* Improved serial plotter with horizontal axis and grid. Thanks @duff2013
193
193
* Windows: Improved DPI detection
194
194
* Fixed a bunch of small bugs in the editor.
195
- * WiFi101 Firmware Updater: fixed certificates download from websites usign SNI (handshake_failed error)
195
+ * WiFi101 Firmware Updater: fixed certificates download from websites using SNI (handshake_failed error)
196
196
197
197
[core]
198
198
* avr: set default values for "upload.verify" and "program.verify" (allows compatibility with older IDE). Thanks @per1234
@@ -208,7 +208,7 @@ ARDUINO 1.6.12 - 2016.09.21
208
208
[core]
209
209
* avr: Add support for internal 2.56V and 2.56V ext. cap analog references on the ATtiny25/45/85. Thanks @mischnic
210
210
* Added String::toDouble(). Thanks @Ivan-Perez
211
- * Update to avrdude 6.3 with patch to ignore unused fuses (burn bootloader works also wih outdated cores)
211
+ * Update to avrdude 6.3 with patch to ignore unused fuses (burn bootloader works also with outdated cores)
212
212
213
213
ARDUINO 1.6.11 - 2016.08.17
214
214
@@ -224,7 +224,7 @@ ARDUINO 1.6.11 - 2016.08.17
224
224
ARDUINO 1.6.10 - 2016.07.26
225
225
226
226
[ide]
227
- * A lot of bugfixes to builder:
227
+ * A lot of bug fixes to builder:
228
228
https://github.com/arduino/arduino-builder/issues?q=milestone%3A1.3.19+is%3Aclosed
229
229
* Libraries can now define the property "includes" in the library.properties to
230
230
tell the IDE which `#include <...>` lines should be added to the sketch when
@@ -256,7 +256,7 @@ ARDUINO 1.6.9 - 2016.05.10
256
256
* Catch and report errors during parsing contributed index files
257
257
* Fixed IDE version color on about dialog box. Thanks @ivanebernal
258
258
* The "always-on-top update notification" popup is now less intrusive.
259
- * Fixed untraslated string during IDE startup splash window. Thanks @ivanebernal
259
+ * Fixed untranslated string during IDE startup splash window. Thanks @ivanebernal
260
260
* New arduino-builder: better core library detection, faster operations when recompiling and more.
261
261
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
262
262
* Fixed multitab error reporting
@@ -265,7 +265,7 @@ ARDUINO 1.6.9 - 2016.05.10
265
265
* Use hi-res icons for Serial monitor and plotter
266
266
* Make http://librarymanager and http://boardsmanager links clickable from the editor window
267
267
* Cut/Copy actions are disable when there is no text selected. Thanks @avargas-nearsoft
268
- * Added more OSX native (emacs-like) keybindings . Thanks @nopdotcom
268
+ * Added more OSX native (emacs-like) key bindings . Thanks @nopdotcom
269
269
* Fixed Ctrl+Del: now deletes the word behind the cursor instead of the entire line. Thanks @avargas-nearsoft
270
270
* Fixed "Verify code after upload" option in preferences. Thanks @gh-megabit
271
271
@@ -374,7 +374,7 @@ ARDUINO 1.6.6 - 2015.11.03
374
374
* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
375
375
* Ethernet: Added missing keywords. Thanks @per1234
376
376
* Ethernet: Fixed DNSClient.inet_aton() function. Thanks @jhorck
377
- * Ethernet: Expose optional DHCP timout parameters to Ethernet:begin(). Thanks @chaveiro
377
+ * Ethernet: Expose optional DHCP timeout parameters to Ethernet:begin(). Thanks @chaveiro
378
378
* Wire: Implemented Wire.end().
379
379
* Wire: Fixed bug with repeated START for AVR. Thanks Nate Williams
380
380
* Wire: Resolved timing issues on AVR. See #2173 #1477.
@@ -450,7 +450,7 @@ ARDUINO 1.6.5 - 2015.06.15
450
450
* Added SPI Transactions to TFT lib
451
451
* Stepper: support for 5-phase/5-wires motors. Thanks @rdodesigns
452
452
* Stepper: increased precision in timing calculations. Thanks @ekozlenko
453
- * Firmata and Temboo: dropped our vesions , tagged released are downloaded from their respective git repos
453
+ * Firmata and Temboo: dropped our versions , tagged released are downloaded from their respective git repos
454
454
455
455
[core]
456
456
* AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64
@@ -472,7 +472,7 @@ ARDUINO 1.6.4 - 2015.05.06
472
472
* Boards and Libraries Managers command line (with contribs from @Lauszus): --install-board "arduino:Arduino SAM Boards (32-bits ARM Cortex-M3):1.6.3" and --install-library "Bridge:1.0.1". Version can be omitted: if omitted, latest version available is automatically picked
473
473
* Warning levels can be set in File > Preferences
474
474
* When compilation fails, editor highlights the reported row
475
- * Windows and MacOSX: updated bunbled JVM to 1.8.0_45 (latest available atm)
475
+ * Windows and MacOSX: updated bundled JVM to 1.8.0_45 (latest available atm)
476
476
* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4)
477
477
* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences
478
478
* MacOSX: fixed wrong sketch opened when double clicking on a .ino file
@@ -561,7 +561,7 @@ ARDUINO 1.6.0rc3 - 2015.02.03
561
561
ARDUINO 1.6.0rc2 - 2015.01.20
562
562
563
563
[ide]
564
- * Reenabled speed of 38400 on serial monitor
564
+ * Re-enabled speed of 38400 on serial monitor
565
565
* Improved Find/Replace dialog layout (Eberhard Fahle)
566
566
* Fixed missing .dll error on some Windows box
567
567
@@ -640,7 +640,7 @@ ARDUINO 1.5.8 BETA - 2014.10.01
640
640
The following changes are included also in the Arduino IDE 1.0.6:
641
641
642
642
[core]
643
- * avr: Added replacement stub for cstdlib atexit() funciton (Christopher Andrews)
643
+ * avr: Added replacement stub for cstdlib atexit() function (Christopher Andrews)
644
644
645
645
ARDUINO 1.5.7 BETA - 2014.07.07
646
646
@@ -718,7 +718,7 @@ ARDUINO 1.5.6 BETA - 2014.02.20
718
718
(https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
719
719
* Replaced RXTX library with JSSC (Alexey Sokolov)
720
720
http://code.google.com/p/java-simple-serial-connector/
721
- * If two libraries provides the same .h file prioritize the library with tha same folder name
721
+ * If two libraries provides the same .h file prioritize the library with the same folder name
722
722
* Improved command-line parsing (Matthijs Kooijman)
723
723
* Windows: added arduino_debug.exe to help debugging errors when launch4j fails to start IDE
724
724
@@ -857,7 +857,7 @@ ARDUINO 1.5.3 BETA - 2013.08.30
857
857
* sam: Removed CAN library, you can find an updated version here:
858
858
https://github.com/collin80/due_can
859
859
* sam: Bugfix SPI library: begin() after end() now works (stimmer)
860
- * sam: Bugfix SPI library: incorrent pin configuration in non-extended mode.
860
+ * sam: Bugfix SPI library: incorrect pin configuration in non-extended mode.
861
861
* Ported all libraries to new 1.5 format
862
862
* Updated Firmata to version 2.3.6 (Jeff Hoefs)
863
863
@@ -890,7 +890,7 @@ ARDUINO 1.5.2 BETA - 2013.02.06
890
890
* sam: fixed issue on weak-symbol for some interrupt handlers
891
891
* sam: fixed BSoD on some Windows machine (louismdavis)
892
892
* sam: added CANRX1/CANTX1 pins 88/89 (same physical pin for 66/53)
893
- * sam: fixed analogWrite when used in very thight write loops (V.Dorrich)
893
+ * sam: fixed analogWrite when used in very tight write loops (V.Dorrich)
894
894
* sam: fixed SerialUSB.write() while sending big buffers (Bill Dreschel)
895
895
* sam: SerialUSB receive buffer size is now 512 (PeterVH)
896
896
* sam: Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer)
@@ -914,7 +914,7 @@ ARDUINO 1.5.1 BETA - 2012.11.05
914
914
915
915
[arduino core]
916
916
* added support for yield() function in Arduino Core. This is a
917
- preliminar step for experimenting with cooperative Schedulers.
917
+ preliminary step for experimenting with cooperative Schedulers.
918
918
919
919
[ide]
920
920
* Simplified boards menu selection. (new boards.txt file format with
@@ -967,7 +967,7 @@ ARDUINO 1.0.6 - 2014.09.16
967
967
* avr: Improved USB-CDC write speed (Justin Rajewski)
968
968
* avr: Improved USB-CDC read code (Paul Brook)
969
969
* avr: Fixed race condition in USB-CDC transmit (Paul Brook)
970
- * avr: Added replacement stub for cstdlib atexit() funciton (Christopher Andrews)
970
+ * avr: Added replacement stub for cstdlib atexit() function (Christopher Andrews)
971
971
* Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo)
972
972
* Backported String class from IDE 1.5.x (Matt Jenkins)
973
973
* Backported Print class from IDE 1.5.x
@@ -1253,7 +1253,7 @@ ARDUINO 1.0.1 - 2012.05.21
1253
1253
http://code.google.com/p/arduino/issues/detail?id=768
1254
1254
1255
1255
* Added INPUT_PULLUP option for pinMode(). The INPUT mode now explicitly
1256
- disables the pullup resistors. (Paul Stoffregen)
1256
+ disables the pull-up resistors. (Paul Stoffregen)
1257
1257
http://code.google.com/p/arduino/issues/detail?id=246
1258
1258
1259
1259
* Fixing bug in the receiving of multiple UDP packets. (dylan and peter)
@@ -1818,7 +1818,7 @@ ARDUINO 0008 - 2007.06.09
1818
1818
* Lots of reference additions and fixes from Paul Badger.
1819
1819
* Changed default microcontroller to ATmega168 from ATmega8.
1820
1820
* Removed the delay from analogRead().
1821
- * Activating TWI/I2C pullup resistors on the ATmega168 (in addition to the
1821
+ * Activating TWI/I2C pull-up resistors on the ATmega168 (in addition to the
1822
1822
ATmega8).
1823
1823
1824
1824
ARDUINO 0007 - 2006.12.25
@@ -1863,7 +1863,7 @@ ARDUINO 0005 - 2006.09.26
1863
1863
* New Wiring-compatible randomSeed(), random(max) and random(min, max) functions
1864
1864
(except operating on longs instead of floats).
1865
1865
* Fixed bug that sometimes caused uploading of old versions of a sketch.
1866
- * Serial monitor nows include an interface to send messages to the Arduino
1866
+ * Serial monitor now includes an interface to send messages to the Arduino
1867
1867
board. Pressing return appends a newline, pushing the send button doesn't.
1868
1868
* Now displaying "burning bootloader..." and "compiling..." status messages.
1869
1869
0 commit comments