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
### 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
* Support for Logcat filtering using regular expressions
* Improved expression parsing with support for arithmetic, bitwise, logical and relational operators