Skip to content

Commit e0f2b69

Browse files
committed
refac
1 parent d1f8c0e commit e0f2b69

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.12.2] - 2026-08-25
8+
9+
### Fixed
10+
11+
- Opening a forwarded port now only works for ports that belong to your own visible terminal session. Requests for other local ports are blocked with "Port not found" instead of being forwarded.
12+
713
## [0.12.1] - 2026-08-22
814

915
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-terminal"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "A remote terminal API."
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)