Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 2.56 KB

Changelog

v1.0.4 (2025-01-12)

Fix

  • Don't crash if expected 2fas file is missing, just show an error and disable some options (e.g. generating a TOTP) so you can still access and change settings. (3723d4c)

Documentation

  • Extended README with 2fas cli config docs (01ac3b4)

v1.0.3 (2024-04-10)

Fix

  • Bump lib2fas version to fix some issues with keyring (b093bdc)
  • Don't crash without args (= None instead of []) (efa1e69)

v1.0.2 (2024-02-29)

Fix

  • Explicitly add typing-extensions as dependency (2f5c7ab)

v1.0.1 (2024-01-29)

Feature

  • --version now also prints lib2fas library version (4899a83)

v1.0.0 (2024-01-29)

Fix

  • Extracted core funcionality to lib2fas (88ca459)

v0.1.0 (2024-01-25)

Feature

  • Cli tweaks and more pytests (01f8574)
  • Started basic cli functionality (f15bbbf)
  • TwoFactorStorage is now a recursive data type when using .find() (1f4847f)
  • Added tests and more general functionality (be86df5)

Fix

  • Improved settings menu + mypy typing + refactor (5d08f62)
  • Improved settings tui (c0275b5)
  • Include rapidfuzz in dependencies (previously only collected via 'dev' extra) (d2016e0)