Skip to content

Releases: tuzig/webexec

v1.6.1

Choose a tag to compare

@daonb daonb released this 06 Jul 10:52

Changed

  • Upgraded pion/webrtc from v3 to v4
  • Upgraded dependencies to latest minor versions: creack/pty, fatih/color,
    google/uuid, gorilla/websocket, go-toml, rs/cors, gopsutil, urfave/cli,
    fx, zap, lumberjack, x/net

Added

  • Modern //go:build constraints alongside legacy // +build tags
  • CGO_CFLAGS to silence go-m1cpu cgo warning

Fixed

  • Closing a connection properly to prevent test crashes
  • Complete terminal query filtering for multi clients

Infrastructure

  • General infrastructure improvements

v1.5.0

Choose a tag to compare

@daonb daonb released this 04 Jun 13:39

Added

  • the status command shows the chosen ICE candidate pairs for connected peers
  • WEBEXEC environment variable to hold the unix socket path

Fixed

  • installer messages improved

...Here for the complete change log

v1.4.0

Choose a tag to compare

@daonb daonb released this 15 Apr 08:30

Added

  • paste subcommand to print the client's clipboard to standard output
  • copy subcommand to copy standard input to the client's clipboard
  • an ack value in the timeouts section of the configuration file

Fixed

  • not aboring connection attempts when ice gathering timeouts

...Here for the complete change log

v1.3.2

Choose a tag to compare

@daonb daonb released this 25 Feb 14:50

Removed an exception when working with localhost clients. Now, regardless of origin, when client is using WHIP its fingerprint has to be in authorized_fingerprints

...Here for the complete change log

v1.3.1

Choose a tag to compare

@daonb daonb released this 06 Dec 09:11

The last release was missing a a darwin arm64 tar ball as the goreleaser used was ancient.

The second fix is getting go install gtihub.com/tuzig/webexec to work

...Here for the complete change log

v1.3.0

Choose a tag to compare

@daonb daonb released this 05 Dec 14:11

Added

  • WHIP support
  • Terminal restore is now in full colors

...Here for the complete change log

v1.2.2

Choose a tag to compare

@daonb daonb released this 18 Oct 06:30

Fixing the bug where after install webexec won't auto start.
...Here for the complete change log

v1.2.1

Choose a tag to compare

@daonb daonb released this 10 Sep 10:49

[1.2.1] 2023-9-10

Fixed

  • first marker restore

[1.2.0] 2023-9-6

Added

  • broadcasting layout changes to all connected peers
  • rename admin command to rename a peer

Fixed

  • welcome message newlines
  • restore buffer now sends the buffer only to the requesting peer
  • upgrading using the installer

v1.2.0

Choose a tag to compare

@daonb daonb released this 07 Sep 08:42

Added

  • broadcasting layout changes to all connected peers
  • rename admin command to rename a peer

Fixed

  • welcome message newlines
  • restore buffer now sends the buffer only to the requesting peer
  • upgrading using the installer

v1.1.0

Choose a tag to compare

@daonb daonb released this 14 Aug 17:05

Added

  • The upgrade subcommand
  • Welcome message on connect
  • Message when a new version is available
  • A uri that returns the latest version in https://version.webexec.sh/latest

...Here for the complete change log