File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
77
88## [ Unreleased]
99
10+ ## [ 2.8.4] - 2022-09-23
11+
12+ ### Fixed
13+
14+ * Fix ` library.properties ` , so the latest version will appear in the library manager.
15+
1016## [ 2.8.3] - 2022-01-11
1117
1218### Added
@@ -404,7 +410,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
404410
405411* Initial Beta release
406412
407- [ Unreleased ] : https://github.com/NicoHood/HID/compare/2.8.3...HEAD
413+ [ Unreleased ] : https://github.com/NicoHood/HID/compare/2.8.4...HEAD
414+ [ 2.8.4 ] : https://github.com/NicoHood/HID/compare/2.8.3...2.8.4
408415[ 2.8.3 ] : https://github.com/NicoHood/HID/compare/2.8.2...2.8.3
409416[ 2.8.2 ] : https://github.com/NicoHood/HID/compare/2.8.1...2.8.2
410417[ 2.8.1 ] : https://github.com/NicoHood/HID/compare/2.8.0...2.8.1
Original file line number Diff line number Diff line change 11name =HID-Project
2- version =2.8.2
2+ version =2.8.4
33author =NicoHood
44maintainer =NicoHood <blog@NicoHood.de>
55sentence =Extended HID Functions for Arduino
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THE SOFTWARE.
2525#pragma once
2626
2727// Software version
28- #define HID_PROJECT_VERSION 282
28+ #define HID_PROJECT_VERSION 284
2929
3030#if ARDUINO < 10607
3131#error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.
You can’t perform that action at this time.
0 commit comments