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" }