Skip to content

Releases: ssh-den/PadRelay

1.1.0 – TLS/SSL Support and Security Enhancements

07 Nov 17:15

Choose a tag to compare

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

15 Jun 16:19

Choose a tag to compare

Added

  • padrelay-keymapper CLI for creating controller mapping files

1.0.3 – Version sync and release fix

14 Jun 20:24

Choose a tag to compare

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

14 Jun 20:14

Choose a tag to compare

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

14 Jun 19:49
f718c42

Choose a tag to compare

  • initial release