diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfbd7f..18c9033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Set favourite commands / shortcuts to commands +## [1.2.0] - 2023-03-24 + +### Added + +- Add output channel `PTXdist` that is used for logging +- The PTXdist tasks can now be cancelled with `Ctrl+C` + +### Changed + +- Colourise the icon of any selected config / toolchain to help with visibility + +### Fixed + +- Fix the detection of the selected configs if the `ptxproj` is a symlink + ## [1.1.0] - 2023-03-08 - Bugfixes and a new view for the PTXdist configurations diff --git a/package-lock.json b/package-lock.json index e5a9176..aaa575e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vscode-ptxdist", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.0", + "version": "1.2.0", "os": [ "linux" ], diff --git a/package.json b/package.json index d95c216..badbbc2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "PTXdist", "description": "Control PTXdist from VS Code", "icon": "resources/ptxdist-icon.png", - "version": "1.1.0", + "version": "1.2.0", "publisher": "Viperinius", "repository": { "url": "https://github.com/Viperinius/vscode-ptxdist",