-
released this
2026-03-01 06:38:04 +00:00 | 23 commits to main since this releaseFixed
- Tmux window creation now targets windows by name instead of numeric index, eliminating
"index in use" and "can't find window" errors whenbase-indexis not 0 - Self-update asset name corrected from
x86_64-linuxtotmuxido-x86_64-linuxto match
what CI actually uploads, fixing 404 on--update - CI release pipeline now deletes any existing release for the tag before recreating,
preventing 409 Conflict errors on retagged releases
Downloads
- Tmux window creation now targets windows by name instead of numeric index, eliminating