Skip to content

Commit 5243994

Browse files
authored
chore(release): v0.4.0 (#25)
1 parent 1ef4100 commit 5243994

File tree

4 files changed

+12
-110
lines changed

4 files changed

+12
-110
lines changed

.github/workflows/cicd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
contents: write # need to update release
5454
runs-on: ubuntu-latest
5555
steps:
56+
- name: Setup | Checkout
57+
uses: actions/checkout@v4
58+
5659
- name: Setup | Configure
5760
id: configure
5861
run: |

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ are noticeable to end-users since the last release. For developers, this project
3232

3333
## [Unreleased]
3434

35+
## [0.4.0] - 2024-11-23
36+
3537
### Added
3638

3739
- Add a new toggle mode, `switch`, which always reuses the currently opened window when switching to another popup
@@ -117,7 +119,8 @@ thanks [@cenk1cenk2]). You can now override popup global options on the fly usin
117119

118120
🎉 Initial release. See [README](https://github.com/loichyan/tmux-toggle-popup/blob/v0.1.0/README.md) for more details.
119121

120-
[Unreleased]: https://github.com/loichyan/tmux-toggle-popup/compare/v0.3.0..HEAD
122+
[Unreleased]: https://github.com/loichyan/tmux-toggle-popup/compare/v0.4.0..HEAD
123+
[0.4.0]: https://github.com/loichyan/tmux-toggle-popup/compare/v0.3.0..v0.4.0
121124
[0.3.0]: https://github.com/loichyan/tmux-toggle-popup/compare/v0.2.0..v0.3.0
122125
[0.2.0]: https://github.com/loichyan/tmux-toggle-popup/compare/v0.1.0..v0.2.0
123126
[0.1.0]: https://github.com/loichyan/tmux-toggle-popup/releases/tag/v0.1.0

cliff.toml

-109
This file was deleted.

toggle-popup.tmux

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env bash
22

3+
# name: tmux-toggle-popup
4+
# version: 0.4.0
5+
# authors: Loi Chyan <[email protected]>
6+
# license: MIT OR Apache-2.0
7+
38
SRC_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
49

510
# shellcheck source=./scripts/helpers.sh

0 commit comments

Comments
 (0)