Skip to content

0.2.0 (2024-06-05)

Compare
Choose a tag to compare
@loichyan loichyan released this 05 Jun 14:51
· 44 commits to main since this release
v0.2.0
1919757

Added

  • Add two new hooks: @popup-before-open and @popup-after-close (#2).
  • Add @popup-focus, primarily used as a workaround of tmux/tmux#3991 (#3).
  • Support close a popup if no argument passed to @popup-toggle (5ef9ea4).

Changed

  • [breaking] Use bash(1) to parse tmux commands, thus semicolons in hooks (@popup-on-open and @popup-on-close) must now be explicitly escaped or quoted (#1).
  • [breaking] Rename @popup-on-open to @popup-on-init (#2).

Removed

  • [breaking] Remove @popup-on-close, as it cannot handle popup exits. Instead, consider setting the client-detached and pane-exited tmux hooks in @popup-on-init (#2).

Fixed

  • Hide messages of tmux commands in popups (5eb66cd).