Skip to content

Commit

Permalink
Prepare 1.4.0 release
Browse files Browse the repository at this point in the history
* Closes #213
* Closes #167
* Closes #152
* Closes #97
* Closes #81
  • Loading branch information
gerardroche committed Nov 6, 2017
1 parent 01e06c0 commit 8fe4d65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## Unreleased
## 1.4.0 - 2017-11-06

### Added

Expand Down Expand Up @@ -55,6 +55,11 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt

### Fixed

* Fixed [#213](https://github.com/NeoVintageous/NeoVintageous/issues/213): No command accepts characters in a keybinding
* Fixed [#167](https://github.com/NeoVintageous/NeoVintageous/issues/167): Allow .vintageousrc to map any keybinds
* Fixed [#152](https://github.com/NeoVintageous/NeoVintageous/issues/152): `f<key>` doesn't jump to `<key>` if there is a mapping for `<key>`
* Fixed [#97](https://github.com/NeoVintageous/NeoVintageous/issues/97): Mapping commands
* Fixed [#81](https://github.com/NeoVintageous/NeoVintageous/issues/81): `ct<leader>` or `cf<leader>` doesn't work; need `ct<leader><leader>`
* Fixed [#282](https://github.com/NeoVintageous/NeoVintageous/issues/282): Surround doesn't work as expected on first symbol
* Fixed: Several `.vintageousrc` syntax highlighting bugs
* Fixed: Lots of Command-line mode syntax highlighting bugs
Expand Down

0 comments on commit 8fe4d65

Please sign in to comment.