diff --git a/CHANGELOG.md b/CHANGELOG.md index bfed57d..48c20ba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/-0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0] - 2024-06-06 + +### Changed + +- Edit the subheadings of the "Commands" section in the README. I want to make the context clear e.g. which commands work on the current workspace. + ## [2.2.0] - 2023-12-13 ### Changed diff --git a/README.md b/README.md index 9a95ac1..a660c48 100755 --- a/README.md +++ b/README.md @@ -83,9 +83,7 @@ You may want to edit a file in an app specific to that file type. For example, I The following commands can be run from the Command Palette (`Ctrl+Shift+P`). They are categorised below: -### File Actions - -These commands are scoped to the active workspace. +### File actions on the current workspace 1. `File Bunny: Open File`: Choose a file to open from the current workspace. 1. `File Bunny: Open File to the Right`: Choose a file to open from the current workspace, and split it to the right of the active editor. @@ -98,7 +96,7 @@ These commands are scoped to the active workspace. 1. `File Bunny: Duplicate File`: Choose a file to duplicate to another location in the current workspace. 1. `File Bunny: Delete File`: Choose a file to delete from the current workspace. The file is put into the trash (recycle bin). -### File actions on active file +### File actions on the active file 1. `File Bunny: Open Active File in External Default App`: Open the active file in the system default app. 1. `File Bunny: Move Active File`: Move the active file to another location in the current workspace. @@ -108,9 +106,10 @@ These commands are scoped to the active workspace. ### Folder actions -These commands are scoped to the active workspace. - 1. `File Bunny: Open Folder`: Choose a folder to open as the workspace. + +### Folder actions on the current workspace + 1. `File Bunny: Open Workspace Folder in External Default App`: Open the current workspace folder in the system file explorer. 1. `File Bunny: Open Folder in External Default App`: Open a folder from the current workspace in the system file explorer. 1. `File Bunny: Create New Folder`: Create a new folder in the current workspace. diff --git a/package.json b/package.json index 5ceab81..4daad1a 100755 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "description": "Perform file actions quickly with keyboard-driven file selection. 🐰⌨️", "icon": "img/logo.png", - "version": "2.2.0", + "version": "2.3.0", "engines": { "vscode": "^1.84.0", "node": ">=12"