Skip to content

Commit

Permalink
Updated to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Feb 20, 2023
1 parent 08f4851 commit fd5d57a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Enhancement #257: Added support for "PropertyGroup" properties within include/ex

Enhancement #258: Fixed bug that prevented pasting files, thanks to [panoskj](https://github.com/panoskj)

Bugfix #261: Fix Project dependent files display, thanks to [lhz](https://github.com/lhzcm)

Bugfix #5: Keyboard shortcuts not working, thanks to [panoskj](https://github.com/panoskj)

Bugfix #169: Now "paste" is shown in context menu

## 0.7.5

Bugfix ##239: Fix project expansion, thanks to [Richard Willis](https://github.com/badsyntax)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,5 +343,6 @@ Branded icons are licensed under their copyright license.
[nev-21](https://github.com/nev-21)
[Richard Willis](https://github.com/badsyntax)
[panoskj](https://github.com/panoskj)
[lhz](https://github.com/lhzcm)

**Enjoy!**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-solution-explorer",
"displayName": "vscode-solution-explorer",
"description": "Visual Studio .sln file explorer for Visual Studio Code",
"version": "0.7.5",
"version": "0.8.0",
"license": "MIT",
"publisher": "fernandoescolar",
"icon": "images/icon.png",
Expand Down

0 comments on commit fd5d57a

Please sign in to comment.