Releases: MisterTea/EternalTerminal
Releases · MisterTea/EternalTerminal
Eternal Terminal v6.2.9
What's Changed
- Do not install httplib files by @MisterTea in #602
- Force reverse tunnel socket to be binded to localhost by @lostystyg in #600
- Don't strip username from
jumphost
, add it if it's missing by @ddebin in #614 - increase timeout to address (Relatively) high CPU use #548 by @Migelo in #624
- remove ncurses by @MisterTea in #628
- fix: etterminal_path is the incorrect option name by @fennecfx in #629
New Contributors
- @lostystyg made their first contribution in #600
- @yarikoptic made their first contribution in #605
- @KapJI made their first contribution in #606
- @Migelo made their first contribution in #611
- @ddebin made their first contribution in #614
- @fennecfx made their first contribution in #629
Full Changelog: et-v6.2.8...et-v6.2.9
Eternal Terminal v6.2.8
Upgrade catch2 to fix another gcc13 error.
Eternal Terminal v6.2.7
Fixes errors in release build & CI
Eternal Terminal v6.2.6
- Replaced protobuf-lite (deprecated) with protobuf
- Fixes for gcc12, gcc13, amazon linux 2, CentOS 7,
Eternal Terminal v6.2.4
What's Changed
- CVE-2022-48257, CVE-2022-48258 remedied
- fix readme regarding port forwarding by @cbyrohl in #522
- Fix test failures that started appearing in CI by @jwmcglynn in #526
- Add documentation for the EternalTerminal protocol by @jwmcglynn in #523
- ssh-et: apply upstream updates by @infokiller in #527
- docs: write gpg key to
trusted.gpg.d
for APT by @Rongronggg9 in #530 - Support for ipv6 addresses (with or without port specified) by @jshort in #536
- ipv6 abbreviated address support by @jshort in #539
- Fix launchd plist config to remove daemonization. by @jshort in #540
- Explicitly set verbosity from cxxopts value. by @jshort in #542
- Remove daemon flag in systemd config by @CmdQ in #549
- Format all source with clang-format. by @jshort in #552
- Fix tunnel parsing exception handling. by @jshort in #550
- Fix SIGTERM behavior that causes systemd control of etserver to timeout. by @jshort in #554
- Parse telemetry ini config as boolean and make telemetry opt-in. by @jshort in #553
- Logfile open mode and permission plus location configurability. by @jshort in #556
New Contributors
- @cbyrohl made their first contribution in #522
- @Rongronggg9 made their first contribution in #530
- @CmdQ made their first contribution in #549
Full Changelog: et-v6.2.1...et-v6.2.4
Eternal Terminal v6.2.1
Fix compile issues on some versions of debian/ubuntu
Eternal Terminal v6.2.0
Several security and stability improvements.
Eternal Terminal v6.1.11
Compile fixes for later versions of gcc
Eternal Terminal v6.1.10
Fixes for macos.
Eternal Terminal v6.1.9
- Security & Compatibility fixes