update changelog
This commit is contained in:
parent
29478d11f6
commit
f4b4618015
1 changed files with 11 additions and 0 deletions
11
ChangeLog.md
11
ChangeLog.md
|
@ -5,9 +5,20 @@
|
||||||
- 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
|
||||||
|
- ajv 6.5.0
|
||||||
### Changed
|
### Changed
|
||||||
- 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
|
||||||
|
- style-loader to 0.2.1
|
||||||
|
- standard to 11.0.0
|
||||||
|
- webpack to 4.8.1
|
||||||
|
- extract-text-webpack-plugin to 4.0.0-beta.0
|
||||||
|
- validator to 10.0.0
|
||||||
|
- url-loader to 1.0.1
|
||||||
|
- rebuilt /client with updated webpack and plugins
|
||||||
|
|
||||||
### 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue