Skip to content

Releases: languitar/pass-git-helper

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)

v1.4.0

02 Sep 18:54
Compare
Choose a tag to compare

1.4.0 (2023-09-02)

Features

v1.3.0

24 May 07:30
Compare
Choose a tag to compare

1.3.0 (2023-05-24)

Features

  • enable defining password_store_dir per mapping (aafa92c), closes #228

v1.2.0

06 Mar 20:25
Compare
Choose a tag to compare

1.2.0 (2022-03-06)

Features

v1.1.2

24 Sep 18:59
Compare
Choose a tag to compare

1.1.2 (2021-09-24)

Bug Fixes

  • don't leak Python exceptions to the user (4415d7e), closes #38

Version 1.1.1

03 Jan 21:36
Compare
Choose a tag to compare

Adds an encoding configuration per pass entry (fixes #27 + #29) and includes some code cleanup (#30).

Version 1.1.0

13 Jun 19:27
Compare
Choose a tag to compare

Adds support for the ${username} replacement in the configuration file. For details, refer to #11. Thanks to @somasis for the feature.

Version 1.0.0

10 Nov 17:41
v1.0.0
Compare
Choose a tag to compare

This version adds more flexibility for selecting the username from an entry. Different strategies have been implemented to realize different needs such as searching for a line matching a given regular expression. The readme file explains the configuration in detail.

I have changed the versioning scheme to use tags with the common v prefix.