From 718fbce8195fa89fdea3e39dfe9b5db30f649db3 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Wed, 28 Jun 2023 11:30:26 +0530 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0266833..30473a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the "ios-debug" extension will be documented in this file. +## v0.4.0 +### Added +- Debug on local devices when VS Code is connected to Remote Development via SSH. + - Automatically prompt to install companion and ask if local devices should be shared when running in remote. + - List and debug on locally connected physical iOS devices without any extraneous setup +- Add new option `iosInstallApp` to launch config to enable/disable installing app before launching. + +### Changed +- Better error handling and logging at a few places. + ## v0.3.3 ### Changed - Fix attach behavior on device. Properly attach to running app when targeting a device. diff --git a/package-lock.json b/package-lock.json index 620dd58..af993fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ios-debug", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ios-debug", - "version": "0.3.3", + "version": "0.4.0", "hasInstallScript": true, "os": [ "darwin" diff --git a/package.json b/package.json index 14752b2..f77ba47 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "nisargjhaveri", "displayName": "iOS Debug", "description": "iOS debugging support in VS Code", - "version": "0.3.3", + "version": "0.4.0", "repository": "https://github.com/nisargjhaveri/vscode-ios-debug", "engines": { "vscode": "^1.56.0"