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: