Skip to content

Releases: ayushnix/pass-tessen

v2.0.1

03 Aug 15:57
v2.0.1
6a06d27
Compare
Choose a tag to compare

add bash completion for options added in v2.0.0

v2.0.0

03 Aug 15:56
v2.0.0
a4e9ccb
Compare
Choose a tag to compare

new major version 2.0.0

This release adds support for generating and copying TOTP/HOTP, opening
URLs, using skim and fzy in addition to fzf, and the ability to specify
custom keys for username and URL. It also fixes a few bugs in parsing
data and copy pasting data on Xorg.

v1.5.3

02 Oct 18:40
v1.5.3
eda0d9b
Compare
Choose a tag to compare

fix help menu not printing extension name

v1.5.2

21 Sep 20:44
v1.5.2
2ecb691
Compare
Choose a tag to compare

fix the sem ver, should've paid more attention

v1.5.1

20 Sep 18:29
v1.5.1
98386cd
Compare
Choose a tag to compare

The bash completion file of pass-tessen wasn't working as expected in the v1.5.0 release of pass-tessen because the new bash completion directory doesn't support auto completion of password-store extensions. This was fixed in c6cc5a4.

For more details, read the detailed commit message of c6cc5a4.

Minor changes to the documentation were made as well.

v1.5.0

19 Sep 18:13
v1.5.0
3921fab
Compare
Choose a tag to compare

pass-tessen is finally ready for wide usage.

Some significant changes made since v1.2.0 are

22f1b54 - added bash completion
4bd577e - disable debug mode to avoid leaking sensitive data
ca47f91 - added a Makefile

v1.2.0

19 Sep 17:57
v1.2.0
95966f4
Compare
Choose a tag to compare

pass-tessen seems good enough for usage at this point although the repo doesn't have anything besides the script itself.

The most significant fix was b5caa67, which prevents passwords from leaking into the process table.