From 6665972fa38294be8c8de679d122037c8cff0d8f Mon Sep 17 00:00:00 2001 From: Youssef Amr El-Shehaby Date: Fri, 1 Mar 2024 14:49:36 +0200 Subject: [PATCH] update readme and changelog --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c3da8..733ce14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to **Project Explorer** will be documented in this file. +## [0.3.0] 2024-3-1 + +### Added + +- Display a quick pick menu to create either a page or a layout + ## [0.2.1] 2024-2-24 ### Fixed diff --git a/README.md b/README.md index 714fb96..fc7193b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ With the introduction of [Next.js 13](https://nextjs.org/), the `app` directory ## Features +**NEW! You can pick and choose which type of Next.js file you want to create and Project explorer will do the heavy lifting for you.** + You can access the Project Explorer through the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) by searching for `Project Explorer`. This allows you to search for, create and delete page and layout files. ![Command Palette Feature](resources/features/command-palette.gif) @@ -21,7 +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. -![Alt text](delete-error.png) +- 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.