-
v2.2.336e96be5 · ·
release: bump version to 2.2.3 see CHANGELOG.md for more details -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgDp1PDeYU+pRx3CNGmdiPxjG8NS NLuwzMOtduilLsy3oAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQFW11kb6OaucbHn1J/sxjoyuE1xzbCPg1v+9YA53CNK5LCH/bKU5OYmpdc47KmlUmv cf4lNql2e2gx7/SRtUOQo= -----END SSH SIGNATURE-----
-
v2.2.2fba7f80c · ·
release: bump version to 2.2.2 see CHANGELOG.md for release notes -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgDp1PDeYU+pRx3CNGmdiPxjG8NS NLuwzMOtduilLsy3oAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQIqyveqnsHg2pHBx6p+jauUjLpKba1BdMYW4LIY3zHg8bj1mp53uv5UDn0MIQIexRf udtIqJAxzgMxkSFaneWg0= -----END SSH SIGNATURE-----
-
v1.3.0802a640f · ·
allow using any dmenu-like backend `tessen` now allows using any wayland native dmenu like backend. To retain backward compatibility, the default options for bemenu, rofi, and wofi are still provided. In addition, default options for fuzzel were added. The complete list of changes are: 802a640 release: revamp the README, bump version of tessen 06d877f refactor: change the order of dmenu backend 5c6b52d docs: update the man page bcc0a07 style: use consistent case, fix grammar ed9412a refactor: use only one printf ca9d486 refactor: change the find_backend function edea7a8 refactor: change the setup_backend function fc86aa3 refactor: simplify the default opts f3b3176 refactor: remove redundant colons 2e4d8ee allow using any dmenu-like backend
-
v1.2.055eed7d5 · ·
add custom autotype, open URLs, generate OTPs This is a relatively big release. The following features have been added: - generate, copy, and autotype releases with the help of pass-otp - URLs can be either opened in the default web browser or copied - the ability to customize auto-type operation - the ability to choose custom keys for username, url, and autotype - a man page The code has been through lots of refactoring in this release to make it more modular and a few bugs were fixed as well.
-
v1.1.246449a3e · ·
fix: don't parse the 'username' and 'password' key tessen wasn't excluding 'username' and 'password' as a key from the menu which isn't expected behaviour because the value of username is determined from the basename of the selected file and password is selected from the first line of the file