ykman v4 support

This commit is contained in:
antelle 2021-03-20 22:45:42 +01:00
parent 51c0637134
commit b43d9c963a
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,7 @@ const YubiKey = {
this.process = Launcher.spawn({
cmd: this.cmd(),
args: ['-d', serial, 'oath', 'code'],
args: ['-d', serial, 'oath', 'accounts', 'code'],
noStdOutLogging: true,
throwOnStdErr: true,
complete: (err, stdout) => {

View File

@ -4,6 +4,7 @@ Release notes
`-` legacy auto-type removed
`+` optimized memory consumption for large files
`+` opening XML and CSV files using the Open button
`-` ykman v4 support
##### v1.17.4 (2021-03-18)
`-` fix #1740: Windows updater issues