diff --git a/CHANGELOG.md b/CHANGELOG.md index 9072fe1..578dc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] + +## Added + +- `Initialize Projections File` command + +## Changed + +- Renamed `Split Alternate File` to `Alternate File in Split` for easier Command Pallet searching +- Split engine into NPM lib for easier extension + ## [0.2.0] ### Added diff --git a/README.md b/README.md index df7a045..0f200f0 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ All commands are under the control pane. Or, you can set up [shortcuts](#shortcu - `Initialize Projections File` - Create a new `.projections.json` in the root of the current workspace. You can pass in the name of some frameworks to get reasonable projection defaults. - `Alternate File` - Switch to the alternate file (if found) in the current pane -- `Split Alternate File` - Switch to the alternate file (if found) in a split pane +- `Alternate File in Split` - Switch to the alternate file (if found) in a split pane - `Create Alternate File` - Switch to the alternate file (if found) in the current pane. If not found, create the file. -- `Create Split Alternate File` - Switch to the alternate file (if found) in a split pane. If not found, create the file. +- `Create Alternate File in Split` - Switch to the alternate file (if found) in a split pane. If not found, create the file. ![Alternate File Demo](assets/screencasts/vscode-alternate-file.gif)