From d1e7c860926bb7ebcd50d4a01c32f070fbf01012 Mon Sep 17 00:00:00 2001 From: Dave Holoway Date: Sun, 11 Nov 2018 20:42:02 +0000 Subject: [PATCH] version 0.6 (#46) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c362d9..88bc45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +### version 0.6.0 +* Fix issue with breakpoints not enabling correctly +* Fix issue with JDWP failure on breakpoint hit +* Added support for diagnostic logs using trace configuration option +* Updated default apkFile path to match current releases of Android Studio +* Updated package dependencies + ### version 0.5.0 * Debugger support for Kotlin source files * Exception UI diff --git a/package.json b/package.json index d33f862..b357938 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "android-dev-ext", "displayName": "Android", "description": "Android debugging support for VS Code", - "version": "0.5.0", + "version": "0.6.0", "publisher": "adelphes", "preview": true, "license": "MIT",