Skip to content

v0.16.0

Latest

Choose a tag to compare

@atomicstack atomicstack released this 14 Jul 01:24

v0.16.0

plugin init

  • no more self-declaration. install-and-init-plugins now sources the main.tmux that ships next to the binary, so tmux-popup-control binds its own keys without needing a set -g @plugin 'atomicstack/tmux-popup-control' line. deduped against declared plugins, so configs that still declare it don't bind keys twice.

docs

  • reworked install/usage docs. new Quick start section and a restructured Installation section covering both methods: the prebuilt release tarball (no Go needed) and building from source (go mod vendor + make build, since vendor/ isn't committed and the build runs offline).
  • corrected the command menu description — it's a tmux command runner with argument completion, not an option browser (that's the separate customize-mode entry).
  • documented the fresh-clone vendoring step and listed the make update-deps target.

Full Changelog: v0.15.0...v0.16.0