Skip to content

Commit

Permalink
Updated to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Orange-Panda committed Mar 29, 2022
1 parent 28f19f7 commit d66ba05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this package are documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2022-03-29

### Added
- New preference to scale console canvas
- New preference to change keycodes for open/close console.
- Up/Down Arrow Navigation through recent commands
- Autofill prediction for command name
- Pressing `Tab` will input the predicted command

### Changed
- Some fields were renamed which may require external scripts to be updated.

## [1.0.4] - 2022-02-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.lmirman.vespaio",
"version": "1.0.4",
"version": "1.1.0",
"displayName": "VespaIO",
"description": "A runtime developer console that allows the user to execute commands enabling quick debugging.",
"hideInEditor": true,
Expand Down

0 comments on commit d66ba05

Please sign in to comment.