Releases: nirui/sshwifty
0.3.4-beta-release-prebuild
Version 0.3.4-beta-release
Updates introduced since 0.3.3-beta-release
- 16db94b Update front-end and back-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 61cb8bf Upgrade backend dependencies and installing new dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 77fc7b8 Clean up code - (Ni Rui) 82AE11AD1E5E8729 E
- b1e3888 Clean up code and added WebGL and Unicode11 support to Console screen - (Ni Rui) 82AE11AD1E5E8729 E
- 5da2d7f Fixed misuses of charset encode and decoding in SSH and Telnet controller - (Ni Rui) 82AE11AD1E5E8729 E
Security
The prebuilt ready-to-run programs in this release (and Docker images) are compiled with the newest Go to carry an upstream security fix for vulnerability CVE-2023-39326. If you're using previous versions of Sshwifty, please update to this version as soon as possible.
0.3.3-beta-release-prebuild
0.3.2-beta-release-prebuild
Version 0.3.2-beta-release
Updates introduced since 0.3.1-beta-release
- 923bee7 Upgrade dependencies - (Ni Rui) 82AE11AD1E5E8729 E
Security
The prebuilt ready-to-run programs in this release (and Docker images) are compiled with the newest Go, which has recently fixed a security vulnerability (GO-2023-2102) in it's HTTP server. Since older releases of Sshwifty uses the effected HTTP server, all user is advised to update to this version as soon as possible.
0.3.1-beta-release-prebuild
Version 0.3.1-beta-release
Updates introduced since 0.3.0-beta-release
- 57c676d Dockerfile: update outdated
node
andnpm
withn
- (Ni Rui) 82AE11AD1E5E8729 E - e48fb02 The previous attempt on fixing the linter error was flawed and caused some build issues. Implemented a better fix - (Ni Rui) 82AE11AD1E5E8729 E
- c63f578 Upgrade back end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- ddc7472 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 34b890f Fix the lint situation - (Ni Rui) 82AE11AD1E5E8729 E
- 96e99a7 Update go.mod to indicate the correct minimum version of Go required by Sshwifty - (Ni Rui) 82AE11AD1E5E8729 E
0.3.0-beta-release-prebuild
Version 0.3.0-beta-release
Updates introduced since 0.2.35-beta-release
- 75fe337 Fix the problem caused by linting - (Ni Rui) 82AE11AD1E5E8729 E
- d157b67 Fix previously mislinted code - (Ni Rui) 82AE11AD1E5E8729 E
- d027ac9 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- e2b78b0 Upgrade back end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 8b7eb93 Don't fetch the source code too depth when running CI/CD - (Ni Rui) 82AE11AD1E5E8729 E
- f39675e Run the CI with the latest version of Go - (Ni Rui) 82AE11AD1E5E8729 E
- 769ab94 Upgrade actions/checkout used in GitHub Actions script to v3 - (Ni Rui) 82AE11AD1E5E8729 E
- 4fc19cc Try to build Docker images based on ubuntu:devel to get the newest update for Golang - (Ni Rui) 82AE11AD1E5E8729 E
- 4c724ca Add reference of
SSHWIFTY_SERVERMESSAGE
to Dockerfile - (Ni Rui) 82AE11AD1E5E8729 E - 4f50fe3 Code clean up and linting - (Ni Rui) 82AE11AD1E5E8729 E
- a1e8a07 Upgrade dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- 473b31a Added Server Message feature. Operator can now display a custom message on Home page of their Sshwifty via
ServerMessage
option of a Server. See README.md for detail - (Ni Rui) 82AE11AD1E5E8729 E - 8e38c81 Remove links which points to 996.icu/996icu repository as explained in GitHub issue #137 - (Ni Rui) 82AE11AD1E5E8729 E
0.2.35-beta-release-prebuild
Version 0.2.35-beta-release
Updates introduced since 0.2.34-beta-release
- 43295af Upgrade front-end components - (Ni Rui) 82AE11AD1E5E8729 E
0.2.34-beta-release-prebuild
Version 0.2.34-beta-release
Updates introduced since 0.2.33-beta-release
- b505bef Change .ci.sh to show more relevant information of the build; Change Dockerfile to build the image based on ubuntu:rolling to get relatively new software - (Ni Rui) 82AE11AD1E5E8729 E
- e0b4b75 Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- c659249 Upgrade front-end dependencies (for dev) - (Ni Rui) 82AE11AD1E5E8729 E
- 79284cf Fixed invalid JSON syntax in the Configuration file example in README.md (#132) - (Ni Rui) 82AE11AD1E5E8729 E
- b65f907 Upgrade frontend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
- bfc369f Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
0.2.33-beta-release-prebuild
Version 0.2.33-beta-release
Updates introduced since 0.2.32-beta-release
0.2.32-beta-release-prebuild
Version 0.2.32-beta-release
Updates introduced since 0.2.31-beta-release
- f784c60 Use
go install
instead ofgo get
to install build tools in CI build script - (Ni Rui) 82AE11AD1E5E8729 U - a7286b4 Update copyright declaration for the new year - (Ni Rui) 82AE11AD1E5E8729 U
- 6bfa907 Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 U
- 21dc2b3 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 U
- 9163a72 Adjust format and credit CJendantix who helped fixing README.md. Thank you! - (Ni Rui) 82AE11AD1E5E8729 U
- 0719576 Merge pull request #122 from CJendantix/pullreq - (R+) 4AEE18F83AFDEB23 E
- 4604a4f Fixed Grammar/Spelling - (CJendantix) 4AEE18F83AFDEB23 E