Skip to content

Releases: termbacktime/termbacktime

Update go modules + patches for go 1.19.x

28 Oct 02:58
577c604
Compare
Choose a tag to compare

Next release should be v1.0.0! This will be after changes to the https://termbackti.me/ and https://xterm.live/ websites. Major overhaul to the web "terminal"; currently planning a fullscreen version. If anyone has any suggestions for improvements to the web UI, please let me know!

Also planned is Windows 10/11, Windows Server 2019 support using ConPTY!

What's Changed

Full Changelog: v1.0.0-rc.9...1.0.0-rc.10

Modify WebSocket support.

09 Apr 21:03
53b6bcc
Compare
Choose a tag to compare
Pre-release

Patch an issue with WebSockets not being able to read full JSON responses from WebRTC offer/answer requests.
Some other small bug fixes/improvements with auth and recording features.

What's Changed

Full Changelog: v1.0.0-rc.7...v1.0.0-rc.9

Minor updates (skip v1.0.0-rc.6)

28 Apr 03:13
5c9267a
Compare
Choose a tag to compare
Pre-release

Minor updates to go modules + go v1.16.3

Module updates, logging, and new arg.

29 Jan 20:15
Compare
Choose a tag to compare
Pre-release
  1. Update to Pion v3.
  2. Implement some basic background logging for live terminals sown on process exit.
    • Display peer connect/disconnect messages.
    • Show number of lines sent and received + bandwidth used.
  3. Add --shell argument to record and live commands.
  4. Update other go modules.

Note: Looking into implementing self-updating binaries most likely after v1 release.

Improved binary sizes.

19 Dec 22:34
baa298c
Compare
Choose a tag to compare
Pre-release

Decreased precompiled and manually compiled binary sizes with ldflags and optionally upx.

                       Ultimate Packer for eXecutables
                          Copyright (C) 1996 - 2020
UPX 3.96        Markus Oberhumer, Laszlo Molnar & John Reiser   Jan 23rd 2020

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
  13041596 ->   3608592   27.67%   macho/amd64   termbacktime-baa298c-darwin
  11923456 ->   3439476   28.85%   linux/amd64   termbacktime-baa298c-unix
   9981952 ->   2979796   29.85%   linux/i386    termbacktime-baa298c-unix-386
  11010048 ->   2797768   25.41%   linux/arm64   termbacktime-baa298c-unix-arm64
   9961472 ->   2750616   27.61%    linux/arm    termbacktime-baa298c-unix-armv6
   9961472 ->   2748708   27.59%    linux/arm    termbacktime-baa298c-unix-armv7
   --------------------   ------   -----------   -----------
  65879996 ->  18324956   27.82%                 [ 6 files ]

Hybrid Analysys virus scan.

Other changes:

  1. Improvements to the live terminal service.
    • Upgraded + switched to new TURN server provider.
  2. Improvements to the production and development broker servers.

Vanity Paths

02 Dec 04:48
17fb374
Compare
Choose a tag to compare
Vanity Paths Pre-release
Pre-release

Update vanity paths from github.com/termbacktime/termbacktime to louist.dev/termbacktime.

Release candidate 2

27 Nov 01:02
a5e9e0e
Compare
Choose a tag to compare
Release candidate 2 Pre-release
Pre-release

Changes:

  1. Go mod updates.
  2. Switch to golang.org/x/term from golang.org/x/crypto/ssh/terminal due to deprecation.
  3. Built with go version go1.15.5 darwin/amd64.

Elsewhere:

  1. Switched to a new TURN server host to support IPv6.
  2. Style and documentation changes on the termbackti.me website.

Cleanups and improvements.

08 Aug 18:44
55fe9a1
Compare
Choose a tag to compare
Pre-release
  • Implement new live sharing link at https://xterm.live/
  • Improvements to install.sh at https://termbackti.me/install.sh
  • Remove analytics, improve update checker
  • Built with go1.14.7
    • removing darwin/386 builds
  • Move recording command under termbacktime record and display help by default

Live sharing improvments.

05 Jul 22:42
Compare
Choose a tag to compare
Pre-release

Huge performance improvement for the live sharing feature has been implemented. There was a bug with the way WebSockets were being closed when the WebRTC connection was established that caused a runaway loop.

Bug fix for GitHub auth.

19 Jun 01:58
Compare
Choose a tag to compare
Pre-release

Fix a bug with GitHub auth + module updates.