Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

v1.7.0

Choose a tag to compare

@coadler coadler released this 20 May 16:33

This release is compatible with Coder Enterprise v1.7.x

  • c39e1df Name release binary coder instead of coder-cli
  • 2ea6457 Disable Darwin builds
  • d2f85f0 Make build.sh executable
  • 84c014f Add ci/bin to .gitignore
  • 6a05505 Add simple release builder from sshcode
  • c5548c0 Added ability to get all active environments
  • df405a3 Added url command to get a devurl
  • 2b03963 Update cmd/coder/sync.go
  • f2a920d Send stderr to ioutil.discard and log more human readable error
  • b93d650 Allow for proper terminal restore on error
  • d29f7f2 Restore term state on exit
  • b0c4bc3 Comment on dir translation
  • 4905bbd Change initial sync to Success level
  • 65be003 Add semaphore to pushing
  • 423278b Support file deletion again
  • a675d5e Create watch before initial sync
  • 4e31fe9 Add DEBUG_RSYNC env
  • c305b9d Improve dropped event calculation
  • ed23f64 Document test command
  • c2ca1ea Improve replace message
  • ba23ea5 Remove single file support
  • 2288735 Process safe events concurrently
  • bb101e0 Speed up event processing by introducing duplicate cache
  • 87bbc0b Add informative console title
  • 7cdd51c Close stdin on end of os stdin
  • bc640b3 Check stdin for terminal instead of stdout
  • 6b9e8b3 Update README for new scope
  • fc0c867 Add Install line
  • 62ffe24 Fix resize stutter effect
  • 6a7b2ca Set ClientMessage.Type to Resize correctly
  • f92b161 Use default shell if no command specified
  • 1963400 Attempt to add resizing
  • 786cd0b Use tty raw mode for terminal
  • 692a24f Add basic TTY support
  • 65aa696 Update README heading
  • fd23d58 Update get envs to new endpoint
  • e9b3021 Implement rsync
  • 64491e0 Implement tar directory transfer
  • 115d35b Add basic SCP protocol
  • 2d39caa Add basic login flow
  • 02db2ee Add LICENSE