version 0.3.1

bug fix release
This commit is contained in:
adelphes
2017-02-02 20:13:37 +00:00
parent 3cda2e5f1f
commit baa3fb6bfd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Change Log # Change Log
### version 0.3.1
* Bug fixes
* Fix issue with exception breaks crashing debugger
* Fix issue with Android sources not displaying in VSCode 1.9
## version 0.3.0 ## version 0.3.0
* Support for Logcat filtering using regular expressions * Support for Logcat filtering using regular expressions
* Improved expression parsing with support for arithmetic, bitwise, logical and relational operators * Improved expression parsing with support for arithmetic, bitwise, logical and relational operators

View File

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