• v2.3.1 241ae5fe98

    v2.3.1 Stable

    kerem released this 2024-02-10 05:27:22 +03:00 | 1 commits to develop since this release

    📅 Originally published on GitHub: Sat, 10 Feb 2024 03:17:24 GMT
    🏷️ Git tag created: Sat, 10 Feb 2024 02:27:22 GMT

    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
    
    Downloads
  • v2.3.1-rc.1 fb17135735

    v2.3.1-rc.1 Pre-release

    kerem released this 2024-02-10 04:31:03 +03:00 | 2 commits to develop since this release

    📅 Originally published on GitHub: Sat, 10 Feb 2024 02:28:27 GMT
    🏷️ Git tag created: Sat, 10 Feb 2024 01:31:03 GMT

    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
    
    Downloads
  • v2.3.0 306832df1d

    v2.3.0 Stable

    kerem released this 2024-02-02 07:22:57 +03:00 | 7 commits to develop since this release

    📅 Originally published on GitHub: Fri, 02 Feb 2024 05:00:51 GMT
    🏷️ Git tag created: Fri, 02 Feb 2024 04:22:57 GMT

    Changes

    • Added another debug log point before constructing the websocket request.
    Downloads
  • v2.2.0 21a84064d7

    v2.2.0 Stable

    kerem released this 2024-02-02 06:34:50 +03:00 | 8 commits to develop since this release

    📅 Originally published on GitHub: Fri, 02 Feb 2024 04:14:32 GMT
    🏷️ Git tag created: Fri, 02 Feb 2024 03:34:50 GMT

    Changes

    • Added more debug logging points.
    Downloads
  • v2.1.0 fb2a2824ad

    v2.1.0 Stable

    kerem released this 2024-02-02 01:02:33 +03:00 | 12 commits to develop since this release

    📅 Originally published on GitHub: Fri, 02 Feb 2024 04:03:09 GMT
    🏷️ Git tag created: Thu, 01 Feb 2024 22:02:33 GMT

    Changes

    • Added debug logging with the DEBUG environment variable. Setting it true will enable debug logging.
    Downloads
  • v2.0.0 271b8fd797

    v2.0.0 Stable

    kerem released this 2024-01-29 04:29:51 +03:00 | 16 commits to develop since this release

    📅 Originally published on GitHub: Mon, 29 Jan 2024 02:09:42 GMT
    🏷️ Git tag created: Mon, 29 Jan 2024 01:29:51 GMT

    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
    Downloads
  • v1.1.0 e7320a0299

    v1.1.0 Stable

    kerem released this 2023-12-13 01:36:59 +03:00 | 43 commits to develop since this release

    📅 Originally published on GitHub: Tue, 12 Dec 2023 23:39:08 GMT
    🏷️ Git tag created: Tue, 12 Dec 2023 22:36:59 GMT

    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.
    Downloads
  • v1.0.0 da5cb01d10

    v1.0.0 Stable

    kerem released this 2023-12-05 03:36:26 +03:00 | 66 commits to develop since this release

    📅 Originally published on GitHub: Tue, 05 Dec 2023 14:16:39 GMT
    🏷️ Git tag created: Tue, 05 Dec 2023 00:36:26 GMT

    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 😀
    Downloads