diff --git a/.changes/unreleased/Fixed-20231203-103746.yaml b/.changes/unreleased/Fixed-20231203-103746.yaml deleted file mode 100644 index 0ac6b04..0000000 --- a/.changes/unreleased/Fixed-20231203-103746.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Properly unescape escapes in regex strings when decoding tmux options. -time: 2023-12-03T10:37:46.961999-08:00 diff --git a/.changes/v0.14.1.md b/.changes/v0.14.1.md new file mode 100644 index 0000000..976dfaa --- /dev/null +++ b/.changes/v0.14.1.md @@ -0,0 +1,3 @@ +## v0.14.1 - 2023-12-03 +### Fixed +- Properly unescape escapes in regex strings when decoding tmux options. diff --git a/CHANGELOG.md b/CHANGELOG.md index be47c99..261b119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.14.1 - 2023-12-03 +### Fixed +- Properly unescape escapes in regex strings when decoding tmux options. + ## v0.14.0 - 2023-10-15 ### Removed - Drop Windows builds. diff --git a/install.sh b/install.sh index 47026b5..ea0bf97 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ IFS=$'\n\t' IMPORTPATH=github.com/abhinav/tmux-fastcopy NAME=tmux-fastcopy -VERSION=0.14.0 +VERSION=0.14.1 while getopts 'c:' opt; do case "$opt" in