Releases: ssh-den/PadRelay
Releases · ssh-den/PadRelay
1.1.0 – TLS/SSL Support and Security Enhancements
v1.1.0 — Security enhancements and documentation
I finally added TLS/SSL support — PadRelay can now encrypt TCP connections properly.
Documentation is now published both on GitHub Pages and ReadTheDocs.
This release focuses on security, stability, and better defaults. No breaking changes.
Highlights
- TLS/SSL encryption for all TCP connections
Includes automatic self-signed certificate generation, custom certificate paths, and TLS 1.2+ minimum version.
New CLI options:--enable-tls,--disable-tls,--cert-path,--key-path - Password strength warnings with recommendations (non-blocking)
- Safer logs and configuration handling with permission checks
- Updated dependencies:
cryptography>=41.0.0,cffi>=1.15.0
Documentation: https://ssh-den.github.io/PadRelay/
PyPI: https://pypi.org/project/padrelay/
1.0.4 — Added key_mapper
Added
padrelay-keymapperCLI for creating controller mapping files
1.0.3 – Version sync and release fix
Fixed
- Synced GitHub release and PyPI version numbers to avoid mismatch
- Ensured correct artifacts are attached to GitHub Releases
- No code changes in this version
1.0.2 – CI workflow integration
Added
- CI: GitHub Actions workflow for testing with pytest (
python-tests.yml) - CI: GitHub Actions workflow for building and publishing releases on tag push (
release.yml)
PadRelay v.1.0.0
- initial release