summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayushnix@fastmail.com>2022-03-08 22:06:50 +0530
committerAyush Agarwal <ayushnix@fastmail.com>2022-03-08 22:06:50 +0530
commit40f41b673988e47194fe518c88ef51598ba650a9 (patch)
tree225dee599e744966be83c00fd3ab8c9deedefb58 /CHANGELOG.md
parent4903b3137be9c4d7f17c14f10d8ea28218b6fdcc (diff)
release: bump the version of tessen to 2.1.0v2.1.0
add changes in README.md, CHANGELOG.md, and the tessen version in `tessen` itself
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38f32f0..6d14651 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,22 @@ 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.0] - 2022-03-08
## Added
-- `dmenu` can now be specified as the dmenu backend
+- `dmenu` can now be specified as the dmenu backend, this was motivated by
+ [this](https://codeberg.com/dnkl/fuzzel/commit/ffec2bc2ef7e5ca1398ab7ed7f134bd769706dcd) commit
+
+## Fixed
+
+- using `wofi` will no longer create a directory with an empty name containing another directory
+ called `dev` with a file called `null`
+
+## Changed
+
+- `tessen -v` will now print only the version number and will omit the unnecessary prefix `tessen
+ version`
## [2.0.2] - 2022-03-02