mirror of https://github.com/keeweb/keeweb
ykman v4 support
parent
51c0637134
commit
b43d9c963a
|
@ -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) => {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue