From 36aaa65945e3458b4df05beb1c97136970a98a3a Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sun, 1 Mar 2026 03:38:04 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20changelog=20entry?= =?UTF-8?q?=20for=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023baa7..9ec2129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.5.1] - 2026-03-01 + +### Fixed +- Tmux window creation now targets windows by name instead of numeric index, eliminating + "index in use" and "can't find window" errors when `base-index` is not 0 +- Self-update asset name corrected from `x86_64-linux` to `tmuxido-x86_64-linux` to 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 + ## [0.5.0] - 2026-03-01 ### Added