We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1ccb9 commit 39f4addCopy full SHA for 39f4add
1 file changed
CHANGELOG.md
@@ -2,10 +2,25 @@
2
3
## Breaking Changes
4
5
+### Gateway API
6
+
7
+- Added window handle parameter.
8
9
### UI Controller API
10
-- Renamed `InitiateEventStream()` to `Subscribe()`
-- Serialize `BackgroundEvent`, `HybridState`, `UsbState` as tag-value structs
11
+- Renamed `InitiateEventStream()` to `Subscribe()`.
12
+- Serialized `BackgroundEvent`, `HybridState`, `UsbState` as tag-value structs.
13
14
15
+## Improvements
16
17
+- Added NFC support.
18
+- Added PRF support.
19
+- Added translation support, with English and German translations.
20
+- Added client information the initial UI prompt.
21
+- Fixed user handle deserialization.
22
+- Added a GUI for demo client.
23
+- Notify user when a UV method is not set when required.
24
25
# [0.1.0] - 2025-08-14
26
0 commit comments