Skip to content

Commit

Permalink
v4.0.0 update #89 #117 #118 #93 #94 #107 #109
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed May 14, 2018
1 parent 645c219 commit 11dcac2
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
| Version | Date | Changelog |
|---|---|---|
|4.0.0|14.05.2018| &mdash; Integraded Websocket Support. [[#89](https://github.com/ritwickdey/vscode-live-server/pull/89)] <br> &mdash; 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)] <br> &mdash; Availity to hide status bar `Go Live` button. [[#117](https://github.com/ritwickdey/vscode-live-server/pull/117)] <br> &mdash; `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)] <br> &mdash; 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)] <br><br> 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 | &mdash; Re-deployed to vscode marketplace. For some reason few users are facing `command 'extension.liveServer.goOnline' not found` error. <br/> [[#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)] <br/> *(Still the reason of the error is unknown to me.)* <br/><br/> &mdash; Docs Updated
|3.2.0| 09.02.2018 | &mdash; ***[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)]* <br> |
|3.1.0| 24.01.2018 | &mdash; ***[New feature [#68](https://github.com/ritwickdey/vscode-live-server/issues/68) & [#64](https://github.com/ritwickdey/vscode-live-server/issues/64)]*** CORS Enabled by default. *[Thanks [Elias García](https://github.com/elias-garcia) & [Gabriele Garavini](https://github.com/garaving)]* <br><br> &mdash; ***[New Settings / Enhacement]*** `liveServer.settings.fullReload` settings added for full reload instead of css inject (see [settings section](https://github.com/ritwickdey/vscode-live-server/blob/master/docs/settings.md) for more details.) <br><br> &mdash; ***[New Settings / Enhacement [#49](https://github.com/ritwickdey/vscode-live-server/issues/49)]*** `liveServer.settings.wait` settings added for delay before live reloading (see [settings section](https://github.com/ritwickdey/vscode-live-server/blob/master/docs/settings.md) for more details.) *[Thanks [Allen](https://github.com/justforuse)]*
Expand Down
42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
***[[I'm sorry! I can't maintain the repo as I'm so busy now days for exams! I need 2-3 maintainers .
If you want to help me to maintain this repo && if you know how to debug, you're welcome - contact with me ritwickdey@outlook.com]]***


# Live Server


Expand Down Expand Up @@ -63,21 +59,37 @@ 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 3.2.1 (17.02.18)
* 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
* ### 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. <br>
&mdash; [Max Schmitt](https://github.com/mxschmitt)
<br>
&mdash; [Joydip Roy](https://github.com/rjoydip)
<br>
&mdash; [Jasonalex](https://github.com/jasonalex13)
<br>
&mdash; [Douglas Chen](https://github.com/cdswyda)
<br>
&mdash; [Bernard Vander Beken](https://github.com/jawn)<br>
&mdash; [Philippe Loctaux](https://github.com/x4m3)
<br>
&mdash; [Arshad Hasan](https://github.com/arshadhasan)

## Changelog
To check full changelog [click here](CHANGELOG.md).


## Special Thanks To Maintainers
A special thanks to [Max Schmitt](https://github.com/mxschmitt) & [Joydip Roy](https://github.com/rjoydip) for contributing their valueable times on this project.

[![Max Schmitt](https://avatars2.githubusercontent.com/u/17984549?s=64)](https://github.com/mxschmitt)
[![Joydip Roy](https://avatars2.githubusercontent.com/u/15318294?s=64)](https://github.com/rjoydip)


## LICENSE
This extension is licensed under the [MIT License](LICENSE)
6 changes: 6 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,10 @@

* Default: `false`

<hr>

* **`liveServer.settings.file:`** : Path to the entry point file. Useful for SPA

* Default: `""`

<hr>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "LiveServer",
"displayName": "Live Server",
"description": "Launch a development local Server with live reload feature for static & dynamic pages",
"version": "3.2.1",
"version": "4.0.0",
"publisher": "ritwickdey",
"author": {
"name": "Ritwick Dey",
Expand Down Expand Up @@ -314,7 +314,7 @@
"opn": "^5.3.0"
},
"announcement": {
"onVersion": "3.2.0",
"message": "LiveServer Update: Mounting a directory is added"
"onVersion": "4.0.0",
"message": "LiveServer Update: Hide `Go Live`, Local Ip, Websocket, SPA Support"
}
}
}
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import {ExtensionContext, workspace, commands, window} from 'vscode';
import { StatusbarUi } from './StatusbarUi';
import { AppModel } from './appModel';
import { Helper } from './Helper';
// import { checkNewAnnouncement } from './announcement/index';
import { checkNewAnnouncement } from './announcement/index';

export function activate(context: ExtensionContext) {
const appModel = new AppModel();

// checkNewAnnouncement(context.globalState);
checkNewAnnouncement(context.globalState);
context.subscriptions.push(commands
.registerCommand('extension.liveServer.goOnline', (fileUri) => {
workspace.saveAll().then(() => {
Expand Down

0 comments on commit 11dcac2

Please sign in to comment.