From 6cd1e177a2aada5d26d351d58004040ce0baea45 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 12 Sep 2022 13:38:56 +0100 Subject: Release version 0.4.0 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 3e108f6..8ee294c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Version 0.4.0 +~~~~~~~~~~~~~ +Released: 2022-09-12 + +Notes: + - The JSON format used to serialising devices is not yet stable, and might change. + +New Features: + - Add support for getting BOS descriptors (Richard Hughes) + - Allow emulating devices by saving and replaying device events (Richard Hughes) + - Cache the list of interfaces and descriptors (Richard Hughes) + - Serialize the GUsbDevice to and from JSON format (Richard Hughes) + +Bugfixes: + - Ignore usb.ids classes, subclasses and protocols (Richard Hughes) + - Never dispatch idle events after the context has been destroyed (Richard Hughes) + - Skip some functionality when emulating (Richard Hughes) + Version 0.3.10 ~~~~~~~~~~~~~~ Released: 2021-01-10 -- cgit v1.2.1