update changelog
This commit is contained in:
parent
263494f11c
commit
86fba56b92
3 changed files with 12 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
### Changed
|
### Changed
|
||||||
- `options.challengeButton` enabled
|
- `options.challengeButton` enabled
|
||||||
- previously this configuration option did nothing, this now enables the Credentials button site-wide regardless of the `allowreplay` header value
|
- previously this configuration option did nothing, this now enables the Credentials button site-wide regardless of the `allowreplay` header value
|
||||||
|
- Updated debug module to v4
|
||||||
|
|
||||||
## [0.2.4] 2018-07-18
|
## [0.2.4] 2018-07-18
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
### Changed
|
### Changed
|
||||||
- `options.challengeButton` enabled
|
- `options.challengeButton` enabled
|
||||||
- previously this configuration option did nothing, this now enables the Credentials button site-wide regardless of the `allowreplay` header value
|
- previously this configuration option did nothing, this now enables the Credentials button site-wide regardless of the `allowreplay` header value
|
||||||
|
- Updated debug module to v4
|
||||||
|
|
||||||
## [0.2.4] 2018-07-18
|
## [0.2.4] 2018-07-18
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# WebSSH2
|
# WebSSH2
|
||||||
[](https://badge.fury.io/gh/billchurch%2Fwebssh2) [](https://travis-ci.org/billchurch/WebSSH2) [](https://snyk.io/test/github/billchurch/webssh2) [](https://www.bithound.io/github/billchurch/WebSSH2) [](https://www.bithound.io/github/billchurch/WebSSH2/master/dependencies/npm) [](https://nodesecurity.io/orgs/billchurch/projects/b0a0d9df-1340-43ef-9736-ef983c057764) [](https://greenkeeper.io/)
|
[](https://badge.fury.io/gh/billchurch%2Fwebssh2) [](https://travis-ci.org/billchurch/WebSSH2) [](https://snyk.io/test/github/billchurch/webssh2) [](https://nodesecurity.io/orgs/billchurch/projects/b0a0d9df-1340-43ef-9736-ef983c057764) [](https://greenkeeper.io/)
|
||||||
|
|
||||||
|
[](https://www.buymeacoffee.com/billchurch)
|
||||||
|
|
||||||
Web SSH Client using ssh2, socket.io, xterm.js, and express
|
Web SSH Client using ssh2, socket.io, xterm.js, and express
|
||||||
|
|
||||||
|
@ -8,6 +9,14 @@ A bare bones example of an HTML5 web-based terminal emulator and SSH client. We
|
||||||
|
|
||||||
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/master/screenshots/demo-800.gif">
|
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/master/screenshots/demo-800.gif">
|
||||||
|
|
||||||
|
# Requirements
|
||||||
|
Node v6.x or above. If using <v6.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
|
||||||
|
|
||||||
|
`npm install --save read-config@1
|
||||||
|
`
|
||||||
|
|
||||||
|
Just keep in mind that there is no intention to ensure compatability with Node < v6.x
|
||||||
|
|
||||||
# Instructions
|
# Instructions
|
||||||
To install:
|
To install:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue