-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd4f89e
commit 0811097
Showing
2 changed files
with
71 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.7.0] - 2024-??-?? | ||
|
||
### Added | ||
|
||
- Resident Keys: `GET_NEXT_ASSERTION` function implemented on Stax and Flex, available only over NFC | ||
- On Stax and Flex, over NFC, `MAKE_CREDENTIAL` and `GET_ASSERTION` functions displays RP and user | ||
information of the current operation. | ||
|
||
### Fixed | ||
|
||
- UI: Status pages text and titles are now centered | ||
|
||
|
||
## [1.6.4] - 2024-01-02 | ||
|
||
### Fixed | ||
|
||
- Resident Keys: enabling option was removed, but RKs were activated by default | ||
|
||
|
||
## [1.6.3] - 2024-01-02 | ||
|
||
### Fixed | ||
|
||
- Resident Keys: disabled for production version | ||
|
||
|
||
## [1.6.2] - 2024-01-02 | ||
|
||
### Fixed | ||
|
||
- Internal minor fixes and changes | ||
|
||
## [1.6.1] - 2023-01-02 | ||
|
||
### Fixed | ||
|
||
- Minor UI improvements | ||
|
||
|
||
## [1.6.0] - 2024-06-11 | ||
|
||
- Initial version for CHANGELOG |