From f81c6d63ff7eaa415ba82937f435e4b1fe2839f7 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Thu, 22 Dec 2022 01:14:13 +0530 Subject: [PATCH] release: bump version to 2.1.3, update CHANGELOG --- CHANGELOG.md | 6 ++++-- README.md | 8 ++++---- 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 diff --git a/README.md b/README.md index da3e48d..20a17d8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tessen b/tessen index 4526ef1..9edf170 100755 --- a/tessen +++ b/tessen @@ -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