1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-26 20:54:22 +01:00

Fix typos in revisions.txt

This commit is contained in:
jogo- 2021-05-15 11:09:40 +02:00 committed by GitHub
parent 07b0b4077f
commit a79936a8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@ ARDUINO 1.8.13 2020.06.16
* FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together * FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
with the precompiled part. with the precompiled part.
* Removed automatic '--relax' for compiles on Atmega2560 MCU * Removed automatic '--relax' for compiles on Atmega2560 MCU
* Fixed skethbook+bootloader hex merger when the bootloader is in .bin format. * Fixed sketchbook+bootloader hex merger when the bootloader is in .bin format.
* Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches) * Fixed relative path errors when traversing different partitions (in particular on MacOSX for larger sketches)
* Added #define variable during lib discovery phase * Added #define variable during lib discovery phase
* Improved progress report from compile * Improved progress report from compile
@ -88,7 +88,7 @@ ARDUINO 1.8.11 2020.01.27
[ide] [ide]
* FIX: Serial plotter do not hang if empty lines are received * FIX: Serial plotter do not hang if empty lines are received
* A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167) * A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167)
* Sligtly improved support for themes in Libs and Board managers (thanks @matthijskooijman) * Slightly improved support for themes in Libs and Board managers (thanks @matthijskooijman)
* Serial plotter: added serial input text field (thanks @cactorium) * Serial plotter: added serial input text field (thanks @cactorium)
* MacOSX: support for notarization (thanks @PaulStoffregen for the support) * MacOSX: support for notarization (thanks @PaulStoffregen for the support)
* Fix wrong bracket match rectangle on auto format (thanks @magedrifaat) * Fix wrong bracket match rectangle on auto format (thanks @magedrifaat)
@ -150,7 +150,7 @@ ARDUINO 1.8.9 2019.03.15
* Fix firmware upgrade not being available for 3rd party WINC boards * Fix firmware upgrade not being available for 3rd party WINC boards
[arduino-builder] [arduino-builder]
* Use lexicographic distance as last chance to spot the right library (if every other tecnique failed) * Use lexicographic distance as last chance to spot the right library (if every other technique failed)
* Fix some prototypes being inserted in the middle of a function * Fix some prototypes being inserted in the middle of a function
ARDUINO 1.8.8 2018.12.07 ARDUINO 1.8.8 2018.12.07
@ -158,7 +158,7 @@ ARDUINO 1.8.8 2018.12.07
[ide] [ide]
* Fixed: command line parsing of version parameters when installing cores/libraries * Fixed: command line parsing of version parameters when installing cores/libraries
* Platform indexes are now downloaded using https * Platform indexes are now downloaded using https
* Fixed: on some newer linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed * Fixed: on some newer Linux distributions, NPE when loading GTK look-and-feel without libgtk2 installed
* MacOSX: added touch bar support * MacOSX: added touch bar support
* MacOSX: do not exit app after closing last window * MacOSX: do not exit app after closing last window
* Fixed: serial monitor timestamps not always printed. Thanks @nitram509 * Fixed: serial monitor timestamps not always printed. Thanks @nitram509
@ -207,7 +207,7 @@ ARDUINO 1.8.6 2018.08.23
* Added copy/paste contextual menu in Find/Replace text fields * Added copy/paste contextual menu in Find/Replace text fields
* Fixed long IDE startup time when some virtual/not-connected network interfaces are present * Fixed long IDE startup time when some virtual/not-connected network interfaces are present
* Fixed inconsistent line-endings when saving files on Windows * Fixed inconsistent line-endings when saving files on Windows
* mdns: Make board disappear via TTL instead of reachability. Thanks @kurtgo * mDNS: Make board disappear via TTL instead of reachability. Thanks @kurtgo
* Library Manager: display install/remove buttons with mouse on-hover instead of mouse click * Library Manager: display install/remove buttons with mouse on-hover instead of mouse click
* Board Manager: fixed some rare case with corrupted index download * Board Manager: fixed some rare case with corrupted index download
* Windows: removed some debug output when running the IDE from command line * Windows: removed some debug output when running the IDE from command line
@ -243,7 +243,7 @@ ARDUINO 1.8.4 2017.08.23
[ide] [ide]
* IDE Toolbar can now go full width on 4K display. * IDE Toolbar can now go full width on 4K display.
* Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optionally specified). Thanks @xardael * Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optionally specified). Thanks @xardael
* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v * Added per-board generic option in config file boards.txt for disabling control of DTR+RTS. Thanks @d-a-v
* CLI: fixed missing "runtime.platform.path" when running without the `--board` option * CLI: fixed missing "runtime.platform.path" when running without the `--board` option
* Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold) * Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold)
* Allow setting low values for console size (correctly applies console.lines=x in preferences.txt) * 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
* AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman * AVR: moved flush() method up in the class hierarchy from Stream to Print class. Thanks @matthijskooijman
[other] [other]
* Update Wifi101 Firmware Updater plugin * Update WiFi101 Firmware Updater plugin
ARDUINO 1.8.2 2017.03.22 ARDUINO 1.8.2 2017.03.22
@ -302,7 +302,7 @@ ARDUINO 1.8.2 2017.03.22
[other] [other]
* 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 * 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
* Update Wifi101 Firmware Updater plugin * Update WiFi101 Firmware Updater plugin
ARDUINO 1.8.1 - 2017.01.09 ARDUINO 1.8.1 - 2017.01.09
@ -322,7 +322,7 @@ ARDUINO 1.8.0 - 2016.12.20
* builder: .hpp and .hh file extensions are now considered valid sketch extension * builder: .hpp and .hh file extensions are now considered valid sketch extension
* builder: core.a is not rebuild if not needed (improve build time in particular for big projects) * builder: core.a is not rebuild if not needed (improve build time in particular for big projects)
* Fixed swapped actions "Copy for Forum" and "Copy as HTML" * Fixed swapped actions "Copy for Forum" and "Copy as HTML"
* Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478) * Linux/OSX: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478)
* Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch) * Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch)
[core] [core]
@ -395,7 +395,7 @@ ARDUINO 1.6.10 - 2016.07.26
* avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt * avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A * Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
* Added getTimeout() method to Stream. Thanks @mattb5906 * Added getTimeout() method to Stream. Thanks @mattb5906
* avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some linux distributions * avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some Linux distributions
* Speed and size improvement on Print::printFloat(..). Thanks @bblanchon * Speed and size improvement on Print::printFloat(..). Thanks @bblanchon
* avr: Added Serial.availableForWrite() for USB-CDC serial ports * avr: Added Serial.availableForWrite() for USB-CDC serial ports
* avr: Added PIN_* defines to all board variants * avr: Added PIN_* defines to all board variants
@ -412,7 +412,7 @@ ARDUINO 1.6.9 - 2016.05.10
* New arduino-builder: better core library detection, faster operations when recompiling and more. * New arduino-builder: better core library detection, faster operations when recompiling and more.
See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15 See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15
* Fixed multitab error reporting * Fixed multitab error reporting
* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly * Rework serial port discovery to be faster, less CPU intensive and FTDI friendly
* Avoid launching multiple concurrent compile and upload operation * Avoid launching multiple concurrent compile and upload operation
* Use hi-res icons for Serial monitor and plotter * Use hi-res icons for Serial monitor and plotter
* Make http://librarymanager and http://boardsmanager links clickable from the editor window * Make http://librarymanager and http://boardsmanager links clickable from the editor window
@ -424,7 +424,7 @@ ARDUINO 1.6.9 - 2016.05.10
[core] [core]
* String class now supports iterators. Thanks @Chris--A * String class now supports iterators. Thanks @Chris--A
* sam: Allow 3rd party boards that depend on SAM core to use their own * sam: Allow 3rd party boards that depend on SAM core to use their own
USB vid/pid and manufacturer/product strings. Thanks @philmanofsky. USB VID/PID and manufacturer/product strings. Thanks @philmanofsky.
* avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so * avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so
write bootloader magic value in an unproblematic RAM location write bootloader magic value in an unproblematic RAM location
* avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility * avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility
@ -519,7 +519,7 @@ ARDUINO 1.6.6 - 2015.11.03
* Allow per-platform keywords.txt. Thanks @PaulStoffregen * Allow per-platform keywords.txt. Thanks @PaulStoffregen
* Allow spaces in IDE install path on Linux. Thanks @matthijskooijman * Allow spaces in IDE install path on Linux. Thanks @matthijskooijman
* Fixed a lot of documentation. Thanks to @per1234 @q2dg * Fixed a lot of documentation. Thanks to @per1234 @q2dg
* Fixed parsing for SystemProfiler when scanning for available serial ports on Macosx El Capitan * Fixed parsing for SystemProfiler when scanning for available serial ports on MacOSX El Capitan
[libraries] [libraries]
* Bridge: YunClient.connected() returns true if there are bytes available for read. Thanks @RobAtticus * 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
* When using "external editor" mode, sketch code is updated when the IDE gets focused * When using "external editor" mode, sketch code is updated when the IDE gets focused
* Added keyboard shortcuts to IDE menus: ALT+F for File, ALT+E for Edit and so on * Added keyboard shortcuts to IDE menus: ALT+F for File, ALT+E for Edit and so on
* Added support for Dangerous Prototypes Bus Pirate as ISP * Added support for Dangerous Prototypes Bus Pirate as ISP
* Added "Close" button to Boards/Libs Managers, in order to help linux people with weird Window Managers * Added "Close" button to Boards/Libs Managers, in order to help Linux people with weird Window Managers
* Added File > Open Recent menu, showing the last 5 opened sketches * Added File > Open Recent menu, showing the last 5 opened sketches
* Windows: added Arduino Zero drivers * Windows: added Arduino Zero drivers
* Tons of minor fixes * Tons of minor fixes
@ -626,7 +626,7 @@ ARDUINO 1.6.4 - 2015.05.06
* When compilation fails, editor highlights the reported row * When compilation fails, editor highlights the reported row
* Windows and MacOSX: updated bundled JVM to 1.8.0_45 (latest available atm) * Windows and MacOSX: updated bundled JVM to 1.8.0_45 (latest available atm)
* Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4) * Disabled "uncertified" warning (requires avr core >= 1.6.6, sam core >= 1.6.4)
* Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json url in File > Preferences * Additional boards/cores can be listed specifying comma separated list of package_SOMETHING_index.json URL in File > Preferences
* MacOSX: fixed wrong sketch opened when double clicking on a .ino file * MacOSX: fixed wrong sketch opened when double clicking on a .ino file
* Boards and Libraries main files are downloaded directly (no proxy php script), fixing some glitches when using a proxy server * Boards and Libraries main files are downloaded directly (no proxy php script), fixing some glitches when using a proxy server
* Added notification if the bundled AVR core is newer than the one installed through Boards Manager (useful when upgrading the IDE) * 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
ARDUINO 1.6.3 - 2015.04.02 ARDUINO 1.6.3 - 2015.04.02
[ide] [ide]
* Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some linuxes * Fixed an ArchiveExtractor issue when dealing with native stuff, affecting some Linuxes
* MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided * MacOSX: MACOSX_BUNDLED_JVM property is automatically set to JAVA_HOME if not provided
* New splashscreen image * New splashscreen image
* New editor theme * New editor theme
@ -760,7 +760,7 @@ ARDUINO 1.6.0rc1 - 2014.12.11
The following changes are included also in the Arduino IDE 1.0.7: The following changes are included also in the Arduino IDE 1.0.7:
[libraries] [libraries]
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee) * EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
[core] [core]
* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057 * 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:
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk) * SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
[firmware] [firmware]
* Wifishield: fixed paths on firmware upgrade scripts * WiFishield: fixed paths on firmware upgrade scripts
ARDUINO 1.5.6-r2 BETA - 2014.02.21 ARDUINO 1.5.6-r2 BETA - 2014.02.21
@ -939,7 +939,7 @@ We suggest to delay the adoption of the new format until a stable 1.5.x is relea
* Added "Using library..." debugging message in verbose compile. * Added "Using library..." debugging message in verbose compile.
* Improved preprocessor (fixes #1653, #1687, #817, #1293, #1245) * Improved preprocessor (fixes #1653, #1687, #817, #1293, #1245)
* Fixed StringStartsWithEndsWith, KeyboardMessage, LCD CustomCharacter, Blink without delay, SD List files, Arduino Robot examples * Fixed StringStartsWithEndsWith, KeyboardMessage, LCD CustomCharacter, Blink without delay, SD List files, Arduino Robot examples
* Added PID/VID for older Arduinos * Added VID/PID for older Arduinos
* (mac) Improved board autodetection on Mac OS X * (mac) Improved board autodetection on Mac OS X
[libraries] [libraries]
@ -978,7 +978,7 @@ ARDUINO 1.5.4 BETA - 2013.09.10
* added libraries for Arduino Yún * added libraries for Arduino Yún
[core] [core]
* avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 cpu) (darryl) * avr: fixed bug introduced with recent optimizations in HardwareSerial (atmega8 CPU) (darryl)
ARDUINO 1.5.3 BETA - 2013.08.30 ARDUINO 1.5.3 BETA - 2013.08.30
@ -1025,7 +1025,7 @@ ARDUINO 1.5.2 BETA - 2013.02.06
* Scrollable editor tabs (Shigheru KANEMOTO) * Scrollable editor tabs (Shigheru KANEMOTO)
* Scrollable menus * Scrollable menus
* Portable Arduino (Shigeru KANEMOTO) * Portable Arduino (Shigeru KANEMOTO)
* Default sketchbook folder for linux is now "Arduino" * Default sketchbook folder for Linux is now "Arduino"
* Fixed IDE startup bug "Menu has no enabled items" * Fixed IDE startup bug "Menu has no enabled items"
* Command line build. * Command line build.
* Fixed some language strings (Shigeru KANEMOTO) * Fixed some language strings (Shigeru KANEMOTO)
@ -1141,7 +1141,7 @@ ARDUINO 1.0.6 - 2014.09.16
* fixed a bunch of examples * fixed a bunch of examples
[firmware] [firmware]
* Wifishield: fixed paths on firmware upgrade scripts * WiFishield: fixed paths on firmware upgrade scripts
ARDUINO 1.0.5-r2 - 2014.01.08 ARDUINO 1.0.5-r2 - 2014.01.08
@ -1221,7 +1221,7 @@ ARDUINO 1.0.3 - 2012.12.10
* Fixed digital_pin_to_timer_PGM array in Leonardo variant. * Fixed digital_pin_to_timer_PGM array in Leonardo variant.
* Published updated Wifi firmware * Published updated WiFi firmware
* Updated source code for atmega8 bootloader * Updated source code for atmega8 bootloader
@ -1271,7 +1271,7 @@ ARDUINO 1.0.2 - 2012.11.05
[core / libraries] [core / libraries]
* Included WiFi library and wifi shield firmware. * Included WiFi library and WiFi shield firmware.
* Added ability to specify serial configuration (data bits, stop bits * Added ability to specify serial configuration (data bits, stop bits
and parity check) in Serial.begin(). (Alarus) and parity check) in Serial.begin(). (Alarus)
@ -1996,7 +1996,7 @@ ARDUINO 0007 - 2006.12.25
ARDUINO 0006 - 2006.10.21 ARDUINO 0006 - 2006.10.21
* Mac version no longer requires Java 1.5, meaning it should run on 10.3.9. * Mac version no longer requires Java 1.5, meaning it should run on 10.3.9.
* Added support for analog inputs 6 and 7 and pwm on pins 5 and 6 on the * Added support for analog inputs 6 and 7 and PWM on pins 5 and 6 on the
on the ATmega168 used in the Arduino Mini (extra analog inputs not available on the ATmega168 used in the Arduino Mini (extra analog inputs not available
in DIP ATmega168s). in DIP ATmega168s).
* You now select the baud rate for the serial monitor from within the editor * You now select the baud rate for the serial monitor from within the editor