fix: resolve session switching failure when same-named sessions exist on different devices
The sidebar click guard, active highlight, mobile bottom sheet, and kill-session auto-close all compared sessions by name only, ignoring remoteId. This caused same-named sessions on different devices to be treated as identical — clicking one while viewing the other was silently discarded as a no-op. Now all 6 comparison sites check both name AND remoteId, using the _viewingRemoteId that was already being tracked but never used in guards. Bumps version to 0.4.4.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "muxplex"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
description = "Web-based tmux session dashboard — access all your tmux sessions from any browser"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
|
||||
Reference in New Issue
Block a user