📖 Bump version
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Marty Oehme 2024-02-22 13:42:06 +01:00
parent 46fa824d42
commit 1cf9971d8b
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
2 changed files with 15 additions and 7 deletions

View File

@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Deprecated -->
<!-- ### Removed -->
<!-- ### Fixed -->
<!-- ### Security -->
## [0.4.0] - 2024-02-22
### Added
- Add default support for `fuzzel` wayland-native picker tool
@ -30,18 +44,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
by default).
- (!) `XDG_CACHE_LOCATION` renamed to `XDG_HISTORY_LOCATION` to better signify its purpose
<!-- ### Deprecated -->
<!-- ### Removed -->
### Fixed
- Always download from newest emoji list url
- Pass selection to custom typing tools through stdin
- Pass info messages to stderr to avoid passing to picker tools
<!-- ### Security -->
## [0.3.0] - 2022-11-10
### Added

2
bemoji
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
bm_version=0.3.0
bm_version=0.4.0
# Emoji default database location
bm_db_location=${BEMOJI_DB_LOCATION:-"${XDG_DATA_HOME:-$HOME/.local/share}/bemoji"}
# Setting custom emoji list file location: