Bash script for copying and autotyping data from password-store, gopass or prs.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: bump version to 2.1.3, update CHANGELOG

+9 -7
+4 -2
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## UNRELEASED 8 + ## [2.1.3] - 2022-12-22 9 9 10 10 ### Added 11 11 ··· 13 13 14 14 ### Fixed 15 15 16 - - use a generic message in the notification when data is copied 16 + - use a generic message in notifications when data is copied 17 + 18 + - fixed parsing gopass config output for gopass version 1.15+ 17 19 18 20 ### Changed 19 21
+4 -4
README.md
··· 85 85 ### Stable Release 86 86 87 87 ``` 88 - curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.1.2/tessen-2.1.2.tar.gz 89 - tar xvzf tessen-2.1.2.tar.gz 90 - cd tessen-2.1.2/ 88 + curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.1.3/tessen-2.1.3.tar.gz 89 + tar xvzf tessen-2.1.3.tar.gz 90 + cd tessen-2.1.3/ 91 91 sudo make install 92 92 ``` 93 93 ··· 221 221 [21]: https://www.freedesktop.org/wiki/Software/xdg-utils/ 222 222 [22]: https://git.sr.ht/~sircmpwn/scdoc 223 223 [23]: https://aur.archlinux.org/packages/tessen/ 224 - [24]: https://guix.gnu.org/en/packages/tessen-2.1.0/ 224 + [24]: https://packages.guix.gnu.org/packages/tessen/2.1.2/ 225 225 [25]: https://github.com/Duncaen/OpenDoas 226 226 [26]: https://git.sr.ht/~ayushnix/tessen/tree/master/item/man/tessen.1.scd 227 227 [27]: https://github.com/atx/wtype/releases/tag/v0.4
+1 -1
tessen
··· 11 11 set +x 12 12 13 13 # GLOBAL VARIABLES 14 - readonly tsn_version="2.1.2" 14 + readonly tsn_version="2.1.3" 15 15 declare pass_backend dmenu_backend tsn_action tsn_config 16 16 declare -a dmenu_backend_opts tmp_tofi_opts tmp_rofi_opts tmp_wofi_opts 17 17 declare tsn_userkey tsn_urlkey tsn_autokey tsn_delay tsn_web_browser