diff --git a/ChangeLog.md b/ChangeLog.md index 6e71973..b41aafa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,6 +18,7 @@ Mostly client (browser) related changes in this release - Moved javascript events out of html into javascript - Changed asset packaging from grunt to Webpack to be inline with xterm.js direction - Moved logging and credentials buttons to menu system +- Removed non-minified options (if you need to disable minification, modify webpack scripts and 'npm run build') ### Fixed - Resolved loss of terminal foucs when interacting with option buttons (Logging, etc...) diff --git a/README.md b/README.md index c8cb6b7..358af23 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,6 @@ docker run --name webssh2 -d -p 2222:2222 webssh2 * **terminal.tabStopWidth** - _integer_ - Tab stops at _n_ characters **Default:** 8. -* **useminified** - _boolean_ - Choose between ./public/client-full.htm (false/non-minified) or ./public/client-min.htm (true/minified js), defaults to false (non-minified version) - * **header.text** - _string_ - Specify header text, defaults to `My Header` but may also be set to `null`. When set to `null` no header bar will be displayed on the client. * **header.background** - _string_ - Header background, defaults to `green`. @@ -201,6 +199,4 @@ Clicking `Start logging` on the status bar will log all data to the client. A `D http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&color=red # Tips -* If you want to add custom JavaScript to the browser client you can either modify `./src/client-(full|min).html` and add a **