CHANGELOG.md (7767B) - View raw
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.2.3] - 2024-03-05
Fixed
- make parsing regex even more lax, parse all
[[:print:]]characters as values in the config file
[2.2.2] - 2024-03-05
Added
- add a config option to disable sending notifications, thanks @Croissong
Fixed
allow parsing characters like
*in the config file to parse regexes correctlyfix broken indentation in manpage and ignored generated man pages using .gitignore, thanks @x4121
[2.2.1] - 2023-03-30
Fixed
fixed yofi dmenu usage
fixed
pass_backendconfig option detection in config file, thanks @Croissong
[2.2.0] - 2023-03-23
Added
implemented custom actions mapped to exit codes greater than and equal to 10, this feature is supported, at the very least, by fuzzel, mew, and rofi
add support for using a custom configuration file for the fuzzel dmenu backend, this feature is supported by fuzzel since its 1.8.0 release
add support for the yofi dmenu backend
tessen will now look for a default configuration file in
$XDG_CONFIG_DIRSwhich falls back to/etc/xdg
Fixed
- copy action for gopass after the change in gopass' configuration format since version 1.15, thanks @pshanoop
Changed
- fuzzel is now the default dmenu backend for tessen. This means that tessen will look for fuzzel as the first dmenu backend installed on a system if no dmenu backend is specified explicitly. In addition, fuzzel will now be given priority in context of any dmenu related features or bugs.
[2.1.3] - 2022-12-22
Added
- tofi can now be used as a dmenu backend
Fixed
use a generic message in notifications when data is copied
fixed parsing gopass config output for gopass version 1.15+
Changed
- remove the default options
-w,--scrollbar=autohide, and-ifrom the mew configuration
[2.1.2] - 2022-04-02
Fixed
- fixed parsing issue in the config file for the
actionvariable
[2.1.1] - 2022-03-21
Fixed
tessenis able to parse multiple files inside a gopass mount correctly
[2.1.0] - 2022-03-08
Added
dmenucan now be specified as the dmenu backend, this was motivated by this commit
Fixed
- using
wofiwill no longer create a directory with an empty name containing another directory calleddevwith a file callednull
Changed
tessen -vwill now print only the version number and will omit the unnecessary prefixtessen version
[2.0.2] - 2022-03-02
Fixed
the clipboard is not cleared if no action is performed and tessen exits when ESC is pressed
if the
sleepprocess which runs forPASSWORD_STORE_CLIP_TIMEis terminated, the clipboard is cleared as expected
[2.0.1] - 2022-03-01
Fixed
even if the selected file has 0 size, it will now be considered as a valid selection because the file name may be used as a value for autotyping/copying
autotyping data no longer clears the clipboard
[2.0.0] - 2022-02-19
Added
gopass has been added as a supported pass backend
tessen can now be configured using a configuration file placed at
$XDG_CONFIG_HOME/tessen/config,$HOME/.config/tessen/config, or a custom location specified using the new-c,--config, and--config=optionthe user key, url key, and the autotype key can now be specified in the configuration file and these keys can be set to simple regular expressions such as
(username|login)to consider multiple values when selecting keysa man page for the tessen configuration file has been added
added the
-soption to simplify the code using shfmt in the github actions job and in CONTRIBUTING.mdan optional patch has been provided to change the shebang back to
#!/bin/bashand to set the$PATHexplicitly to/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Changed
instead of considering the last non-unique key in the list of key-value pairs inside a password store file, the first non-unique key will now be considered and other keys with the same name will be ignored
if copy action is selected, the option to autotype is no longer shown
fuzzel no longer spams the terminal when it's being used as the dmenu backend
the shebang for bash has been changed from
#!/bin/bashto#!/usr/bin/env bashto accomodate users who don't use an operating system with/bin/bash
Removed
the
-b,--backend,--backend=options have been removed and replaced with-d,--dmenu, and--dmenu=the following environment variables are no longer used for configuring how tessen behaves, the same functionality has been provided in the form of a configuration file
TESSEN_BACKEND TESSEN_ACTION TESSEN_USERKEY TESSEN_URLKEY TESSEN_AUTOKEY TESSEN_DELAY BROWSER
Fixed
- tessen should now clear all sensitive variables on exit if it receives the
SIGINTsignal
[1.3.1] - 2022-01-17
Fixed
- if the provided backend isn't recognized, return an empty value for the list of options passed to the dmenu backend
[1.3.0] - 2022-01-16
Added
add support for using arbitary dmenu backends and arbitary options for dmenu backends
shellcheck and shfmt CI jobs are added on the github repository for tessen to make sure that commits and pull requests conform to the guidelines in CONTRIBUTING.md
Changed
- fuzzel will now be searched before rofi and wofi
[1.2.3] - 2021-11-29
Changed
- don't check for the prescence of oathtool if pass-otp is installed
[1.2.2] - 2021-11-15
Fixed
- if the selected gpg file is empty or if the decryption fails, exit
[1.2.1] - 2021-11-14
Changed
- use tabs instead of spaces in the Makefile
[1.2.0] - 2021-11-14
Added
opening and copying URLs is now supported
generating, autotyping, and copying HOTP/TOTP is now supported by using pass-otp as a dependency
keys in password store files which have
#,+, and@characters will now be parsed as welladded a man page for tessen
TESSEN_USERKEYenvironnment variable has been defined to accept custom values for username keysTESSEN_URLKEYenvironnment variable has been defined to accept custom values for url keysTESSEN_AUTOKEYenvironnment variable has been defined to accept custom values for autotype keysTESSEN_DELAYenvironnment variable has been defined to accept custom values for delay between successive autotype operations
Changed
mew is no longer the default dmenu backend
the username will be set from the
TESSEN_USERKEYenvironment variable and if that is unset, the basename of the selected file will be used as the usernamethe location of the bash completion file has been changed from
/etc/bash_completion.d/to/usr/share/bash-completion/completions/
Fixed
- don't proceed if the selected gpg file is empty
[1.1.2] - 2021-11-06
Fixed
- don't parse the username and password keys if they exist to avoid conflicts
[1.1.1] - 2021-09-22
Fixed
- fix the semver in the README and tessen
[1.1.0] - 2021-09-21
Added
wofi is now supported as a dmenu backend
fish completion for wofi as a dmenu backend
[1.0.0] - 2021-09-21
initial release