Skip to content

Commit 315503a

Browse files
authored
Merge pull request #203 from NativeScript/iiivanov/update-changelog-2
Update CHANGELOG.md
2 parents 68eab47 + bbc08ba commit 315503a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.8.1
2+
=====
3+
## Bug Fixes
4+
- [When file watch is active saving shutdowns emulator](https://github.com/NativeScript/nativescript-vscode-extension/issues/195)
5+
- The LiveSync process will no longer stop the emulator and you will be able to continue the debugging session after the changes are synced. **Note that emulators launched through VS Code will be stopped when the currently active debugging session is terminated. To avoid this behavior, you need to launch the emulators manually and not through VS Code.**
6+
7+
- The Debug Console panel now shows only device related logs. All other NativeScript related logs are printed in the Output panel.
8+
19
0.8.0
210
=====
311
## What's new

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"minNativescriptCliVersion": "2.5.0",
55
"icon": "images/icon.png",
66
"displayName": "NativeScript",

0 commit comments

Comments
 (0)