update changelog

This commit is contained in:
Bill Church 2018-07-18 16:05:42 -04:00
parent 02a88761b8
commit a1fdc0974d

View file

@ -1,27 +1,19 @@
# Change Log # Change Log
## [0.2.3] 2018-05-TBD ## [0.2.4] 2018-07-18
### Added ### Added
- Browser title window now changes with xterm escape sequences (see http://tldp.org/HOWTO/Xterm-Title-3.html) - Browser title window now changes with xterm escape sequences (see http://tldp.org/HOWTO/Xterm-Title-3.html)
- Added bellStyle options - Added bellStyle options
- `GET var`: **bellStyle** - _string_ - Style of terminal bell: ("sound"|"none"). **Default:** "sound". **Enforced Values:** "sound", "none" - `GET var`: **bellStyle** - _string_ - Style of terminal bell: ("sound"|"none"). **Default:** "sound". **Enforced Values:** "sound", "none"
- `config.json`: **terminal.bellStyle** - _string_ - Style of terminal bell: (sound|none). **Default:** "sound". - `config.json`: **terminal.bellStyle** - _string_ - Style of terminal bell: (sound|none). **Default:** "sound".
- webpack-cli 2.1.3 - `workspace` folder on GITHUB for BIG-IP specific fixes/changes
- ajv 6.5.0
### Changed ### Changed
- Updated ssh2 to v0.6.1
- mostly for node v10 compatibility
- Updated xterm.js to 3.1.0 - Updated xterm.js to 3.1.0
- https://github.com/xtermjs/xterm.js/releases/tag/3.1.0 - https://github.com/xtermjs/xterm.js/releases/tag/3.1.0
- Updated dev dependancies - Default listen IP in `config.json` changed back to 127.0.0.1
- style-loader to 0.2.1 ### Fixed
- standard to 11.0.0 - ESC]0; is now removed from log files when using the browser-side logging feature
- webpack to 4.8.1
- extract-text-webpack-plugin to 4.0.0-beta.0 ## [0.2.3] unreleased
- validator to 10.0.0
- url-loader to 1.0.1
- rebuilt /client with updated webpack and plugins
- @fortawesome/fontawesome@1.1.7
- @fortawesome/fontawesome-free-solid@5.0.11
### Fixed ### Fixed
- ESC]0; is now removed from log files when using the browser-side logging feature - ESC]0; is now removed from log files when using the browser-side logging feature