chore: release v0.3.2 -- hidden sessions federation fix

This commit is contained in:
Brian Krabach
2026-04-09 02:38:22 -07:00
parent df1960b7f9
commit 0b2ec74ee5
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## v0.3.2 (2026-04-09)
### Bug Fixes
- **Hidden sessions filter now applies to federated sessions** -- hiding a session now hides it everywhere (local and remote), completing the federation-aware hidden sessions feature
## v0.3.1 (2026-04-08) ## v0.3.1 (2026-04-08)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "muxplex" name = "muxplex"
version = "0.3.1" version = "0.3.2"
description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser"
readme = "README.md" readme = "README.md"
license = { text = "MIT" } license = { text = "MIT" }