File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- ARDUINO 1.8.14 2020.??.??
1
+ ARDUINO 1.8.14 2020.05.12
2
2
3
3
[ide]
4
4
* Fix status bar custom board preferences disappearing (thanks @magedrifaat)
5
+ * Boards Manager bugfix: sometimes the "Install" button appeared instead of "Update"
6
+ after entering a search term.
7
+ * Libraries/Boards Manager: the Type and Category filters are kept after install/uninstall.
8
+ * Added 'deprecated' label support in Boards Manager, platforms marked as deprecated are
9
+ shown at the bottom of the list.
10
+ * Serial Plotter: line endings dropdown menu now comply with the global preference settings. (thanks @sceniclife)
11
+ * Libraries Manager: Maintainer is displayed instead of the Author.
12
+ * Firmware Updater: Added new firmwares and support for Nano RP2040 Connect.
13
+ * Boards Manager: cached 3rd party package_index.json are no more deleted if the origin URL is removed from preferences,
14
+ this allows other tools (like arduino-cli), that may have different URLs configuration, to work properly.
15
+ * The board configuration submenus are now scrollable.
16
+ * New shortcut: Shift+click on Serial Monitor button will open the Serial Plotter. (thanks @n-elia)
17
+ * Fixed NPE if no board is selected. (thanks @matthijskooijman)
18
+
19
+ [arduino-builder]
20
+ * Improved lib detection: check for matching name in library.properties
21
+ * Fix compile if invalid build.options.json is found (thanks @d-a-v)
22
+ * Improved error messages for .cpp/.h file in the sketch
23
+
5
24
6
25
ARDUINO 1.8.13 2020.06.16
7
26
You can’t perform that action at this time.
0 commit comments