chore: release v0.3.3 -- iOS/iPadOS touch scroll fix

This commit is contained in:
Brian Krabach
2026-04-13 08:50:50 -07:00
parent e3cedb70a2
commit 8d271ddd58
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog # Changelog
## v0.3.3 (2026-04-13)
### Bug Fixes
- **iOS/iPadOS touch scrolling** — fix touch scroll handling for Safari on iOS and iPadOS devices (PR #4, @samueljklee)
## v0.3.2 (2026-04-09) ## v0.3.2 (2026-04-09)
### 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.2" version = "0.3.3"
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" }