diff --git a/HACKING.md b/HACKING.md index d0a62d1d..31e89587 100644 --- a/HACKING.md +++ b/HACKING.md @@ -118,3 +118,5 @@ export default class MyModule { } See `terminus-core/src/api.ts`, `terminus-settings/src/api.ts` and `terminus-terminal/src/api.ts` for the available extension points. + +Publish your plugin on NPM with a `terminus-plugin` keyword to make it appear in the Plugin Manager. diff --git a/README.md b/README.md index 12bceb72..edf2bd46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ * Full Unicode support including double-width characters * Doesn't choke on fast-flowing outputs * Proper shell-like experience on Windows including tab completion (via Clink) - * CMD, PowerShell, PowerShell Core, Cygwin, Cmder, Git-Bash and WSL (Bash on Windows) support + * PowerShell Core, WSL (Bash on Windows), PowerShell, Git-Bash, Cygwin, Cmder and CMD support * Tab persistence on macOS and Linux --- @@ -34,9 +34,9 @@ Plugins can be installed directly from the Settings view inside Terminus. # Contributing -Pull requests and plugins are welcome! Publish your plugin on NPM with a `terminus-plugin` keyword to make it appear in the Plugin Manager. +Pull requests and plugins are welcome! -See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial! +See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for information of how the project is laid out, and a very brief plugin development tutorial. ## License diff --git a/build/windows/icon.ico b/build/windows/icon.ico index 1671a0c0..b11dd07f 100644 Binary files a/build/windows/icon.ico and b/build/windows/icon.ico differ diff --git a/build/windows/icon.svg b/build/windows/icon.svg index 5d6ef18e..f6028687 100644 --- a/build/windows/icon.svg +++ b/build/windows/icon.svg @@ -1,92 +1,16 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/package.json b/package.json index f77b889d..2db44663 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "css-loader": "0.28.0", "electron": "3.0.0", "electron-builder": "^20.27.1", - "electron-builder-squirrel-windows": "17.0.1", + "electron-builder-squirrel-windows": "^20.28.3", "electron-installer-snap": "^3.0.0", "electron-rebuild": "^1.8.2", "eslint": "^5.4.0", @@ -38,7 +38,7 @@ "node-gyp": "^3.6.2", "node-sass": "^4.5.3", "npmlog": "4.1.0", - "npx": "^9.7.1", + "npx": "^10.2.0", "pug": "^2.0.3", "pug-html-loader": "1.0.9", "pug-lint": "^2.5.0", @@ -56,7 +56,7 @@ "tslint-config-standard": "5.0.2", "tslint-eslint-rules": "4.0.0", "typescript": "^2.8.3", - "url-loader": "0.5.7", + "url-loader": "^1.1.1", "val-loader": "0.5.0", "webpack": "^4.8.3", "webpack-cli": "^2.1.3", diff --git a/terminus-core/src/components/appRoot.component.scss b/terminus-core/src/components/appRoot.component.scss index a0f298b8..102f2ab9 100644 --- a/terminus-core/src/components/appRoot.component.scss +++ b/terminus-core/src/components/appRoot.component.scss @@ -61,8 +61,7 @@ $tab-border-radius: 4px; -webkit-app-region: drag; &.persistent { - min-width: 100px; - flex: 1 0 25%; + min-width: 72px; // 2 x 36 px height, ie 2 squares } }