You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,29 @@
1
-
[//]: #"START/LATEST"
2
-
1
+
[//]: #(START/LATEST)
3
2
# Latest
4
3
5
4
## Features
6
-
7
-
- A user-friendly description of a new feature. {issue-number}
5
+
* A user-friendly description of a new feature. {issue-number}
8
6
9
7
## Fixes
10
-
11
-
- A user-friendly description of a fix. {issue-number}
8
+
* A user-friendly description of a fix. {issue-number}
12
9
13
10
## Security
11
+
* A user-friendly description of a security fix. {issue-number}
12
+
13
+
---
14
+
15
+
[//]: #"START/v1.3.0"
16
+
17
+
# v1.3.0
18
+
19
+
## Features
20
+
21
+
- The TOTP code of a OTP field can now be accessed using the `.totp` property of a field. {#33}
22
+
23
+
## Fixes
14
24
15
-
- A user-friendly description of a security fix. {issue-number}
25
+
- Sections without a label can now be correctly accessed. {#49}
26
+
- Retrieving an item no longer returns "Invalid value for `type`" or "Invalid value for `category`" when retrieving an item with a field type or item category that is not defined in the SDK. {#52,#54}
0 commit comments