Skip to content

0.3.0 (2024-10-21)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 10:58
· 12 commits to main since this release
a93b5ba

We've implemented several improvements to make it easier for other programs to integrate with this plugin (#5, #9, thanks @cenk1cenk2). You can now override popup global options on the fly using the newly added arguments of @popup-toggle.

Added

  • Support autostart popup server (13bb98a).
  • Set an env variable to identify popup servers (d95d654).
  • Support bind additional toggle keys in popups (#9).
  • Support override global options through @popup-toggle (#5).

Changed

  • [breaking] Use xargs(1) and printf(1) to parse tmux commands (#8). This allows you to input ; directly as the command delimiter without worrying about Bash's interpretation. The new parser may yield results that differ from the previous version, although this is usually not the case.

Fixed

  • Always retrieve option values from global (61789c7).
  • Address the breaking changes in display-popup introduced in tmux versions 3.5 and 3.5a (#14).