mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-03 15:47:52 +03:00
Update NEWS and version for release.
This commit is contained in:
parent
c959bbdbce
commit
2c749567c3
7
NEWS
7
NEWS
@ -1,3 +1,8 @@
|
||||
* Version 3.0.1 (released 2016-06-13)
|
||||
** Bugfix release:
|
||||
- Don't import OSX libs outside of OSX.
|
||||
- Packaging related fixes.
|
||||
|
||||
* Version 3.0.0 (released 2016-06-09)
|
||||
** Added compatibility with Python 3 (Python 2 is still supported).
|
||||
** Added support for generating alphanumeric Steam authenticator codes for entries prefixed with "Steam:".
|
||||
@ -46,6 +51,6 @@
|
||||
** Minor fixes to platform specific quirks.
|
||||
|
||||
* Version 2.0.0 (released 2015-06-15)
|
||||
** Complete rewrite
|
||||
** Complete rewrite:
|
||||
- Supports all OATH-enabled YubiKeys, including YubiKey Standard.
|
||||
- New overhauled UI.
|
||||
|
@ -24,4 +24,4 @@
|
||||
# non-source form of such a combination shall include the source code
|
||||
# for the parts of OpenSSL used as well as that of the covered work.
|
||||
|
||||
__version__ = "3.0.0"
|
||||
__version__ = "3.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user