From 7ab0e83f550d2e4bb70cf2ba9e47f18261bff3cc Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 20 Mar 2021 22:45:42 +0100 Subject: [PATCH] ykman v4 support --- app/scripts/comp/app/yubikey.js | 2 +- release-notes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/scripts/comp/app/yubikey.js b/app/scripts/comp/app/yubikey.js index f38638d8..4e5ea7cd 100644 --- a/app/scripts/comp/app/yubikey.js +++ b/app/scripts/comp/app/yubikey.js @@ -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) => { diff --git a/release-notes.md b/release-notes.md index f599ec38..dc624cc2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,11 @@ Release notes ------------- +##### v1.18.0 (TBD) +`-` 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 `-` fix #1749: auto-type freezes on macOS