Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: arduino/Arduino

Release 1.8.19 Security hotfix release

21 Dec 08:08
1.8.19
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Assets5
Loading
per1234, ZZ-Cat, ItsIgnacioPortal, diegoatwa, venice1200, leSamo, bebhav, arek-b, jie326513988, NachoDivx, and 17 more reacted with thumbs up emojiSamiQu reacted with heart emojihuynhdev24 and algonell reacted with rocket emojiMarcelektro reacted with eyes emoji
30 people reacted

Release 1.8.18 Security hotfix release

14 Dec 16:58
1.8.18
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
e18afa3
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

Loading
ItsIgnacioPortal, per1234, NuclearPhoenixx, htmlboss, and homafarc reacted with rocket emoji
5 people reacted

Release 1.8.17 (superseded by 1.8.18)

14 Dec 10:37
1.8.17
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Contributors

  • @rhowe
rhowe
Loading
per1234 reacted with thumbs up emojitobozo reacted with hooray emoji
2 people reacted

Release 1.8.16

06 Sep 09:46
1.8.16
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • Removed the very outdated off-line documentation.
  • Do not crash if a malformed boards index URL is entered in preferences.
  • Fixed font-resizing problem with multiple tabs open.
  • Updated FTDI drivers to version 2.12.36.4

Wifi Firmware

  • Added latest firmwares (up to version 1.4.8) for NINA-based boards
Loading
per1234, jogo-, maroow, mitag, asmirand, Jailsonbs12, Oleg-Chashko, 0bliss, and 0niros reacted with thumbs up emoji
9 people reacted

Release 1.8.15

14 May 16:18
1.8.15
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
07b0b40
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

HOTFIX:

  • Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms)
Loading
yapipi, nanoSPACEx, darshittimbadiya, and WarLord211 reacted with thumbs up emojiVP1147 reacted with hooray emoji
5 people reacted

Release 1.8.14

12 May 12:43
1.8.14
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • Fix status bar custom board preferences disappearing (thanks@magedrifaat)
  • Boards Manager bugfix: sometimes the "Install" button appeared instead of "Update" after entering a search term.
  • Libraries/Boards Manager: the Type and Category filters are kept after install/uninstall.
  • Added 'deprecated' label support in Boards Manager, platforms marked as deprecated are shown at the bottom of the list.
  • Serial Plotter: line endings dropdown menu now comply with the global preference settings. (thanks@sceniclife)
  • Libraries Manager: Maintainer is displayed instead of the Author.
  • Firmware Updater: Added new firmwares and support for Nano RP2040 Connect.
  • Boards Manager: cached 3rd party package_index.json are no more deleted if the origin URL is removed from preferences, this allows other tools (like arduino-cli), that may have different URLs configuration, to work properly.
  • The board configuration submenus are now scrollable.
  • New shortcut: Shift+click on Serial Monitor button will open the Serial Plotter. (thanks@n-elia)
  • Fixed NPE if no board is selected. (thanks@matthijskooijman)

arduino-builder

  • Improved lib detection: check for matching name in library.properties
  • Fix compile if invalid build.options.json is found (thanks@d-a-v)
  • Improved error messages for .cpp/.h file in the sketch
Loading
fpistm and mintia666 reacted with thumbs up emojin-elia reacted with hooray emoji
3 people reacted

Release 1.8.13

16 Jun 09:41
1.8.13
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • Fixed crash on MacOSX >=10.15 with multiple monitor setups.
  • The boards in the boards list in the "Tools" menu are now grouped by platform. This should make the selection
    easier when there are lots of boards loaded in the IDE. (thanks@matthijskooijman)
  • Fixed save of proxy username/password settings in "manual proxy" section.
  • In "Tools / Programmers" menu only shows programmers related to the currently selected board. (thanks@matthijskooijman)
  • Fixed: sketch window out-of-display if the IDE is restarted after removing an external monitor.
  • Allow baudrate/config change when the Serial Monitor/Plotter is disabled. (thanks@matthijskooijman)
  • Updated jmdns to 3.5.5. Should improve network board detection.
  • Optimized libraries scanning during startup. (thanks@ricardojlrufino)
  • Better vertical centering of file names in tabs. (thanks@ricardojlrufino)
  • Better console rendering of progress bar during upload. (thanks@matthijskooijman)
  • Fixed invalid http "Accept" header.

