aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAge
* Remove custom source implementation for ErrorRobin Krahl2020-08-30
* Release v0.7.0v0.7.0Robin Krahl2020-07-14
* Remove Error::RandError variantRobin Krahl2020-07-08
* Remove sync::PoisonError from Error::PoisonErrorRobin Krahl2020-07-08
* Release v0.6.0v0.6.0Robin Krahl2020-02-03
* Represent serial numbers using SerialNumber structRobin Krahl2020-02-03
* Use NK_get_status to implement Device::get_configRobin Krahl2020-02-03
* Merge branch 'hotfix-0.5.2' into nextRobin Krahl2020-01-28
|\
| * Release v0.5.2v0.5.2Robin Krahl2020-01-28
| * Regenerate temporary passwords with null bytesRobin Krahl2020-01-28
| * Use CString to store temporary passwordsRobin Krahl2020-01-28
* | Always store serial numbers as integersRobin Krahl2020-01-28
* | Add String value to the Error::UnexpectedError variantRobin Krahl2020-01-28
|/
* Release v0.5.1v0.5.1Robin Krahl2020-01-15
* Fix serial number for older Nitrokey Pro in list_devicesRobin Krahl2020-01-15
* Release v0.5.0v0.5.0Robin Krahl2020-01-14
* Add the fill_sd_card function to StorageRobin Krahl2020-01-14
* Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* Add support for the GET_STATUS commandRobin Krahl2020-01-11
* Add the connect_path function to the Manager structRobin Krahl2020-01-07
* Add list_devices functionRobin Krahl2020-01-07
* Add the DeviceInfo structRobin Krahl2020-01-07
* Add the Error::UnsupportedModelError variantRobin Krahl2020-01-07
* Update the list of unsupported functionsRobin Krahl2020-01-06
* Release v0.4.0v0.4.0Robin Krahl2020-01-02
* Change license for configuration and documentation to CC0-1.0Robin Krahl2019-12-27
* Merge branch 'hotfix-0.3.5' into nextRobin Krahl2019-12-16
|\
| * Release v0.3.5v0.3.5Robin Krahl2019-12-16
| * Update the nitrokey-sys version specification to ~3.4Robin Krahl2019-12-16
* | Refactor the device module into submodulesRobin Krahl2019-07-16
* | Update rand_{core,os} dependenciesRobin Krahl2019-07-16
* | Update the nitrokey-test dependency to version 0.3Robin Krahl2019-07-16
* | Add force_take function to ignore poisoned cacheRobin Krahl2019-07-09
* | Introduce into_manager for DeviceRobin Krahl2019-07-09
* | Store mutable reference to Manager in DeviceRobin Krahl2019-07-08
* | Move {Pro, Storage}::connect into ManagerRobin Krahl2019-07-08
* | Move the connect_model function into ManagerRobin Krahl2019-07-08
* | Move the connect function into ManagerRobin Krahl2019-07-08
* | Add Manager struct to manage Nitrokey connectionsRobin Krahl2019-07-08
* | Add ConcurrentAccessError and PoisonError variantsRobin Krahl2019-07-08
* | Update nitrokey-test and add nitrokey-test-stateRobin Krahl2019-07-07
* | Update nitrokey-sys to version 3.5Robin Krahl2019-07-05
* | Revert "Refactor User and Admin to use a mutable reference"Robin Krahl2019-02-05
* | Store mutable reference to Device in PasswordSafeRobin Krahl2019-02-02
* | Refactor User and Admin to use a mutable referenceRobin Krahl2019-02-02
* | Require mutable reference if method changes device stateRobin Krahl2019-02-02
* | Add device_mut method to DeviceWrapperRobin Krahl2019-02-02
* | Implement DerefMut for User and AdminRobin Krahl2019-02-02