sshuttle/CHANGELOG.md
2025-02-24 07:54:01 +11:00

2.9 KiB

Changelog

1.3.0 (2025-02-23)

Features

  • switch to a network namespace on Linux (8a123d9)

Bug Fixes

  • prevent UnicodeDecodeError parsing iptables rule with comments (cbe3d1e)
  • remove temp build hack (1f5e6ce)
  • support ':' sign in password (7fa927e)

Documentation

  • replace nix-env with nix-shell (340ccc7)
  • update installation instructions (a2d405a)

1.2.0 (2025-02-07)

Features

  • Add release-please to build workflow (d910b64)

Bug Fixes

  • Add support for Python 3.11 and Python 3.11 (a3396a4)
  • bad file descriptor error in windows, fix pytest errors (d4d0fa9)
  • drop Python 3.8 support (1084c0f)
  • ensure poetry works for Python 3.9 (693ee40)
  • fix broken workflow_dispatch CI rule (4b6f7c6)
  • Remove more references to legacy Python versions (339b522)
  • replace requirements.txt files with poetry (85dc319)
  • replace requirements.txt files with poetry (2) (d08f78a)
  • replace requirements.txt files with poetry (3) (62da705)
  • replace requirements.txt files with poetry (4) (9bcedf1)
  • update nix flake to fix problems (cda60a5)
  • use Python >= 3.10 for docs (bf29464)