webssh2/app/CHANGELOG.md
2022-04-17 10:52:59 -04:00

2.7 KiB

Changelog

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

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