diff --git a/.bithoundrc b/.bithoundrc index c21a7b8..cc9802b 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -16,8 +16,6 @@ ] }, "ignore": [ - "public/src/**", - "public/webssh2.js", - "public/webssh2.min.js" + "public/webssh2.bundle.js", ] } diff --git a/.codeclimate.yml b/.codeclimate.yml index 7206202..3a49101 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,9 +4,7 @@ engines: enabled: true duplication: exclude_paths: - - "public/src/**" - - "public/webssh2.js" - - "public/webssh2.min.js" + - "public/webssh2.bundle.js" enabled: true config: languages: @@ -30,6 +28,5 @@ ratings: - "**.rb" exclude_paths: - node_modules/ -- "public/src/**" -- "public/webssh2.js" -- "public/webssh2.min.js" +- "public/webssh2.bundle.js" + diff --git a/ChangeLog.md b/ChangeLog.md index 8a50c85..257e350 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,9 @@ Mostly client (browser) related changes in this release ### Changed - Updated xterm.js to 3.0.2 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.2 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.1 + - See https://github.com/xtermjs/xterm.js/releases/tag/3.0.0 - Moved javascript events out of html into javascript - Changed asset packaging from grunt to Webpack to be inline with xterm.js direction ### Fixed diff --git a/README.md b/README.md index c5f85f5..16273c6 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,6 @@ 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 `./public/client-(full|min).html` and add a **