📖 Bump version, add to changelog
This commit is contained in:
parent
2a17237a96
commit
7cec73e2db
3 changed files with 19 additions and 12 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -7,22 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
<!-- ### Added -->
|
||||||
|
|
||||||
- Display of configuration options on `-v` toggle
|
<!-- ### Changed -->
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Simplified grep invocation to adhere more closely to POSIX
|
|
||||||
|
|
||||||
<!-- ### Deprecated -->
|
<!-- ### Deprecated -->
|
||||||
|
|
||||||
<!-- ### Removed -->
|
<!-- ### Removed -->
|
||||||
|
|
||||||
### Fixed
|
<!-- ### Fixed -->
|
||||||
|
|
||||||
- Custom picker, clipper, and typer command invocation (`BEMOJI_CLIP_CMD`)
|
|
||||||
|
|
||||||
<!-- ### Security -->
|
<!-- ### Security -->
|
||||||
|
|
||||||
<!-- ## [0.2.0] - 2022-06-29 -->
|
## [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
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
2
bemoji
2
bemoji
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
bm_version=0.1
|
bm_version=0.2.0
|
||||||
# Emoji default database location
|
# Emoji default database location
|
||||||
bm_db_location=${BEMOJI_DB_LOCATION:-"${XDG_DATA_HOME:-$HOME/.local/share}/bemoji"}
|
bm_db_location=${BEMOJI_DB_LOCATION:-"${XDG_DATA_HOME:-$HOME/.local/share}/bemoji"}
|
||||||
# Setting custom emoji list file location:
|
# Setting custom emoji list file location:
|
||||||
|
|
Loading…
Reference in a new issue