diff --git a/CHANGELOG.md b/CHANGELOG.md index d13b365..6e6c1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 79da8dc..e694f10 100644 --- a/README.md +++ b/README.md @@ -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!** diff --git a/package.json b/package.json index 6eab398..ad344a0 100644 --- a/package.json +++ b/package.json @@ -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",