From 7cec73e2dbdc7702d67116cc729f48f9248ceba0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 29 Jun 2022 12:32:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Bump=20version,=20add=20to=20cha?= =?UTF-8?q?ngelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++---------- LICENSE | 2 +- bemoji | 2 +- 3 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ff5e9..6103f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added + -- Display of configuration options on `-v` toggle - -### Changed - -- Simplified grep invocation to adhere more closely to POSIX + -### Fixed - -- Custom picker, clipper, and typer command invocation (`BEMOJI_CLIP_CMD`) + - +## [0.2.0] - 2022-06-29 + +### Added + +- Display of configuration options on `-v` toggle +- AUR installation instructions + +### Changed + +- Simplified grep invocation to adhere more closely to POSIX + +### Fixed + +- Custom picker, clipper, and typer command invocation quoting diff --git a/LICENSE b/LICENSE index 3849f8a..aa51234 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Marty Oehme +Copyright (c) 2022 Marty Oehme Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bemoji b/bemoji index e468965..da39218 100755 --- a/bemoji +++ b/bemoji @@ -1,6 +1,6 @@ #!/usr/bin/env bash -bm_version=0.1 +bm_version=0.2.0 # Emoji default database location bm_db_location=${BEMOJI_DB_LOCATION:-"${XDG_DATA_HOME:-$HOME/.local/share}/bemoji"} # Setting custom emoji list file location: