Skip to content

Commit a79936a

Browse files
authored
Fix typos in revisions.txt
1 parent 07b0b40 commit a79936a

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

build/shared/revisions.txt

+29-29
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ARDUINO 1.8.13 2020.06.16
4848
* FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
4949
with the precompiled part.
5050
* 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)
5353
* Added #define variable during lib discovery phase
5454
* Improved progress report from compile
5555

@@ -88,7 +88,7 @@ ARDUINO 1.8.11 2020.01.27
8888
[ide]
8989
* FIX: Serial plotter do not hang if empty lines are received
9090
* 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)
9292
* Serial plotter: added serial input text field (thanks @cactorium)
9393
* MacOSX: support for notarization (thanks @PaulStoffregen for the support)
9494
* Fix wrong bracket match rectangle on auto format (thanks @magedrifaat)
@@ -114,7 +114,7 @@ ARDUINO 1.8.10 2019.09.13
114114
[ide]
115115
* Live font resize now applies to console and serial monitor too @Pieter12345
116116
* 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
118118
* Cache downloaded json and only retrieve them when changed @mattiabertorello
119119
* Suspend serial monitor if the board gets disconnected abruptly
120120
* Libraries can now declare dependencies that will be proposed during lib installation
@@ -150,15 +150,15 @@ ARDUINO 1.8.9 2019.03.15
150150
* Fix firmware upgrade not being available for 3rd party WINC boards
151151

152152
[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)
154154
* Fix some prototypes being inserted in the middle of a function
155155

156156
ARDUINO 1.8.8 2018.12.07
157157

158158
[ide]
159159
* Fixed: command line parsing of version parameters when installing cores/libraries
160160
* 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
162162
* MacOSX: added touch bar support
163163
* MacOSX: do not exit app after closing last window
164164
* Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@@ -207,7 +207,7 @@ ARDUINO 1.8.6 2018.08.23
207207
* Added copy/paste contextual menu in Find/Replace text fields
208208
* Fixed long IDE startup time when some virtual/not-connected network interfaces are present
209209
* 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
211211
* Library Manager: display install/remove buttons with mouse on-hover instead of mouse click
212212
* Board Manager: fixed some rare case with corrupted index download
213213
* Windows: removed some debug output when running the IDE from command line
@@ -243,7 +243,7 @@ ARDUINO 1.8.4 2017.08.23
243243
[ide]
244244
* IDE Toolbar can now go full width on 4K display.
245245
* 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
247247
* CLI: fixed missing "runtime.platform.path" when running without the `--board` option
248248
* Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold)
249249
* 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
274274
* AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman
275275

276276
[other]
277-
* Update Wifi101 Firmware Updater plugin
277+
* Update WiFi101 Firmware Updater plugin
278278

279279
ARDUINO 1.8.2 2017.03.22
280280

@@ -302,7 +302,7 @@ ARDUINO 1.8.2 2017.03.22
302302

303303
[other]
304304
* 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
306306

307307
ARDUINO 1.8.1 - 2017.01.09
308308

@@ -322,7 +322,7 @@ ARDUINO 1.8.0 - 2016.12.20
322322
* builder: .hpp and .hh file extensions are now considered valid sketch extension
323323
* builder: core.a is not rebuild if not needed (improve build time in particular for big projects)
324324
* 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)
326326
* Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch)
327327

328328
[core]
@@ -395,7 +395,7 @@ ARDUINO 1.6.10 - 2016.07.26
395395
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
396396
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
397397
* 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
399399
* Speed and size improvement on Print::printFloat(..). Thanks @bblanchon
400400
* avr: Added Serial.availableForWrite() for USB-CDC serial ports
401401
* avr: Added PIN_* defines to all board variants
@@ -412,7 +412,7 @@ ARDUINO 1.6.9 - 2016.05.10
412412
* New arduino-builder: better core library detection, faster operations when recompiling and more.
413413
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
414414
* 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
416416
* Avoid launching multiple concurrent compile and upload operation
417417
* Use hi-res icons for Serial monitor and plotter
418418
* Make http://librarymanager and http://boardsmanager links clickable from the editor window
@@ -424,7 +424,7 @@ ARDUINO 1.6.9 - 2016.05.10
424424
[core]
425425
* String class now supports iterators. Thanks @Chris--A
426426
* 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.
428428
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
429429
write bootloader magic value in an unproblematic RAM location
430430
* avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility
@@ -519,7 +519,7 @@ ARDUINO 1.6.6 - 2015.11.03
519519
* Allow per-platform keywords.txt. Thanks @PaulStoffregen
520520
* Allow spaces in IDE install path on Linux. Thanks @matthijskooijman
521521
* Fixed a lot of documentation. Thanks to @per1234 @q2dg
522-
* Fixed parsing for SystemProfiler when scanning for available serial ports on Macosx El Capitan
522+
* Fixed parsing for SystemProfiler when scanning for available serial ports on MacOSX El Capitan
523523

524524
[libraries]
525525
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus
@@ -592,7 +592,7 @@ ARDUINO 1.6.5 - 2015.06.15
592592
* When using "external editor" mode, sketch code is updated when the IDE gets focused
593593
* Added keyboard shortcuts to IDE menus: ALT+F for File, ALT+E for Edit and so on
594594
* Added support for Dangerous Prototypes Bus Pirate as ISP
595-
* Added "Close" button to Boards/Libs Managers, in order to help linux people with weird Window Managers
595+
* Added "Close" button to Boards/Libs Managers, in order to help Linux people with weird Window Managers
596596
* Added File > Open Recent menu, showing the last 5 opened sketches
597597
* Windows: added Arduino Zero drivers
598598
* Tons of minor fixes
@@ -626,7 +626,7 @@ ARDUINO 1.6.4 - 2015.05.06
626626
* When compilation fails, editor highlights the reported row
627627
* Windows and MacOSX: updated bundled JVM to 1.8.0_45 (latest available atm)
628628
* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4)
629-
* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences
629+
* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json URL in File > Preferences
630630
* MacOSX: fixed wrong sketch opened when double clicking on a .ino file
631631
* Boards and Libraries main files are downloaded directly (no proxy php script), fixing some glitches when using a proxy server
632632
* Added notification if the bundled AVR core is newer than the one installed through Boards Manager (useful when upgrading the IDE)
@@ -641,7 +641,7 @@ ARDUINO 1.6.4 - 2015.05.06
641641
ARDUINO 1.6.3 - 2015.04.02
642642

