diff --git a/CHANGELOG.md b/CHANGELOG.md index 8387d90d..4b4b0994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog | Version | Date | Changelog | |---|---|---| +|4.0.1|05.06.2018| — Keybinding has been changed to `alt+L, alt+O` & `alt+L, alt+C` for Windows/Linux & `cmd+L, cmd+O` & `cmd+L, cmd+C` for MAC . [[#121](https://github.com/ritwickdey/vscode-live-server/pull/121)] *(Thanks [Joydip Roy](https://github.com/rjoydip))*

— `Stop Live Server` options is added in editor-context menu.

— Live Sever Icon is refreshed [[#144](https://github.com/ritwickdey/vscode-live-server/pull/144)] *(Thanks [Pluwen](https://github.com/pluwen))*

— TypeScript files are now in default ignore list. [[#125](https://github.com/ritwickdey/vscode-live-server/pull/125)] *(Thanks [Ryan Naddy](https://github.com/TheColorRed))*| |4.0.0|14.05.2018| — Integraded Websocket Support. [[#89](https://github.com/ritwickdey/vscode-live-server/pull/89)]
— Now open server with `Local Ip` instead of `127.0.0.1` *(See settings page for more details)* [[#116](https://github.com/ritwickdey/vscode-live-server/pull/116)]
— Availity to hide status bar `Go Live` button. [[#117](https://github.com/ritwickdey/vscode-live-server/pull/117)]
— `file` settings : Path to the entry point `entry point` file. For SPA support. *(See settings page for more details)* [[#118](https://github.com/ritwickdey/vscode-live-server/pull/118)]
— Docs updated. [[#93](https://github.com/ritwickdey/vscode-live-server/pull/93) [#94](https://github.com/ritwickdey/vscode-live-server/pull/94) [#107](https://github.com/ritwickdey/vscode-live-server/pull/107) [#109](https://github.com/ritwickdey/vscode-live-server/pull/109)]

Thanks to the contributors 💓 who made this possible. [Max Schmitt](https://github.com/mxschmitt), [Joydip Roy](https://github.com/rjoydip), [Jasonalex](https://github.com/jasonalex13), [Douglas Chen](https://github.com/cdswyda), [Bernard Vander Beken](https://github.com/jawn), [Philippe Loctaux](https://github.com/x4m3), [Arshad Hasan](https://github.com/arshadhasan) | |3.2.1|17.02.2018 | — Re-deployed to vscode marketplace. For some reason few users are facing `command 'extension.liveServer.goOnline' not found` error.
[[#78](https://github.com/ritwickdey/vscode-live-server/issues/78)] [[#80](https://github.com/ritwickdey/vscode-live-server/issues/80)] [[#78#issuecomment](https://github.com/ritwickdey/vscode-live-server/issues/78#issuecomment-365891533)] [[Tweet](https://twitter.com/mohamed_aladdin/status/962608074212200448)]
*(Still the reason of the error is unknown to me.)*

— Docs Updated |3.2.0| 09.02.2018 | — ***[New Feature [[#72](https://github.com/ritwickdey/vscode-live-server/issues/72)]]*** `liveServer.settings.mount` settings added for mounting a directory to a route (see [settings section](https://github.com/ritwickdey/vscode-live-server/blob/master/docs/settings.md) for more details.) *[Thanks [Douglas Chen](https://github.com/cdswyda) for the [PR#73](https://github.com/ritwickdey/vscode-live-server/pull/73)]*
| diff --git a/README.md b/README.md index 404a89cb..2f3c0f26 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ 3. Open a HTML file and Right click on the editor and choose the options. ![Edit Menu Option Preview](./images/Screenshot/vscode-live-server-editor-menu-3.jpg) -4. Hit `(alt+L, alt+O)` to Open the Server and `(alt+L, alt+C)` to close the server (You can change the shortcut form keybinding). *[On MAC, `cmd+L, cmd+O` and `cmd+L, cmd+C`]* +4. Hit `(alt+L, alt+O)` to Open the Server and `(alt+L, alt+C)` to Stop the server (You can change the shortcut form keybinding). *[On MAC, `cmd+L, cmd+O` and `cmd+L, cmd+C`]* -5. Press `F1` or `ctrl+shift+P` and type `Live Server: Open With Live Server ` to start a server or type `Live Server: Close Live Server` to stop a server. +5. Press `F1` or `ctrl+shift+P` and type `Live Server: Open With Live Server ` to start a server or type `Live Server: Stop Live Server` to stop a server. ## Features * A Quick Development Live Server with live browser reload. -* Start or close server by a single click from status bar. +* Start or Stop server by a single click from status bar. * Open a HTML file to browser from Explorer menu.[[Quick Gif Demo](./images/Screenshot/vscode-live-server-explorer-menu-demo-1.gif?raw=true)]. * Support for excluding files for change detection. * Hot Key control. @@ -59,26 +59,14 @@ All settings are now listed here [Settings Docs](./docs/settings.md). *All FAQs are now listed here [FAQ Docs](./docs/faqs.md)* ## What's new ? -* ### Version 4.0.0 (14.05.18) - * Integraded Websocket Support. [[#89](https://github.com/ritwickdey/vscode-live-server/pull/89)] - * Now open server with `Local Ip` instead of `127.0.0.1` *(See settings page for more details)* [[#116](https://github.com/ritwickdey/vscode-live-server/pull/116)] - * Availity to hide status bar `Go Live` button. [[#117](https://github.com/ritwickdey/vscode-live-server/pull/117)] - * `file` settings : Path to the entry point `entry point` file. For SPA support. *(See settings page for more details)* [[#118](https://github.com/ritwickdey/vscode-live-server/pull/118)] - * Docs updated. [[#93](https://github.com/ritwickdey/vscode-live-server/pull/93) [#94](https://github.com/ritwickdey/vscode-live-server/pull/94) [#107](https://github.com/ritwickdey/vscode-live-server/pull/107) [#109](https://github.com/ritwickdey/vscode-live-server/pull/109)] - -Thanks to the contributors 💓 who made this possible.
-— [Max Schmitt](https://github.com/mxschmitt) -
-— [Joydip Roy](https://github.com/rjoydip) -
-— [Jasonalex](https://github.com/jasonalex13) -
-— [Douglas Chen](https://github.com/cdswyda) -
-— [Bernard Vander Beken](https://github.com/jawn)
-— [Philippe Loctaux](https://github.com/x4m3) -
-— [Arshad Hasan](https://github.com/arshadhasan) +* ### Version 4.1.0 (05.06.18) + * Keybinding has been changed to `alt+L, alt+O` & `alt+L, alt+C` for Windows/Linux & `cmd+L, cmd+O` & `cmd+L, cmd+C` for MAC . [[#121](https://github.com/ritwickdey/vscode-live-server/pull/121)] *(Thanks [Joydip Roy](https://github.com/rjoydip))* + + * `Stop Live Server` options is added in editor-context menu. + + * Live Sever Icon is refreshed [[#144](https://github.com/ritwickdey/vscode-live-server/pull/144)] *(Thanks [Pluwen](https://github.com/pluwen))* + + * TypeScript files are now in default ignore list. [[#125](https://github.com/ritwickdey/vscode-live-server/pull/125)] *(Thanks [Ryan Naddy](https://github.com/TheColorRed))* ## Changelog To check full changelog [click here](CHANGELOG.md). diff --git a/package.json b/package.json index 2764c190..c8eb83d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "LiveServer", "displayName": "Live Server", "description": "Launch a development local Server with live reload feature for static & dynamic pages", - "version": "4.0.0", + "version": "4.1.0", "publisher": "ritwickdey", "author": { "name": "Ritwick Dey", @@ -320,7 +320,7 @@ "opn": "^5.3.0" }, "announcement": { - "onVersion": "4.0.0", - "message": "LiveServer Update: Hide `Go Live`, Local Ip, Websocket, SPA Support" + "onVersion": "4.1.0", + "message": "LiveServer 4.1.0: Default keybinding has been changed. Stop Server option is added in editor-context menu." } }