You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.9.6] - 2025-7-15
11
+
12
+
### Added
13
+
14
+
- Support dropping inactive tunnels. This is disabled by default in this release but can be enabled with `tunnels.drop_inactive`. See example config for more details. (#1413)
15
+
16
+
### Fixed
17
+
18
+
- Fix Darwin freeze due to presence of some Network Extensions (#1426)
19
+
- Ensure the same relay tunnel is always used when multiple relay tunnels are present (#1422)
20
+
- Fix Windows freeze due to ICMP error handling (#1412)
0 commit comments