summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2023-03-23 04:25:59 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2023-03-23 04:25:59 +0530
commit7796ee88c2a5202eaa859afe8bc9154ef25f53bf (patch)
treeddf7fea3b212a1d7303054aa5484737c5b022dbd /CHANGELOG.md
parent7e50edd4ba7ce7b76897fa6d2fa35d51938da7a4 (diff)
changelog: update the changelog for version 2.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60db646..a2b8ab1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,32 @@ 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).
+## [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, bemenu, 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](https://codeberg.org/dnkl/fuzzel/releases/tag/1.8.0)
+
+- add support for the [yofi](https://github.com/l4l/yofi) dmenu backend
+
+- tessen will now look for a default configuration file in `$XDG_CONFIG_DIRS` which falls back to
+ `/etc/xdg`
+
+### Fixed
+
+- copy action for gopass after the change in gopass' configuration format since [version
+ 1.15](https://github.com/gopasspw/gopass/releases/tag/v1.15.0), 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