diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rwxr-xr-x | tessen | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b4092..60db646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## UNRELEASED +## [2.1.3] - 2022-12-22 ### Added @@ -13,7 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- use a generic message in the notification when data is copied +- use a generic message in notifications when data is copied + +- fixed parsing gopass config output for gopass version 1.15+ ### Changed @@ -85,9 +85,9 @@ You can also do `doas make install` if you're using [doas][25] on Linux, which y ### Stable Release ``` -curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.1.2/tessen-2.1.2.tar.gz -tar xvzf tessen-2.1.2.tar.gz -cd tessen-2.1.2/ +curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.1.3/tessen-2.1.3.tar.gz +tar xvzf tessen-2.1.3.tar.gz +cd tessen-2.1.3/ sudo make install ``` @@ -221,7 +221,7 @@ Alternatively, scan this QR code in a UPI application. [21]: https://www.freedesktop.org/wiki/Software/xdg-utils/ [22]: https://git.sr.ht/~sircmpwn/scdoc [23]: https://aur.archlinux.org/packages/tessen/ -[24]: https://guix.gnu.org/en/packages/tessen-2.1.0/ +[24]: https://packages.guix.gnu.org/packages/tessen/2.1.2/ [25]: https://github.com/Duncaen/OpenDoas [26]: https://git.sr.ht/~ayushnix/tessen/tree/master/item/man/tessen.1.scd [27]: https://github.com/atx/wtype/releases/tag/v0.4 @@ -11,7 +11,7 @@ set +x # GLOBAL VARIABLES -readonly tsn_version="2.1.2" +readonly tsn_version="2.1.3" declare pass_backend dmenu_backend tsn_action tsn_config declare -a dmenu_backend_opts tmp_tofi_opts tmp_rofi_opts tmp_wofi_opts declare tsn_userkey tsn_urlkey tsn_autokey tsn_delay tsn_web_browser |