Skip to content

Commit b5eb6e5

Browse files
authored
Release v0.14.1 (#178)
Release a new version with the following fixes: - #177
1 parent 3f789aa commit b5eb6e5

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.changes/unreleased/Fixed-20231203-103746.yaml

-3
This file was deleted.

.changes/v0.14.1.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.14.1 - 2023-12-03
2+
### Fixed
3+
- Properly unescape escapes in regex strings when decoding tmux options.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.14.1 - 2023-12-03
9+
### Fixed
10+
- Properly unescape escapes in regex strings when decoding tmux options.
11+
812
## v0.14.0 - 2023-10-15
913
### Removed
1014
- Drop Windows builds.

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IFS=$'\n\t'
88

99
IMPORTPATH=github.com/abhinav/tmux-fastcopy
1010
NAME=tmux-fastcopy
11-
VERSION=0.14.0
11+
VERSION=0.14.1
1212

1313
while getopts 'c:' opt; do
1414
case "$opt" in

0 commit comments

Comments
 (0)