Releases: nirui/sshwifty
0.1.6-beta-release-prebuild
Version 0.1.6-beta-release
Following updates is included since the last release 0.1.5-beta-release
- 4d0b689 Two changes to the static file generater: 1) It now imports source file data as literal string, saves runtime conversion cost; 2)
image/x-icon
will no longer be compressed - (NI) 4AC3E3D5FDD208F7 U - eb25632 Release (prebuild) archive files now includes project source code - (NI) 4AC3E3D5FDD208F7 U
- 9c3e324 Upgrade backend dependencies - (NI) 4AC3E3D5FDD208F7 U
- 8acab46 Upgrade front-end dependencies - (NI) 4AC3E3D5FDD208F7 U
0.1.5-beta-release-prebuild
0.1.5-beta-release
Following updates is included since the last release 0.1.4-beta-release
- c0d342c Update backend dependencies - (NI) 4AC3E3D5FDD208F7 U
- 7de6b19 Update front-end dependencies - (NI) 4AC3E3D5FDD208F7 U
- f2f2c43 Connection status charts now use different color to distinguish statistics of current connection from past ones - (NI) 4AC3E3D5FDD208F7 U
- e77ad35 Add charset support for SSH as well - (NI) 4AC3E3D5FDD208F7 U
- 81a9424 Add default encoding to the launcher of Telnet when the charset is not set - (NI) 4AC3E3D5FDD208F7 U
0.1.4-beta-release-prebuild
0.1.4-beta-release
Following updates is included since the last release 0.1.3-beta-release
- da7f06f Adjust favicon a bit more - (NI) 4AC3E3D5FDD208F7 U
- 8cbfb05 Rename the links on the loading page - (NI) 4AC3E3D5FDD208F7 U
- cf6dfaf Refuse console input when the terminal is closed - (NI) 4AC3E3D5FDD208F7 U
- 55a1574 Adjust
document.title
Update indicator. - (NI) 4AC3E3D5FDD208F7 U - 5e32228 Adjust Connection Status panel, stop updating when the connection is closed - (NI) 4AC3E3D5FDD208F7 U
0.1.3-beta-release-prebuild
0.1.3-beta-release
Following updates is included since the last release 0.1.2-beta-release
- b50946d Use SVG image as logo instead of PNG one - (NI) 4AC3E3D5FDD208F7 U
- a26e1f4 Adjust icon, make it round - (NI) 4AC3E3D5FDD208F7 U
- 843abc3 Revert 93797a1, use the word "Password" instead. - (NI) 4AC3E3D5FDD208F7 U
- 03fe926 Change wording again. "For the Web", not any web - (NI) 4AC3E3D5FDD208F7 U
- 0f5fc61 Add note about depreciation of default charset parser in launcher - (NI) 4AC3E3D5FDD208F7 U
- 93797a1 Change the word "Password" to "Passphrase" to match the inputbox may later appear - (NI) 4AC3E3D5FDD208F7 U
- b54b0d2 Fix style of the connector warning icon - (NI) 4AC3E3D5FDD208F7 U
- 3b8483f Use
document.title
to display tab count and update info - (NI) 4AC3E3D5FDD208F7 U - 512e410 Fix typo and wording - (NI) 4AC3E3D5FDD208F7 U
0.1.2-beta-release-prebuild
0.1.2-beta-release
Following updates is included since the last release 0.1.1-beta-release
- 9e82554 Upgrade frontend dependencies - (NI) 4AC3E3D5FDD208F7 U
- 5d0414e Upgrade backend dependencies - (NI) 4AC3E3D5FDD208F7 U
- ec5099c More detailed debug log - (NI) 4AC3E3D5FDD208F7 U
- 128d24d Add the one missing blank line - (NI) 4AC3E3D5FDD208F7 U
- e434107 Add example usage of the
openssl
command as well because I keep forgetting it - (NI) 4AC3E3D5FDD208F7 U - 6941e5e Fix the section of the document about the
SSHWIFTY_DOCKER_TLSCERT
andSSHWIFTY_DOCKER_TLSCERTKEY
variables. - (NI) 4AC3E3D5FDD208F7 U - ea363a8 Save the certicates to
/tmp
rather than the/
. The root path is unwritable now since we're using non-root user to run the image. - (NI) 4AC3E3D5FDD208F7 U - 6349d1e Fixed a bug: That 4096 bytes can all be used to buffer a AES-GCM block - (NI) 4AC3E3D5FDD208F7 U
0.1.1-beta-release-prebuild
0.1.1-beta-release
Following updates is included since the last release 0.1.0-beta-release
- cc4f095 Hookup
unhandledrejection
anderror
events even the application is not running under development mode - (NI) 4AC3E3D5FDD208F7 U - 9804af7 Remove onData debug logger, as it is no longer needed - (NI) 4AC3E3D5FDD208F7 U
- 5131cb8 Add and use the
sendData
method which will automatically break long data (longer than 0x1fff bytes) into different stream requests. - (NI) 4AC3E3D5FDD208F7 U - 2d47cd0 Refactor the stream sender - (NI) 4AC3E3D5FDD208F7 U
- 2736a3d Clean up ui/stream/subscribe.js - (NI) 4AC3E3D5FDD208F7 U
- a074586 Allowing the entire Stream payload to be relayed to the remote, not just the first part of the payload. - (NI) 4AC3E3D5FDD208F7 U
- 020a1e8 Adding timeout detection to both SSH and Telnet command as well. This will prevent a dead remote connection to block backend request processing - (NI) 4AC3E3D5FDD208F7 U
- 6aa585c Use more accurate size to verify payload length - (NI) 4AC3E3D5FDD208F7 U
- c7df33f Prevent SetDeadline, SetReadDeadline and SetWriteDeadline from setting up unlimited deadline, and also impose our own timeout retry mechanism. - (NI) 4AC3E3D5FDD208F7 U
0.1.0-beta-release-prebuild
0.1.0-beta-release
Following updates is included since the last release 0.1.0-beta-release-prebuild
- aba5993 Well, fixed a wrong parameter. Sorry - (NI) 4AC3E3D5FDD208F7 U
- fb03eb8 Ask Travis to automatically generate release note from commit history rather than just last commit - (NI) 4AC3E3D5FDD208F7 U
- 683c643 Clean up some code in the Telnet control - (NI) 4AC3E3D5FDD208F7 U
- cd88e06 Update backend dependencies - (NI) 4AC3E3D5FDD208F7 U
- 823e66d Fixed the Dockerfile so Docker can compile on Arm from the source code - (NI) 4AC3E3D5FDD208F7 U
0.0.13-alpha-release-prebuild
commit 25b595b gpg: Signature made Fri 13 Sep 2019 09:03:09 AM UTC gpg: using RSA key 4AC3E3D5FDD208F7 gpg: Good signature from "Rui NI [email protected]" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FFFD C7FD 55DC 5BD5 D55C 6502 4AC3 E3D5 FDD2 08F7 Author: NI [email protected] Date: Fri Sep 13 17:03:05 2019 +0800 If backend status query has failed due to unknown error code 0, set a delayed retry until success. 1 file changed, 8 insertions(+)
0.0.12-alpha-release-prebuild
commit 70aea54 gpg: Signature made Wed 11 Sep 2019 08:43:51 AM UTC gpg: using RSA key 4AC3E3D5FDD208F7 gpg: Good signature from "Rui NI [email protected]" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FFFD C7FD 55DC 5BD5 D55C 6502 4AC3 E3D5 FDD2 08F7 Author: NI [email protected] Date: Wed Sep 11 16:42:36 2019 +0800 Fix the wrong value of AUTHMETHOD_NONE. 1 file changed, 1 insertion(+), 1 deletion(-)
0.0.11-alpha-release-prebuild
commit f2438e4 gpg: Signature made Sun 08 Sep 2019 12:44:15 PM UTC gpg: using RSA key 4AC3E3D5FDD208F7 gpg: Good signature from "Rui NI [email protected]" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: FFFD C7FD 55DC 5BD5 D55C 6502 4AC3 E3D5 FDD2 08F7 Author: NI [email protected] Date: Sun Sep 8 20:43:12 2019 +0800 Don't send source code when we're building base image. 1 file changed, 2 insertions(+), 2 deletions(-)