Skip to content

Releases: languitar/pass-git-helper

v4.0.0

02 Aug 18:00
Compare
Choose a tag to compare

4.0.0 (2025-08-02)

  • build!: drop Python 3.10 support (7088644)

BREAKING CHANGES

  • Python 3.10 support has been dropped. 3.11 is the
    minimum version required now.

v3.4.0

31 Jul 17:30
Compare
Choose a tag to compare

3.4.0 (2025-07-31)

Features

  • static username extractor (b42f0bc)

v3.3.1

26 Jul 17:58
Compare
Choose a tag to compare

3.3.1 (2025-07-26)

Bug Fixes

  • correct log default mapping file (d4f0db1)

v3.3.0

15 Feb 22:25
Compare
Choose a tag to compare

3.3.0 (2025-02-15)

Features

  • add support for password extractor (1622737)

v3.2.0

27 Jan 15:43
Compare
Choose a tag to compare

3.2.0 (2025-01-27)

Features

  • setup: switch from setup.py to setup.cfg (1bcf288)

v3.1.0

12 Jan 21:30
Compare
Choose a tag to compare

3.1.0 (2025-01-12)

Features

v3.0.0

24 Sep 20:20
Compare
Choose a tag to compare

3.0.0 (2024-09-24)

v2.0.0

25 Apr 20:54
Compare
Choose a tag to compare

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

25 Apr 20:13
Compare
Choose a tag to compare

1.5.0 (2024-04-25)

Features

  • check if password file exists before running pass (b50ca3b), closes #371

v1.4.1

24 Apr 18:45
Compare
Choose a tag to compare

1.4.1 (2024-04-24)

Bug Fixes

  • improve error message for unknown username extractor (8c10441)