v0.16.0
plugin init
- no more self-declaration.
install-and-init-pluginsnow sources themain.tmuxthat ships next to the binary, so tmux-popup-control binds its own keys without needing aset -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, sincevendor/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-modeentry). - documented the fresh-clone vendoring step and listed the
make update-depstarget.
Full Changelog: v0.15.0...v0.16.0