Skip to content

Commit 401b8ea

Browse files
committed
add changelog, increase version for release
1 parent 593ad68 commit 401b8ea

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

changelog.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Adafruit TinyUSB Arduino Library Changelog
2+
3+
## 0.8.0 - 2019.12.30
4+
5+
- Correct USB BCD version to 2.1 for webUSB
6+
- Migrate CI from travis to github actions
7+
8+
## 0.7.1 - 2019.10.12
9+
10+
- Fixed MIDI build failed since it is under development
11+
12+
## 0.7.0 - 2019.10.09
13+
14+
- Added MIDI virtual wires/plugs
15+
16+
## 0.6.0 - 2019.08.05
17+
18+
- Added webUSB support with 2 example: webusb-serial, webusb-rgb
19+
- Alligned mouse examples, added newer hid in/out example from main repo, added new composite example for ramdisk and hid in/out. PR #19 thanks to @PTS93
20+
21+
## 0.5.0 - 2019.07.17
22+
23+
- Added travis build
24+
- Fixed msc setID
25+
- Added itfnum to internal API getDescriptor()
26+
- Added MIDI support
27+
- Added midi_test example
28+
- Added pizza box dj example for cplayground express
29+
- Mass Storage
30+
- Added msc_sdfat, msc dual lun (external flash + sd card) example
31+
- Updated msc example to use new SPIFlash 3.x API
32+
- Update msc example to print root contents
33+
- HID
34+
- Added hid_mouse, hid_keyboard
35+
- Added hid_composite_joy_featherwing
36+
- Added Composite: mouse_ramdisk, mouse_external_flash example
37+
38+
## 0.0.1 Initial Release
39+

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit TinyUSB Library
2-
version=0.7.1
2+
version=0.8.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=TinyUSB library for Arduino

0 commit comments

Comments
 (0)