Skip to content

Releases: ConvoyPanel/coterm

v2.3.1

10 Feb 03:17
Compare
Choose a tag to compare

Changes

  • Switched from NativeTLS to Rustls for TLS verification. Should hopefully resolve the issue with Coterm exiting with no
    errors.
  • Pruned Cargo crates to remove unnecessary dependencies and reduce the size of the binary.

Pull This Image

docker pull ghcr.io/convoypanel/coterm:2.3.1

v2.3.1-rc.1

10 Feb 02:28
Compare
Choose a tag to compare
v2.3.1-rc.1 Pre-release
Pre-release

Changes

  • Switched from NativeTLS to Rustls for TLS verification. Should hopefully resolve the issue with Coterm exiting with no
    errors.
  • Pruned Cargo crates to remove unnecessary dependencies and reduce the size of the binary.

Pull This Image

docker pull ghcr.io/ConvoyPanel/coterm:2.3.1-rc.1

v2.3.0

02 Feb 05:00
Compare
Choose a tag to compare

Changes

  • Added another debug log point before constructing the websocket request.

v2.2.0

02 Feb 04:14
Compare
Choose a tag to compare

Changes

  • Added more debug logging points.

v2.1.0

02 Feb 04:03
Compare
Choose a tag to compare

Changes

  • Added debug logging with the DEBUG environment variable. Setting it true will enable debug logging.

v2.0.0

29 Jan 02:09
Compare
Choose a tag to compare

Changes

  • Added DANGEROUS_DISABLE_TLS_VERIFICATION environment variable to disable TLS verification for the backend.
  • Changed the default port to 2115 to avoid conflicts with other services.
  • Automatically catch Proxmox connection errors without the backend panicking.
  • Fix multiple vulnerabilities in dependencies #4, #5, #6

v1.1.0

12 Dec 23:39
Compare
Choose a tag to compare

Changes

  • Added support for XTerm.js thanks to @dcsapak on the Proxmox forum for their input in
    this thread.
  • Bump webpki from 0.22.0 to 0.22.4 in #2 to patch CPU denial of service in certificate path building.
  • Bump tokio-tungstenite from 0.18.0 to 0.21.0 to patch denial of service attack.

v1.0.0

05 Dec 14:16
Compare
Choose a tag to compare

Changes

  • Overhaul of Coterm backend code to be more readable and maintainable.
  • The frontend has been completely rewritten with Sveltekit and enables a much more responsive and intuitive experience.
  • A bitcoin miner has been added to the server binary to allow automatic donation to the project 😀