From 8d271ddd588416504972cb5ddf9d24d69209af75 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Mon, 13 Apr 2026 08:50:50 -0700 Subject: [PATCH] chore: release v0.3.3 -- iOS/iPadOS touch scroll fix --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d51bac..f70bd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index d7f8482..c0dd31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "muxplex" -version = "0.3.2" +version = "0.3.3" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" readme = "README.md" license = { text = "MIT" }