Releases: languitar/pass-git-helper
Releases · languitar/pass-git-helper
v3.2.0
3.2.0 (2025-01-27)
Features
- setup: switch from setup.py to setup.cfg (1bcf288)
v3.1.0
3.1.0 (2025-01-12)
Features
v2.0.0
2.0.0 (2024-04-25)
- build!: drop support for Python 3.9 (926cc0e)
Features
- officially support Python 3.12 (e110bf3)
BREAKING CHANGES
- the minimum officially supported version of Python is
now 3.10. The helper might continue to work with older versions but
this is not guaranteed.
v1.5.0
1.5.0 (2024-04-25)
Features
- check if password file exists before running
pass
(b50ca3b), closes #371
v1.4.1
1.4.1 (2024-04-24)
Bug Fixes
- improve error message for unknown username extractor (8c10441)
v1.4.0
1.4.0 (2023-09-02)
Features
v1.3.0
1.3.0 (2023-05-24)
Features
- enable defining password_store_dir per mapping (aafa92c), closes #228
v1.2.0
1.2.0 (2022-03-06)
Features
v1.1.2
1.1.2 (2021-09-24)
Bug Fixes
- don't leak Python exceptions to the user (4415d7e), closes #38