@@ -6,7 +6,7 @@ ARDUINO 1.8.8 2018.12.07
66[ide]
77* Fixed: command line parsing of version parameters when installing cores/libraries
88* 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
1010* MacOSX: added touch bar support
1111* MacOSX: do not exit app after closing last window
1212* Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@@ -23,7 +23,7 @@ ARDUINO 1.8.7 2018.09.11
2323(bugfix service release)
2424
2525[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 .
2727* Fixed: IDE doesn't start if a library with invalid version is found.
2828* Fixed: Rare build errors in very complex sketches (like Marlin firmware).
2929* Fixed: Better dialog explaining that MacOSX 10.8 is now required. Thanks @PaulStoffregen
@@ -51,7 +51,7 @@ ARDUINO 1.8.6 2018.08.23
5151* "Manage Libraries" is now also in the "Tools" menu. Thanks @feikname
5252* Compiler errors now have both column and line
5353* 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
5555* Added copy/paste contextual menu in Find/Replace text fields
5656* Fixed long IDE startup time when some virtual/not-connected network interfaces are present
5757* Fixed inconsistent line-endings when saving files on Windows
@@ -64,7 +64,7 @@ ARDUINO 1.8.6 2018.08.23
6464* Added "--version" to the CLI. Thanks @yohsuke
6565* Fixed Serial Plotter/Monitor permanently disabled if Plotter fails to open
6666* 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
6868* Improved accessibility in the Preferences dialog. Thanks @coreyknapp
6969
7070[core]
@@ -90,7 +90,7 @@ ARDUINO 1.8.4 2017.08.23
9090
9191[ide]
9292* 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
9494* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
9595* CLI: fixed missing "runtime.platform.path" when running without the `--board` option
9696* 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
100100* Added the ability to increase/decrease font size via keyboard + mouse shortcuts (Ctrl + MouseWheel)
101101* Sketch names starting with a digit are now allowed
102102* 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)
104104
105105[libraries]
106106* 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
185185[ide]
186186* Improved robustness of Serial Plotter while dealing with malformed or partial data. Thanks @xloem.
187187* 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
189189 didn't use it straight away (this caused issues mainly on CI environments)
190190* Libraries and Boards Managers: if a download error happens (CRC error) the IDE tries to download the file again
191191 without the need to remove the corrupted file manually.
192192* Improved serial plotter with horizontal axis and grid. Thanks @duff2013
193193* Windows: Improved DPI detection
194194* 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)
196196
197197[core]
198198* 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
208208[core]
209209* avr: Add support for internal 2.56V and 2.56V ext. cap analog references on the ATtiny25/45/85. Thanks @mischnic
210210* 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)
212212
213213ARDUINO 1.6.11 - 2016.08.17
214214
@@ -224,7 +224,7 @@ ARDUINO 1.6.11 - 2016.08.17
224224ARDUINO 1.6.10 - 2016.07.26
225225
226226[ide]
227- * A lot of bugfixes to builder:
227+ * A lot of bug fixes to builder:
228228 https://github.com/arduino/arduino-builder/issues?q=milestone%3A1.3.19+is%3Aclosed
229229* Libraries can now define the property "includes" in the library.properties to
230230 tell the IDE which `#include <...>` lines should be added to the sketch when
@@ -256,7 +256,7 @@ ARDUINO 1.6.9 - 2016.05.10
256256* Catch and report errors during parsing contributed index files
257257* Fixed IDE version color on about dialog box. Thanks @ivanebernal
258258* 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
260260* New arduino-builder: better core library detection, faster operations when recompiling and more.
261261 See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
262262* Fixed multitab error reporting
@@ -265,7 +265,7 @@ ARDUINO 1.6.9 - 2016.05.10
265265* Use hi-res icons for Serial monitor and plotter
266266* Make http://librarymanager and http://boardsmanager links clickable from the editor window
267267* 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
269269* Fixed Ctrl+Del: now deletes the word behind the cursor instead of the entire line. Thanks @avargas-nearsoft
270270* Fixed "Verify code after upload" option in preferences. Thanks @gh-megabit
271271
@@ -374,7 +374,7 @@ ARDUINO 1.6.6 - 2015.11.03
374374* Bridge: YunClient.stop() now empties all buffers. Thanks @RobAtticus
375375* Ethernet: Added missing keywords. Thanks @per1234
376376* 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
378378* Wire: Implemented Wire.end().
379379* Wire: Fixed bug with repeated START for AVR. Thanks Nate Williams
380380* Wire: Resolved timing issues on AVR. See #2173 #1477.
@@ -450,7 +450,7 @@ ARDUINO 1.6.5 - 2015.06.15
450450* Added SPI Transactions to TFT lib
451451* Stepper: support for 5-phase/5-wires motors. Thanks @rdodesigns
452452* 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
454454
455455[core]
456456* AVR: delayMicroseconds(..) doesn't hang if called with 0. Thanks @cano64
@@ -472,7 +472,7 @@ ARDUINO 1.6.4 - 2015.05.06
472472* 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
473473* Warning levels can be set in File > Preferences
474474* 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)
476476* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4)
477477* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences
478478* MacOSX: fixed wrong sketch opened when double clicking on a .ino file
@@ -561,7 +561,7 @@ ARDUINO 1.6.0rc3 - 2015.02.03
561561ARDUINO 1.6.0rc2 - 2015.01.20
562562
563563[ide]
564- * Reenabled speed of 38400 on serial monitor
564+ * Re-enabled speed of 38400 on serial monitor
565565* Improved Find/Replace dialog layout (Eberhard Fahle)
566566* Fixed missing .dll error on some Windows box
567567
@@ -640,7 +640,7 @@ ARDUINO 1.5.8 BETA - 2014.10.01
640640The following changes are included also in the Arduino IDE 1.0.6:
641641
642642[core]
643- * avr: Added replacement stub for cstdlib atexit() funciton (Christopher Andrews)
643+ * avr: Added replacement stub for cstdlib atexit() function (Christopher Andrews)
644644
645645ARDUINO 1.5.7 BETA - 2014.07.07
646646
@@ -718,7 +718,7 @@ ARDUINO 1.5.6 BETA - 2014.02.20
718718 (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification)
719719* Replaced RXTX library with JSSC (Alexey Sokolov)
720720 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
722722* Improved command-line parsing (Matthijs Kooijman)
723723* Windows: added arduino_debug.exe to help debugging errors when launch4j fails to start IDE
724724
@@ -857,7 +857,7 @@ ARDUINO 1.5.3 BETA - 2013.08.30
857857* sam: Removed CAN library, you can find an updated version here:
858858 https://github.com/collin80/due_can
859859* 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.
861861* Ported all libraries to new 1.5 format
862862* Updated Firmata to version 2.3.6 (Jeff Hoefs)
863863
@@ -890,7 +890,7 @@ ARDUINO 1.5.2 BETA - 2013.02.06
890890* sam: fixed issue on weak-symbol for some interrupt handlers
891891* sam: fixed BSoD on some Windows machine (louismdavis)
892892* 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)
894894* sam: fixed SerialUSB.write() while sending big buffers (Bill Dreschel)
895895* sam: SerialUSB receive buffer size is now 512 (PeterVH)
896896* 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
914914
915915[arduino core]
916916* 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.
918918
919919[ide]
920920* Simplified boards menu selection. (new boards.txt file format with
@@ -967,7 +967,7 @@ ARDUINO 1.0.6 - 2014.09.16
967967* avr: Improved USB-CDC write speed (Justin Rajewski)
968968* avr: Improved USB-CDC read code (Paul Brook)
969969* 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)
971971* Fixed wrong NULL pointer handling in Stream class (Amulya Kumar Sahoo)
972972* Backported String class from IDE 1.5.x (Matt Jenkins)
973973* Backported Print class from IDE 1.5.x
@@ -1253,7 +1253,7 @@ ARDUINO 1.0.1 - 2012.05.21
12531253 http://code.google.com/p/arduino/issues/detail?id=768
12541254
12551255* 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)
12571257 http://code.google.com/p/arduino/issues/detail?id=246
12581258
12591259* Fixing bug in the receiving of multiple UDP packets. (dylan and peter)
@@ -1818,7 +1818,7 @@ ARDUINO 0008 - 2007.06.09
18181818* Lots of reference additions and fixes from Paul Badger.
18191819* Changed default microcontroller to ATmega168 from ATmega8.
18201820* 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
18221822 ATmega8).
18231823
18241824ARDUINO 0007 - 2006.12.25
@@ -1863,7 +1863,7 @@ ARDUINO 0005 - 2006.09.26
18631863* New Wiring-compatible randomSeed(), random(max) and random(min, max) functions
18641864 (except operating on longs instead of floats).
18651865* 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
18671867 board. Pressing return appends a newline, pushing the send button doesn't.
18681868* Now displaying "burning bootloader..." and "compiling..." status messages.
18691869
0 commit comments