Skip to content

Commit

Permalink
bump version to 1.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Viperinius committed Mar 8, 2023
1 parent 55a29c8 commit 2cfbd9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Set favourite commands / shortcuts to commands

## [1.1.0] - 2023-03-08

- Bugfixes and a new view for the PTXdist configurations

### Added

- New setting "Restrict config search" to speed up searching for configurations by just looking in the default location
- File icon for `.in` files

### Changed

- Reorder the PTXdist commands to represent the workflow as best as possible
- Rework the "General configuration" view to show available configs as a tree with a refresh button
- Update dependencies

### Fixed

- Fix opening the settings when the respective modal was dismissed by the user
- Fix broken evaluation of PTXdist config selection result

## [1.0.0] - 2023-01-30

- Initial release
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.0.0",
"version": "1.1.0",
"publisher": "Viperinius",
"repository": {
"url": "https://github.com/Viperinius/vscode-ptxdist",
Expand Down

0 comments on commit 2cfbd9d

Please sign in to comment.