webssh2/app/CHANGELOG.md
2022-08-02 10:18:16 -04:00

5.2 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.7 (2022-08-02)

⚠ BREAKING CHANGES

  • validate referer to /reauth is valid
  • bump xterm to 4.18.0
  • consistent logging messages see #286
  • config system changes #284 (#285)

Features

Bug Fixes

  • Fix the parameter passing problem of setDefaultCredentials to make it perform data initialization normally (#288) (40cbb35)
  • invalid css in style.css (ffab534)

package

0.4.6 (2022-04-17)

Features

  • add SIGTERM to safe shutdown feature (675b4f5)
  • auth: ssh private key auth implemented via config.json (#161) (342df8e)
  • config: specify local source address and port for client connections fixes #152 (#158) (65d6ec6)
  • CORS support (b324f33), closes #240

Bug Fixes