File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.1.3 "
2+ "." : " 2.1.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.1.4] ( https://github.com/catppuccin/tmux/compare/v2.1.3...v2.1.4 ) (2025-09-28)
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+ * ** theme:** Cleanup duplicate palette theme color ([ #562 ] ( https://github.com/catppuccin/tmux/issues/562 ) ) ([ efeb958] ( https://github.com/catppuccin/tmux/commit/efeb9583cec0bc7486caedbc309df0ea9505d332 ) )
10+
11+
12+ ### Documentation
13+
14+ * clarify custom-status should be added before plugin is loaded ([ #551 ] ( https://github.com/catppuccin/tmux/issues/551 ) ) ([ 8b0b915] ( https://github.com/catppuccin/tmux/commit/8b0b9150f9d7dee2a4b70cdb50876ba7fd6d674a ) )
15+ * status-line left/right mixup ([ #542 ] ( https://github.com/catppuccin/tmux/issues/542 ) ) ([ 9d21d7c] ( https://github.com/catppuccin/tmux/commit/9d21d7ccd50df82bd732be2850ce2798e78b6391 ) )
16+ * stop recommending ` -o ` ([ #524 ] ( https://github.com/catppuccin/tmux/issues/524 ) ) ([ 14a546f] ( https://github.com/catppuccin/tmux/commit/14a546fb64dc1141e5d02bac2185d8c1fd530d6a ) )
17+
318## [ 2.1.3] ( https://github.com/catppuccin/tmux/compare/v2.1.2...v2.1.3 ) (2025-03-23)
419
520
Original file line number Diff line number Diff 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
69691 . 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
81811 . 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 ```
Original file line number Diff line number Diff 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
77mkdir -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
You can’t perform that action at this time.
0 commit comments