From e58270a69d82164caf0a9b8c6571a0e591b187d0 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Wed, 17 Aug 2022 16:50:57 +0530 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6add2e6..5938064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the "ios-debug" extension will be documented in this file. +## v0.3.0 +### Added +- Focus the simulator window automatically when attaching or continuing from breakpoints. +- Added an configuration option `ios-debug.focusSimulator` to disable/enable the new focus behaviour. + ## v0.2.2 ### Added - Logging support for Simulator, logs now appear for simulator launches as well diff --git a/package-lock.json b/package-lock.json index 02e2d0d..9e753bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ios-debug", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2b8976..8cfc0a4 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.2.2", + "version": "0.3.0", "repository": "https://github.com/nisargjhaveri/vscode-ios-debug", "engines": { "vscode": "^1.56.0"