Skip to content

Releases: bettervim/better-tmux

v0.0.5

06 Jul 21:50
Compare
Choose a tag to compare

Description

Breaking Changes 💥

  • Streamlined configuration for status-left and status-right by unifying them into one object.
    Before:
    export default {
      statusLeft: <Component />,
      statusRight:  <Component />
     }
    Now:
    export default {
      status: {
        statusLeft: <Component />,
        statusRight:  <Component />
      }
     }

Features 🚀

  • Added support for status-bg via the status.bg field, example:
       export default { status: { bg: '#000' } }
  • Automatically set status-bg color based on the selected theme

Full Changelog: v0.0.4...v0.0.5

v0.0.4

06 Jul 19:52
Compare
Choose a tag to compare

Description

  • feat: Added new widgets available through better-tmux/widgets:

    • <Hostname />
    • <Date />
    • <Clock />
    • <SessionName />
  • feat: Exposed tmux object that aggregates common tmux global variables, such as session name, hostname, etc.

Full Changelog: Compare v0.0.1...v0.0.4

better-tmux@v0.0.3

@better-tmux/cli@v0.0.1

05 Jul 19:05
Compare
Choose a tag to compare