We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a189c commit 8bdf6e0Copy full SHA for 8bdf6e0
NEWS
@@ -1,8 +1,9 @@
1
-* Version 2.2.2 (unreleased)
+* Version 2.3.0 (unreleased)
2
** Re-schedule timer each time period based on system time to prevent Qt timer
3
drift.
4
** Clear password memory cache on minimize to prevent accidentally leaving the
5
YubiKey unlocked unattended.
6
+ ** Support for credentials which require touch (YubiKey 4 only).
7
8
* Version 2.2.1 (released 2015-08-20)
9
** Bugfix release: Fix adding credentials via the UI.
yubioath/__init__.py
@@ -24,4 +24,4 @@
24
# non-source form of such a combination shall include the source code
25
# for the parts of OpenSSL used as well as that of the covered work.
26
27
-__version__ = "2.2.2-dev0"
+__version__ = "2.3.0-dev0"
0 commit comments