643643
[ide]
644-
* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some linuxes
644+
* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some Linuxes
645645
* MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided
646646
* New splashscreen image
647647
* New editor theme
@@ -745,7 +745,7 @@ ARDUINO 1.6.0rc1 - 2014.12.11
745745
* Sketch build process: core.a rebuild only if needed (Matthijs Kooijman)
746746
* Updated AStyle formatter to v2.05: http://astyle.sourceforge.net/notes.html
747747
* Improved avrdude verbose upload (Matthijs Kooijman)
748-
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the
748+
* (MacOSX) Add Exported UTI for ino files, allows quick look to view the
749749
content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
750750

751751
[core]
@@ -760,7 +760,7 @@ ARDUINO 1.6.0rc1 - 2014.12.11
760760
The following changes are included also in the Arduino IDE 1.0.7:
761761

762762
[libraries]
763-
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
763+
* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
764764

765765
[core]
766766
* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
@@ -856,7 +856,7 @@ The following changes are included also in the Arduino IDE 1.0.6:
856856
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
857857

858858
[firmware]
859-
* Wifishield: fixed paths on firmware upgrade scripts
859+
* WiFishield: fixed paths on firmware upgrade scripts
860860

861861
ARDUINO 1.5.6-r2 BETA - 2014.02.21
862862

@@ -939,7 +939,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
939939
* Added "Using library..." debugging message in verbose compile.
940940
* Improved preprocessor (fixes #1653, #1687, #817, #1293, #1245)
941941
* Fixed StringStartsWithEndsWith, KeyboardMessage, LCD CustomCharacter, Blink without delay, SD List files, Arduino Robot examples
942-
* Added PID/VID for older Arduinos
942+
* Added VID/PID for older Arduinos
943943
* (mac) Improved board autodetection on Mac OS X
944944

945945
[libraries]
@@ -978,7 +978,7 @@ ARDUINO 1.5.4 BETA - 2013.09.10
978978
* added libraries for Arduino Yún
979979

980980
[core]
981-
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl)
981+
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 CPU) (darryl)
982982

983983
ARDUINO 1.5.3 BETA - 2013.08.30
984984

@@ -1025,7 +1025,7 @@ ARDUINO 1.5.2 BETA - 2013.02.06
10251025
* Scrollable editor tabs (Shigheru KANEMOTO)
10261026
* Scrollable menus
10271027
* Portable Arduino (Shigeru KANEMOTO)
1028-
* Default sketchbook folder for linux is now "Arduino"
1028+
* Default sketchbook folder for Linux is now "Arduino"
10291029
* Fixed IDE startup bug "Menu has no enabled items"
10301030
* Command line build.
10311031
* Fixed some language strings (Shigeru KANEMOTO)
@@ -1141,7 +1141,7 @@ ARDUINO 1.0.6 - 2014.09.16
11411141
* fixed a bunch of examples
11421142

11431143
[firmware]
1144-
* Wifishield: fixed paths on firmware upgrade scripts
1144+
* WiFishield: fixed paths on firmware upgrade scripts
11451145

11461146
ARDUINO 1.0.5-r2 - 2014.01.08
11471147

@@ -1221,7 +1221,7 @@ ARDUINO 1.0.3 - 2012.12.10
12211221

12221222
* Fixed digital_pin_to_timer_PGM array in Leonardo variant.
12231223

1224-
* Published updated Wifi firmware
1224+
* Published updated WiFi firmware
12251225

12261226
* Updated source code for atmega8 bootloader
12271227

@@ -1271,7 +1271,7 @@ ARDUINO 1.0.2 - 2012.11.05
12711271

12721272
[core / libraries]
12731273

1274-
* Included WiFi library and wifi shield firmware.
1274+
* Included WiFi library and WiFi shield firmware.
12751275

12761276
* Added ability to specify serial configuration (data bits, stop bits
12771277
and parity check) in Serial.begin(). (Alarus)
@@ -1642,7 +1642,7 @@ ARDUINO 0022 - 2010.12.24
16421642

16431643
ARDUINO 0021 - 2010.10.02
16441644

1645-
* Modifying VID / PID combination in 8U2 firmwares.
1645+
* Modifying VID/PID combination in 8U2 firmwares.
16461646
* Fixing analogWrite() bug on pins 9 and 10 (Arduino Uno).
16471647
* Patched RXTX to include /dev/ttyACM* on Linux.
16481648

@@ -1996,7 +1996,7 @@ ARDUINO 0007 - 2006.12.25
19961996
ARDUINO 0006 - 2006.10.21
19971997

19981998
* Mac version no longer requires Java 1.5, meaning it should run on 10.3.9.
1999-
* Added support for analog inputs 6 and 7 and pwm on pins 5 and 6 on the
1999+
* Added support for analog inputs 6 and 7 and PWM on pins 5 and 6 on the
20002000
on the ATmega168 used in the Arduino Mini (extra analog inputs not available
20012001
in DIP ATmega168s).
20022002
* You now select the baud rate for the serial monitor from within the editor

0 commit comments

Comments
 (0)