tmuxp 1.70.0 bumps libtmux to 0.58.0, fixing session and window listing on systems whose locale is not UTF-8.
Full release notes: https://tmuxp.git-pull.com/history/#tmuxp-1-70-0-2026-05-23
libtmux 0.58.0
libtmux's subprocess output decoding previously relied on the system locale. On non-UTF-8 locales, the format-separator byte sequence could be corrupted, causing tmuxp's session and window listing to silently return empty results.
libtmux 0.58.0 forces UTF-8 encoding in subprocess.Popen, eliminating the locale dependency. See the libtmux 0.58.0 release.
What's Changed
Full Changelog: v1.69.0...v1.70.0