Skip to content

Commit

Permalink
release: bump the version of tessen to 2.1.0
Browse files Browse the repository at this point in the history
add changes in README.md, CHANGELOG.md, and the tessen version in
`tessen` itself
  • Loading branch information
ayushnix committed Mar 8, 2022
1 parent 4903b31 commit 40f41b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Linux, which you probably should.
### Stable Release

```
curl -LO https://github.com/ayushnix/tessen/releases/download/v2.0.2/tessen-2.0.2.tar.gz
tar xvzf tessen-2.0.2.tar.gz
cd tessen-2.0.2/
curl -LO https://github.com/ayushnix/tessen/releases/download/v2.1.0/tessen-2.1.0.tar.gz
tar xvzf tessen-2.1.0.tar.gz
cd tessen-2.1.0/
sudo make install
```

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.0-dev"
readonly tsn_version="2.1.0"
declare pass_backend dmenu_backend tsn_action tsn_config
declare -a dmenu_backend_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 40f41b6

Please sign in to comment.