Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

87 lines (47 loc) · 3.94 KB

Changelog

v0.1.8 (2025-01-12)

Fix

  • Return None for load_services if file doesn't exist instead of an exception (41a01a3)

v0.1.7 (2024-04-10)

Fix

  • Don't crash on missing (supported) keyring (2624e2a)

Documentation

v0.1.6 (2024-03-01)

Fix

  • Require the latest configuraptor, which includes a fix for 3.12 (bfae811)

v0.1.5 (2024-02-29)

Fix

  • Import secretstorage for type hinting only (because the dependency is only installed on Linux by keyring) (ab87e47)

Documentation

  • Added more examples in readme (da25c64)

v0.1.4 (2024-02-28)

Fix

  • 'cleanup_keyring' now actually cleans up (removes old entries) (d072555)
  • Make more fields optional, as in the file standard (5c017cd)

Documentation

  • changelog: Manually updated changelog to include the new /tmp behavior (b81e53d)

v0.1.3 (2024-02-20)

Fix

  • Use tempfile to get temp dir, rather than assuming /tmp (b42ebc2 by @crmarsh)
  • Revert linting changes to fixtures in 'tests' (8c717f5)

v0.1.2 (2024-01-29)

Fix

  • deps: Remove cli-related dependencies (b2d0cce)

v0.1.1 (2024-01-29)

Fix

  • load_services: Made passphrase option as shown in the docs actually work (1ff6694)

v0.1.0 (2024-01-29)

Feature

  • Moved library code from 2fas to lib2fas (e4be2b7)

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)