Skip to content

Commit ee463eb

Browse files
author
Will Ockelmann-Wagner
committed
f
1 parent 0216a6e commit ee463eb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
## Added
13+
14+
- `Initialize Projections File` command
15+
16+
## Changed
17+
18+
- Renamed `Split Alternate File` to `Alternate File in Split` for easier Command Pallet searching
19+
- Split engine into NPM lib for easier extension
20+
1021
## [0.2.0]
1122

1223
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ All commands are under the control pane. Or, you can set up [shortcuts](#shortcu
1414

1515
- `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.
1616
- `Alternate File` - Switch to the alternate file (if found) in the current pane
17-
- `Split Alternate File` - Switch to the alternate file (if found) in a split pane
17+
- `Alternate File in Split` - Switch to the alternate file (if found) in a split pane
1818
- `Create Alternate File` - Switch to the alternate file (if found) in the current pane. If not found, create the file.
19-
- `Create Split Alternate File` - Switch to the alternate file (if found) in a split pane. If not found, create the file.
19+
- `Create Alternate File in Split` - Switch to the alternate file (if found) in a split pane. If not found, create the file.
2020

2121
![Alternate File Demo](assets/screencasts/vscode-alternate-file.gif)
2222

0 commit comments

Comments
 (0)