From d23d393c39accaa5e66095313d0f9c4c646f7280 Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 9 Jun 2020 19:50:35 +0200 Subject: [PATCH] `-` fixed duplicated YubiKeys displayed in file settings --- app/scripts/views/settings/settings-file-view.js | 2 +- release-notes.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/scripts/views/settings/settings-file-view.js b/app/scripts/views/settings/settings-file-view.js index 45643300..7213d752 100644 --- a/app/scripts/views/settings/settings-file-view.js +++ b/app/scripts/views/settings/settings-file-view.js @@ -105,7 +105,7 @@ class SettingsFileView extends View { for (const yk of this.yubiKeys) { for (const slot of yk.slots.filter((s) => s.valid)) { yubiKeys.push({ - value: `${yk.serial}:${slot}`, + value: `${yk.serial}:${slot.number}`, fullName: yk.fullName, vid: yk.vid, pid: yk.pid, diff --git a/release-notes.md b/release-notes.md index 24c7adb6..75edfd6c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -4,7 +4,8 @@ Release notes `-` fix #1530: recursive creation of the portable directory `-` fix #1530: running from directories with hash symbols `+` possibility to debug startup with `--start-logging` -`+` updated electron version +`*` updated electron version +`-` fixed duplicated YubiKeys displayed in file settings ##### v1.15.1 (2020-06-07) `-` fix #1528: OTP generation for stored values