Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 4d14574

Browse files
committed
Add change log and resolve #8
1 parent 3249956 commit 4d14574

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.0.4
2+
* Fixed a crash due to sourcemaps - [#8](https://github.com/CodeMooseUS/vscode-devtools/issues/8)
3+
4+
## 0.0.3
5+
* Fixed an issue with telemetry not updating user count correctly
6+
7+
## 0.0.2
8+
* Added devtools settings persistance - [#1](https://github.com/CodeMooseUS/vscode-devtools/issues/1)
9+
* Any settings that you change from within the devtools themselves will now be there next time you open the devtools.
10+
* This includes changing the devtools theme which auto reloads the tools.
11+
* Added anonymous telemetry reporting to see which functions need implementing next based on usage.
12+
13+
## 0.0.1
14+
* Initial preview release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-devtools-for-chrome",
33
"displayName": "DevTools for Chrome",
44
"description": "Open the chrome devtools as a dockable webview",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"preview": true,
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "codemooseus",

0 commit comments

Comments
 (0)