From 1cf9971d8bcacfcb34213b57a53e2a80b5de7686 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 22 Feb 2024 13:42:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++------ bemoji | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88968a7..e6cc773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + + + + + + + + + + + +## [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 - - - - ### 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 - - ## [0.3.0] - 2022-11-10 ### Added diff --git a/bemoji b/bemoji index 433ffb0..21bb557 100755 --- a/bemoji +++ b/bemoji @@ -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: