Skip to content

Commit 39fdae1

Browse files
authored
Release v0.12.0 (#157)
1 parent 5151587 commit 39fdae1

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.changes/unreleased/Added-20230618-145035.yaml

-6
This file was deleted.

.changes/v0.12.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.12.0 - 2023-06-18
2+
### Added
3+
- Actions are now run with `FASTCOPY_TARGET_PANE_ID` set to the ID of the pane
4+
where fastcopy was invoked.
5+
Use this to run operations against the pane from within the action.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.12.0 - 2023-06-18
9+
### Added
10+
- Actions are now run with `FASTCOPY_TARGET_PANE_ID` set to the ID of the pane
11+
where fastcopy was invoked.
12+
Use this to run operations against the pane from within the action.
13+
814
## v0.11.1 - 2023-06-11
915
### Fixed
1016
- Fix release archive names for AUR, Homebrew, etc.

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.11.1
11+
VERSION=0.12.0
1212

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

0 commit comments

Comments
 (0)