mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-04 14:01:51 +02:00
3.4 KiB
3.4 KiB
Changelog
1.3.1 (2025-03-25)
Bug Fixes
- add pycodestyle config (5942376)
- add python lint tools (ae3c022)
- correct bad version number at runtime (7b66253)
- Restore "nft" method (375810a)
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
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)