- Updating dependencies - Support both doas and sudo - Support TOPT
0.8.0
- Updating dependencies - Add support for MFA popup dialogs - Pass cookie in STDIN to hide its value in `ps` output - Support NixOS 21.11
0.7.3
- More failsafe method to reuse existing authentication sessions, so that entering password/MFA token may not be needed at all. Persisting HTTP cookies were prone to a race condition which is hopefully mitigated by this change.
0.7.2
- Update dependencies `keyring` and `importlib-metadata` ([pull/52](https://github.com/vlaci/openconnect-sso/pull/52))
0.7.1
- Do not fail if keyring is not accessible ([issues/45](https://github.com/vlaci/openconnect-sso/issues/45), [pull/46](https://github.com/vlaci/openconnect-sso/pull/46)) - Updating dependencies and support `pyxdg 0.27` ([pull/49](https://github.com/vlaci/openconnect-sso/pull/49))
0.7.0
- It is now possible to reuse previous authentication sessions, so that entering password/MFA token may not be needed at all.