Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

94 lines (48 loc) · 5.71 KB

Changelog

1.0.3 (2024-10-16)

Bug Fixes

  • change the default status line background to mantle (#377) (47dbe81)

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)

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)

1.0.0 (2024-10-02)

Bug Fixes

  • readme: remove -F when setting the status line (#333) (b38421f)

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)

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

0.2.0 (2024-08-23)

Features

  • error/warning messages on first load (#278) (a2dda02)
  • warn users of whitespace in module lists (#266) (362a306)

Bug Fixes

  • add missing batch options catppuccin_pane{,_active}_border_style (3ffbc37)
  • add missing batch options catppuccin_pane{,_active}_border_style (3ffbc37)
  • escaping in options (#298) (9b57c20)
  • pomodoro_plus: option names (#273) (51dde6e)
  • warning [@catppuccin](https://github.com/catppuccin)_flavour (#296) (a71f3c0)
  • warning [@catppuccin](https://github.com/catppuccin)_window_status (9ee1695)

Performance Improvements

0.1.0 (2024-08-04)

Features