Skip to content

Releases: nirui/sshwifty

0.3.14-beta-release-prebuild

06 Sep 14:40
819149a
Compare
Choose a tag to compare

Version 0.3.14-beta-release

Updates introduced since 0.3.13-beta-release

  • 819149a Upgrade backend dependencies, and also use the version 1.22.7 of compiler tool chain to avoid the problem that brokes linux/arm and linux/arm64 Docker builds - (Ni Rui) 82AE11AD1E5E8729 E
  • ba93262 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • c89b594 Re-introduce the previously removed linux/arm/v7 and linux/arm64 Docker image build targets. It was temporary removed to allow the release of 0.3.13-beta. - (Ni Rui) 82AE11AD1E5E8729 E

0.3.13-beta-release-prebuild

24 Aug 12:35
235be14
Compare
Choose a tag to compare

Version 0.3.13-beta-release

Updates introduced since 0.3.12-beta-release

  • 235be14 It seemed the build problem was caused by a bug in Go toolchain (golang/go#68976). We'll disable bugged linux/arm64 and linux/arm Docker image builds for now to avoid the failure, and re-enable it after Golang team fixed the problem. - (Ni Rui) 82AE11AD1E5E8729 E
  • 322a63d Set CGO_ENABLED=0 when generating source code too. This could make the generation process consistent with the build process, and may fix the build problem we're encountering - (Ni Rui) 82AE11AD1E5E8729 E
  • 2efac9e Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 95b7427 Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 0cfae6e Added a delay before checking font face. Without it, the browser may enter a deadloop and crash - (Ni Rui) 82AE11AD1E5E8729 E

Notice on Docker images

This release don't contain the Docker image for Linux/ARM and Linux/ARM64 machines due to a bug in the compiler tool chain. We have to wait until the upstream fixes the issue before we can create these images.

If you need these imagines pre-built, please wait for the next version. Sorry for the inconvenience.

0.3.12-beta-release-prebuild

03 Jul 14:06
deb981e
Compare
Choose a tag to compare

Version 0.3.12-beta-release

Updates introduced since 0.3.11-beta-release

  • deb981e Upgrade back end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 4505fa1 Upgrade front end dependencies - (Ni Rui) 82AE11AD1E5E8729 E

0.3.11-beta-release-prebuild

06 Jun 01:47
2772968
Compare
Choose a tag to compare

Version 0.3.11-beta-release

Updates introduced since 0.3.10-beta-release

  • 2772968 Upgrade back end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 061c508 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E

0.3.10-beta-release-prebuild

08 May 10:15
7ea1475
Compare
Choose a tag to compare

Version 0.3.10-beta-release

Updates introduced since 0.3.9-beta-release

  • 7ea1475 Fix the CI code after to adapt the changes introduced by 56138e1 - (Ni Rui) 82AE11AD1E5E8729 E
  • 56138e1 Attempt to fix previous build errors caused by imagemin by switching to sharp - (Ni Rui) 82AE11AD1E5E8729 E
  • 4dc727b Upgrade backend dependencies to include upstream security update for CVE-2024-24788 - (Ni Rui) 82AE11AD1E5E8729 E
  • 9f92ee8 Upgrade front end dependencies - (Ni Rui) 82AE11AD1E5E8729 E

Security

This release includes an upstream security update to address CVE-2024-24788, which is a vulnerability that might enable attackers to perform DoS attack via a crafted DNS respond. Please schedule your update to this version soon to avoid the risk, you know the drill.

BTW, just in case you're annoyed by these security updates... well, what option do I have? Ignore upstream security advisories? Come on ;-)

0.3.9-beta-release-prebuild

25 Apr 12:22
f1d7a6c
Compare
Choose a tag to compare

Version 0.3.9-beta-release

Updates introduced since 0.3.8-beta-release

  • f1d7a6c Change the ordering of custom fonts. This allows xtermjs to correctly calculate the text line height - (Ni Rui) 82AE11AD1E5E8729 E
  • 28e667a Add a 10px padding between the edge of the window and the terminal interface - (Ni Rui) 82AE11AD1E5E8729 E
  • 6e3067f Upgrade front end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 15f3bab Upgrade backend dependencies - (Ni Rui) 82AE11AD1E5E8729 E

0.3.8-beta-release-prebuild

04 Apr 09:59
fdfa60e
Compare
Choose a tag to compare

Version 0.3.8-beta-release

Updates introduced since 0.3.7-beta-release

  • fdfa60e Try address the Docker build problem with a stabler version of ubuntu base image - (Ni Rui) 82AE11AD1E5E8729 E
  • 0868c31 Upgrade backend dependencies, this includes fixes to address CVE-2023-45288 - (Ni Rui) 82AE11AD1E5E8729 E
  • 01df1af Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 6cec1c3 Fixed few choice of words in README.md - (Ni Rui) 82AE11AD1E5E8729 E

Security

This release includes a security patch from upstream, which fixed a vulnerability that could enable DoS attack (see CVE-2023-45288). Sshwifty is effected by this vulnerability, please update to this version as soon as possible.

0.3.7-beta-release-prebuild

06 Mar 12:51
ae7e1a7
Compare
Choose a tag to compare

Version 0.3.7-beta-release

Updates introduced since 0.3.6-beta-release

  • ae7e1a7 Improve the "time difference" error message - (Ni Rui) 82AE11AD1E5E8729 E
  • 152c970 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 8840e04 Upgrade backend dependencies, including the security fix - (Ni Rui) 82AE11AD1E5E8729 E
  • 168fbe6 Improve the poorly written README.md - (Ni Rui) 82AE11AD1E5E8729 E

Security

This release includes upstream security fixes to address vulnerability CVE-2024-24783, CVE-2023-45290 and CVE-2023-45289. For your security, please update your old versions of Sshwifty the latest version soon.

0.3.6-beta-release-prebuild

08 Jan 12:39
3283f90
Compare
Choose a tag to compare

Version 0.3.6-beta-release

Updates introduced since 0.3.5-beta-release

  • 3283f90 Upgrade front-end dependencies - (Ni Rui) 82AE11AD1E5E8729 E
  • 7d52de5 Better test for client WebGL availability - (Ni Rui) 82AE11AD1E5E8729 E

0.3.5-beta-release-prebuild

19 Dec 08:34
22e6c7c
Compare
Choose a tag to compare

Version 0.3.5-beta-release

Updates introduced since 0.3.4-beta-release

Security

This release carries an upstream security patch for CVE-2023-48795, which effects older versions of Sshwifty. Please schedule your update as soon as possible. Sorry for the inconvenience.