arduino-builder

  • Updated arduino-builder to 1.5.4
  • FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together
    with the precompiled part.
  • Removed automatic '--relax' for compiles on Atmega2560 MCU
  • Fixed skethbook+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)
  • Added #define variable during lib discovery phase
  • Improved progress report from compile

core

  • Updated AVR core to 1.8.3:
    • Wire class now supports timeout
    • Upgraded avr-gcc to 7.3.0-atmel3.6.1-arduino7
Loading

Release 1.8.12

13 Feb 14:45
1.8.12
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • Reverted the bundled Java JRE to the latest freely redistributable Oracle JRE for all platforms except:

    • macOS (due to notarization)
    • aarch64 (due to missing graphical support)

    Switching to AdoptJDK demonstrated to be more challenging than expected, bringing in some corner case bugs that were not being caught by our testing procedures:

    • OpenJDKIssues to be verified once OpenJDK (AdoptOpenJDK) is implemented

    To guarantee the best user experience we decided to revert to the latest working JRE until all the issues are resolved.

  • Improved visualization of compiler errors (@matthijskooijman)

  • Fixed: "Comparison method violates its original contract" error in library manager

  • Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen)

arduino-builder

  • Updated arduino-builder to 1.5.2.
  • FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet)
  • FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE
  • Improved precompiled libraries handling
  • FIX: paths with spaces are now correctly printed in compiler output
Loading

Release 1.8.11

27 Jan 17:07
1.8.11
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • 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)
  • Sligtly improved support for themes in Libs and Board managers (thanks@matthijskooijman)
  • Serial plotter: added serial input text field (thanks@cactorium)
  • MacOSX: support for notarization (thanks@PaulStoffregen for the support)
  • Fix wrong bracket match rectangle on auto format (thanks@magedrifaat)
  • Pluggable discoveries: runtime.platform.path and runtime.hardware.path are now available as variables (thanks@PaulStoffregen)

arduino-builder

  • Updated arduino-builder to 1.5.1
  • FIX: missed library-detection cache (forcing lib detection on each build)
  • FIX: Windows: the build folder may reside on a different partition
  • FIX: Segfault in arduino-builder with -dump-prefs if no sketch is specified
  • FIX: Allow loading of global user-define platform.txt
  • FIX: Fixed nil pointer exception on some rare case with multiple libs
  • FIX: Print "multiple libraries found for header.h" message only when it really happens
  • FIX: Fixed library priorities on some rare circumstances

core

  • updated AVR core to 1.8.2

wifi-updater

  • updated to 0.10.10
Loading

Release 1.8.10

13 Sep 14:08
1.8.10
This tag was signed with the committer’sverified signature.
ArduinoBot Arduino Bot
GPG key ID:95FA6F43E21188C4
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

IDE

  • Live font resize now applies to console and serial monitor too@Pieter12345
  • Make it easier to build the IDE from sources on Windows@Pieter12345
  • Smaller Preference window, suitable for supersmall screens
  • Cache downloaded json and only retrieve them when changed@mattiabertorello
  • Suspend serial monitor if the board gets disconnected abruptly
  • Libraries can now declare dependencies that will be proposed during lib installation
  • SerialPlotter: allow adding labels @chromhelm
  • Support tar.xz archives for Board Manager@vowstar
  • SerialMonitor: add command history (via arrow keys)@Pieter12345
  • Accessibility: add checkbox to enable accessibility in Preferences@joew46167
    This mode enables a plethora of improvements on voiceover and keyboard navigation.
    eg. links become accessible buttons, lists are scrollable via arrow keys without much pain

wifi-updater

  • Add latest NINA firmware

hardware

  • Bundle new avr toolchain (fixes lto issue with 5.4.0 and 64bit compatibility with upcoming macOS Catalina)

arduino-builder

  • updated arduino-builder to 1.4.7 (based on the new arduino-cli)
Loading
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp