diff --git a/CHANGELOG.md b/CHANGELOG.md index afd71a0..a80eed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to **Project Explorer** will be documented in this file. +## [0.1.5] - 2023-12-12 + +### Added + +- View open (active) tabs in the tree view + +## [0.1.4] - 2023-12-02 + +### Fixed + +- Replace minus sign with trash in the tree view + ## [0.1.3] - 2023-11-29 ### Fixed diff --git a/README.md b/README.md index aab757b..27b3fc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Project Explorer README +Project Explorer - Organize and view your Next.js project in an intuitive way  | Product Hunt + A convenient extension for searching and creating page and layout files in a Next.js application project. ## Motivation @@ -21,5 +23,7 @@ This extension works in Next.js 13+ projects with `app` directory enabled **only ## Known Issues -When you delete a file through the command palette, VS Code will through an error saying that the file is not found. *See screenshot below*. This is a known issue with VS Code and is not related to this extension. +- When you delete a file through the command palette, VS Code will through an error saying that the file is not found. *See screenshot below*. This is a known issue with VS Code and is not related to this extension. ![Alt text](delete-error.png) + +- In the Active Editors section, all tabs may not show there. This only occurs after launching Visual Studio Code to open tabs.