Skip to content

Commit

Permalink
bump version to 1.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Viperinius committed Mar 24, 2023
1 parent 55e40a3 commit bf66896
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf66896

Please sign in to comment.