Releases: nirui/sshwifty
0.4.0-beta-release-prebuild
Version 0.4.0-beta-release
Updates introduced since 0.3.25-beta-release
- 316fd8f Fix the
[eslint] Cannot find package 'globals'
error - (Ni Rui) 82AE11AD1E5E8729 E - 57a078c Update the test cases due to the change in address formats - (Ni Rui) 82AE11AD1E5E8729 E
- 50fc2c7 Upgrade front-end components - (Ni Rui) 82AE11AD1E5E8729 E
- 4b13395 Upgrade backend components - (Ni Rui) 82AE11AD1E5E8729 E
- e834981 Correctly wrapping text in forms - (Ni Rui) 82AE11AD1E5E8729 E
- 0911810 Allow 255 bytes long hostname as well - (Ni Rui) 82AE11AD1E5E8729 E
- 2bcb10b Allow the client side script to accept 127 bytes long SSH username - (Ni Rui) 82AE11AD1E5E8729 E
- f5d51cf Added command.BufferPool to allow commands to use a shared pool of buffers, this also allows Sshwifty to read username that is longer than 64 bytes - (Ni Rui) 82AE11AD1E5E8729 E
- a5008d6 Clean up compressing code and use the correct cursor when trying to write compressed data - (Ni Rui) 82AE11AD1E5E8729 E
Protocol Change
This update includes a minor change to the protocol that Sshwifty client use to communicate with it's server. In most cases, no additional user-end action is needed in order to adopt the change.
However, if the new version of Sshwifty is unexpectedly and constantly disconnecting you from it's server, please take look the logs and report back. Thanks!
0.3.25-beta-release-prebuild
Version 0.3.25-beta-release
Updates introduced since 0.3.24-beta-release
0.3.24-beta-release-prebuild
Version 0.3.24-beta-release
Updates introduced since 0.3.23-beta-release
- af8412f Upgrade frontend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- f6aa472 Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 50f2f6c SOCKS5 handles timeout correctly - (Ni Rui) 82AE11AD1E5E8729 E
- 9be8694 Fix the
no-useless-escape
eslint error introduced by the last commit - (Ni Rui) 82AE11AD1E5E8729 E - 87be1a2 Allow
-
to be used in hostnames. Fixes #193 - (Ni Rui) 82AE11AD1E5E8729 E
0.3.23-beta-release-prebuild
Version 0.3.23-beta-release
Updates introduced since 0.3.22-beta-release
- a89be2f Code clean up for the dialers - (Ni Rui) 82AE11AD1E5E8729 E
- aa6de8b Fix mixhandlering of SOCKS5 timeout - (Ni Rui) 82AE11AD1E5E8729 E
- 31ce1c1 Match the hostname verification at the frontend - (Ni Rui) 82AE11AD1E5E8729 E
- 2f3f7a7 Better format and wording - (Ni Rui) 82AE11AD1E5E8729 E
- 6b096c0 Verify hostname address before using it - (Ni Rui) 82AE11AD1E5E8729 E
0.3.22-beta-release-prebuild
Version 0.3.22-beta-release
Updates introduced since 0.3.21-beta-release
- 11defa8 Fix OS compatibility issues - (Ni Rui) 82AE11AD1E5E8729 E
- 982574f Close remote handlers as soon as client disconnects - (Ni Rui) 82AE11AD1E5E8729 E
- 0e81d88 Upgrade frontend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 24d9742 Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 13cef09 Add
SSHWIFTY_HOOK_DEADLINE
environment variable to allow Hook to determine the forced termination time - (Ni Rui) 82AE11AD1E5E8729 E - 7889999 Added support for server-side hooks: #190 - (Ni Rui) 82AE11AD1E5E8729 E
0.3.21-beta-release-prebuild
Version 0.3.21-beta-release
Updates introduced since 0.3.20-beta-release
- eb9ddbe Upgrade front-end components - (Ni Rui) 82AE11AD1E5E8729 E
- ade4773 Upgrade backend components - (Ni Rui) 82AE11AD1E5E8729 E
- e5b5c82 Change recommended container restart condition from
always
tounless-stopped
, which is more appreciate - (Ni Rui) 82AE11AD1E5E8729 E - 42ee42c Replace the old
vaguly.com
to the current onenirui.org
, as the old one no longer functions - (Ni Rui) 82AE11AD1E5E8729 E - 9931fcd Add support to allow Presets to define admin specified console background (and tab) color (at the request of #188) - (Ni Rui) 82AE11AD1E5E8729 E
0.3.20-beta-release-prebuild
Version 0.3.20-beta-release
Updates introduced since 0.3.19-beta-release
- a8c1292 Upgrade front-end components - (Ni Rui) 82AE11AD1E5E8729 E
- f40c2ce Upgrade backend components - (Ni Rui) 82AE11AD1E5E8729 E
Security
This release of Sshwifty includes a security fix from upstream CVE-2025-22871. Please schedule your update soon.
0.3.19-beta-release-prebuild
Version 0.3.19-beta-release
Updates introduced since 0.3.18-beta-release
- a9b9cfb Fix missing file for Docker builds - (Ni Rui) 82AE11AD1E5E8729 E
- 3da3afc Properly adopt newer version of ESLint - (Ni Rui) 82AE11AD1E5E8729 E
- 1263c06 Revert the
eslint-plugin-vue
upgrade so vue modules continue to build - (Ni Rui) 82AE11AD1E5E8729 E - 6b84162 Upgrade front-end components - (Ni Rui) 82AE11AD1E5E8729 E
- d45418b Upgrade backend components - (Ni Rui) 82AE11AD1E5E8729 E
- ff13b6f Fixed the page styling problem that was giving unwanted top and bottom gap to window titles - (Ni Rui) 82AE11AD1E5E8729 E
0.3.18-beta-release-prebuild
0.3.17-beta-release-prebuild
Version 0.3.17-beta-release
Updates introduced since 0.3.16-beta-release
- ac5b180 Upgrade back-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 447034b Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
Security
This release of Sshwifty includes a upstream security patch that effects ppc64le
architecture (see: https://go.dev/issue/71383). If you're on ppc64le
, please upgrade to this version when possible.