Skip to content

Commit

Permalink
increase version to 1.4.4, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 18, 2021
1 parent df3a520 commit 82fafbc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Adafruit TinyUSB Arduino Library Changelog

## 1.4.4 - 2021.08.18

- Update tinyusb stack
- Fully support nRF5x suspend, resume & remote wakeup
- Update hid_keyboard/mouse example to hid boot keyboard/mouse

## 1.4.3 - 2021.08.11

- Fix HID generic inout example python/js script cause missing 1st byte in report
- Use correct HID code for newline 0x28

## 1.4.2 - 2021.08.03

- Update tinyusb to match upstream

## 1.4.1 - 2021.07.27

- Fix nRF race condition when initialize usb stack

## 1.4.0 - 2021.07.22

- Support rp2040 mbed core as non built-in support

## 1.3.2 - 2021.07.07

- revert CFG_TUSB_DEBUG = 0 on SAMD port
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit TinyUSB Library
version=1.4.3
version=1.4.4
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=TinyUSB library for Arduino
Expand Down

0 comments on commit 82fafbc

Please sign in to comment.