This repository has been archived by the owner on Jan 17, 2021. It is now read-only.
Releases: coder/sshcode
Releases · coder/sshcode
v0.10.0
v0.9.0
- 7e6845d Update deps
- c8e4017 Rename --code-server-path to --upload-code-server
- 1985f23 Add ability to upload local binary
- d5dc7c7 Update go.coder.com/cli to v0.4.0
- 7015331 Remove the IP address check in parseGCPSSHCmd
- 8c72965 Return not the <IP>, but the user@IP for GCP instances
- 1eaed4c replace wget with curl
- dbf7a48 add comment about tildes in expandPath
- 3794755 restructure SSH master code, apply requested fixes
- 0b43319 make :PORT optional in parseBindAddr
- 7806337 add remote OS support paragraph to README
- 5ea05eb Solves proxy issue, closes #74 when proxy is set at .profile
- 65655b9 undo changing quotes to backticks
- c8ca9fc update --bind flag help text
- eee34f5 add ~/.ssh directory sanity check before starting
- 4d64fc0 add "process is running" check to checkSSHMaster()
- 3141f7f move SSH master process tidyup to a deferred func
- e646d57 add SSH master connection feature
- 4195d99 Use bash in a more portable way
- ff04977 add x86_64 check in downloadScript
v0.8.0
- f8ccd3a Expand VS Code (#101)
- ffe788b Fix bug where an empty bind address errors
- dbc0ff5 Add a --bind flag for local port (#82)
- 46ef157 Some updates for document (#89)
- 60b72fe Revert behavior using DISPLAY to open app window
- 2f80f3f Kill preexisting sshcode remote process for a user
- d911c14 Add badge for CI builds
- 08f00dc Fix sshcode only accepting ip addresses
- 304ae28 Use go.coder.com/cli for argument/flag parsing
- 0d19aed Add support for specifying GCP instances
- 57ccf3a Support multiple users using same machine
- 326938c Add a sanity test
- 6319b94 Add CI
- c989459 Ensure bin directory is created in build.sh
v0.7.0
- dd4825b Add OS support to README
- e4a815a Update GitHub username
- acf0057 Add path to Chrome in Windows Subsystem for Linux (thanks @gartnera)
- 7e5b44a Correct MacOS Insiders config
- 91622d4 Add a flag that prints version information
- ccb6159 Emphasize our recommendation to use Chrome
- dd192d7 Document insiders config for MacOS
v0.6.0
v0.5.0
v0.4.0 - Happy Smith
v0.3.0 - Purple Narwhal
v0.2.0 - Yellow Colin
- 3f4919f Add incognito flag to chrome options
- 96f80d2 Make better English
- 22560e9 sshcode actually runs code-server
- ba36e52 Add badges ➕
- e5fce70 Add marketing to README
- efca7a7 Remove useless firefox code
- 5902ee0 Use pkg/browser where possible and remove explicit firefox support
- 3ce3a26 Add release build script
- f252ccc Improve README
- 464ff86 Link pre-built binaries in README