0.3.0 (2024-10-21)
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.