summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-09-12 13:38:56 +0100
committerRichard Hughes <richard@hughsie.com>2022-09-12 13:38:56 +0100
commit6cd1e177a2aada5d26d351d58004040ce0baea45 (patch)
tree201972090ce42e7f480d816cb3d7c219ebcbbc82
parent1affb32b667d1d16ab6eafb3303d72cb07774c71 (diff)
downloadgusb-6cd1e177a2aada5d26d351d58004040ce0baea45.tar.gz
Release version 0.4.00.4.0
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
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