Releases: catppuccin/tmux
Releases · catppuccin/tmux
v2.1.2
2.1.2 (2024-12-08)
Fixed
- improve uptime status sed script to report correct units for few uptime scenarios (#437) (31fc2bf)
- use current window separators for the current window format (#443) (2a6c45b)
v2.1.1
2.1.1 (2024-11-17)
Fixed
- escape the TPM environment variable in the kube status line module (#434) (eb78ade)
- specify the color for right separator of the status modules to be the same as text bg color (#429) (0e66dee)
Documentation
- add possible values for window_flags (#417) (c8a2d1a)
- custom-status: fix typo
catpuccin
-> catppuccin
(#424) (aaf9120)
v2.1.0
2.1.0 (2024-10-25)
Added
- add an option to format the window number with
@catppuccin_window_number
and @catppuccin_window_current_number
(c749885)
Fixed
- allow for dynamic colors in status modules (#411), fixes issue #407 (5e273e4)
- session status icon bg color change by client_prefix (#394) (8855667)
Documentation
v2.0.0
2.0.0 (2024-10-21)
See #291 for help on migrating from older versions.
⚠ BREAKING CHANGES
- rebalance the colors used, and follow the styleguide
- change how windows are styled
- change how status modules are styled
- rebalance colors, adhere to style guide & overhaul docs (#372)
Features
- change how status modules are styled (79284da)
- rebalance colors, adhere to style guide & overhaul docs (#372) (79284da)
- rebalance the colors used, and follow the styleguide (79284da)
- rebalance the status module colors for cpu and battery (79284da)
- replace
_ctp_status_bg
with unified _ctp_module_bg_color
in module configuration (a4d4ad0)
Bug Fixes
Code Refactoring
- change how windows are styled (79284da)
v1.0.3
1.0.3 (2024-10-16)
Bug Fixes
- change the default status line background to mantle (#377) (47dbe81)
v1.0.2
1.0.2 (2024-10-12)
Bug Fixes
- ci: update tmux in test workflow (#370) (02debd3)
- status: use a literal string for battery_icon so it can be replaced by the battery plugin (#365) (06fff2f), closes #342
- typo in readme config example (#362) (41ee0b8)
- window: middle separator colors (#369) (c59df83)
v1.0.1
1.0.1 (2024-10-05)
Bug Fixes
- readme: fix the example configurations (#343) (06183b3)
- readme: fix the version number, and fix escaping in the custom status line module docs (#357) (db466f8)
v1.0.0
1.0.0 (2024-10-02)
Bug Fixes
- readme: remove -F when setting the status line (#333) (b38421f)
v0.4.0
0.4.0 (2024-10-01)
⚠ BREAKING CHANGES
- rewrite to use tmux native rather than bash (#328)
Bug Fixes
- readme: update the readme to include upgrade instructions (1bcad05)
- window: ensure the window formats are set correctly (#331) (1bcad05)
Code Refactoring
- rewrite to use tmux native rather than bash (#328) (87fa4a0)
v0.3.0
0.3.0 (2024-09-17)
Features
- status: Add support for status module middle separators (#310) (1612a23)
- status: window specific separator config (#198) (8276c5a)
Bug Fixes