Skip to content

Commit

Permalink
release: bump version to 2.1.3, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Dec 21, 2022
1 parent 6773f51 commit f81c6d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ 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

- [tofi](https://github.com/philj56/tofi) can now be used as a dmenu backend

### 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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tessen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81c6d6

Please sign in to comment.