Releases: RobThree/2FACLIClient
Releases · RobThree/2FACLIClient
1.0.5
1.0.4
1.0.3
1.0.2
- (d79154a) Slightly improved formatting of output proper url-decoding of values and separating comma's are now only used when needed)
- (95d4dbb) Fixed a (possible) issue (#1) where timestamps are in milliseconds vs seconds in the vault - this is now autodetected and should be handled correctly accordingly
- (cc0c5e3) Fixed a (possible) issue (#2) where secrets appeared to be stored in invalid BASE32 format (lowercase characters); secrets are now forced to uppercase
Full Changelog: 1.0.1...1.0.2
1.0.1
- You can now switch locale by specifying it in
apssettings.json
under theMain
entry:Supported locales are currently... "Main": { "VaultFile": "vault.dat", "Locale": "en-US" }, ...
en-US
andnl-NL
. If you want to help translate, submit a PR! - Better error messages
- Async I/O
- Minor bugfixes and refactoring / cleanup