Skip to content

Commit 97538f2

Browse files
chore(main): release 2.1.4
1 parent ef94979 commit 97538f2

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.3"
2+
".": "2.1.4"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.4](https://github.com/catppuccin/tmux/compare/v2.1.3...v2.1.4) (2025-06-24)
4+
5+
6+
### Fixed
7+
8+
* change tmux plugin kube module uses ([#531](https://github.com/catppuccin/tmux/issues/531)) ([ef94979](https://github.com/catppuccin/tmux/commit/ef9497982032a9494f4bf3ad276fba58b61bd7e6))
9+
10+
11+
### Documentation
12+
13+
* stop recommending `-o` ([#524](https://github.com/catppuccin/tmux/issues/524)) ([14a546f](https://github.com/catppuccin/tmux/commit/14a546fb64dc1141e5d02bac2185d8c1fd530d6a))
14+
315
## [2.1.3](https://github.com/catppuccin/tmux/compare/v2.1.2...v2.1.3) (2025-03-23)
416

517

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This method is recommended as TPM has some issues with name conflicts.
6363

6464
```bash
6565
mkdir -p ~/.config/tmux/plugins/catppuccin
66-
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
66+
git clone -b v2.1.4 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
6767
```
6868

6969
1. Add the following line to your `tmux.conf` file:
@@ -81,7 +81,7 @@ Check out what to do next in the "[Getting Started Guide](./docs/tutorials/01-ge
8181
1. Add the Catppuccin plugin:
8282

8383
```bash
84-
set -g @plugin 'catppuccin/tmux#v2.1.3' # See https://github.com/catppuccin/tmux/tags for additional tags
84+
set -g @plugin 'catppuccin/tmux#v2.1.4' # See https://github.com/catppuccin/tmux/tags for additional tags
8585
# ...alongside
8686
set -g @plugin 'tmux-plugins/tpm'
8787
```

docs/tutorials/01-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Want to install the color scheme and make tmux pastel? Great! Here's how.
55
<!-- x-release-please-start-version -->
66
```bash
77
mkdir -p ~/.config/tmux/plugins/catppuccin
8-
git clone -b v2.1.3 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
8+
git clone -b v2.1.4 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
99
```
1010
<!-- x-release-please-end -->
1111

0 commit comments

Comments
 (0)