* Add dependency on keyring, SecretStorage, and dbus-python (for 2.7 on linux) * Use keyring for multi-platform keyring access for password cache * Update options to support password cache
0.7.0
* Application-level MFA is now supported * Two-level MFA is now supported (org and app) * Improved the menu/selector interface to better support large orgs * Improved reup loop reliability * Reduced noise in debug logging * Slowed loop timings to reduce logging/noise * Improved documentation * Test coverage improvements * Minor code lint fixes
0.6.0
* Support AWS Orgs with child accounts * Show account names in role selection when there are multiple accounts * Support and automated testing for Python 3.8 * Fix logic bug in Duo Web feature * Improve test coverage * Tests can now be run with multiple threads (faster) * Reduce noise in test output * Improved error handling and messaging * Improved user messaging * Can now run nosetests from setup.py directly without pip installing first * Simplified python_reqires statement in setup.py * Add interactive basic configuration * Update documentation
0.5.1
* AWS Accounts can now be populated from Okta * Username will now default to the current user when not specified * Update PyPI description to use REAME.md * Minor documentation updates * Tests for okta_saml.py * Version bump to v0.5.1
0.5.0
* Added browserless MFA for Duo Auth * Improved documentation throughout * Fixed typos throughout * Updated to more recent dependencies * Dropped support for Python 2.7.0 through 2.7.3 due to a Python bug that breaks testing * Added support for Python 3.7