2 Commits

Author SHA1 Message Date
adelphes
c98c962172 version 0.4.1 2017-03-02 17:30:04 +00:00
adelphes
b3501d529a version 0.4.0 changelog 2017-03-02 17:21:56 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# Change Log
### version 0.4.1
* One day I will learn to update the changelog **before** I hit publish
* Updated changelog
### version 0.4.0
* Debugger performance improvements
* Fixed exception details not being displayed in locals
* Fixed some logcat display issues
### version 0.3.1
* Bug fixes
* Fix issue with exception breaks crashing debugger
@@ -29,4 +38,4 @@ Initial release
* Simple watch expressions
* Breakpoints
* Large array chunking (performance)
* Stale build detection
* Stale build detection

View File

@@ -2,7 +2,7 @@
"name": "android-dev-ext",
"displayName": "Android",
"description": "Android debugging support for VS Code",
"version": "0.4.0",
"version": "0.4.1",
"publisher": "adelphes",
"preview": true,
"license": "MIT",