From c8f291c35853cda6f9f074e07302207ab3e282d8 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 17 Dec 2015 01:56:05 +0100 Subject: [PATCH] Release 1.1 --- CHANGELOG.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c0edeb..9b259c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,27 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [1.1] - 2015-12-17 ### Added - `CHANGELOG.md` according to [keepachangelog.com](http://keepachangelog.com). -- two GIFs showing off how to use nvr +- Two GIFs showing off how to use nvr. - Option: `--serverlist` -- Option: `-o` -- Option: `-O` -- Option: `-p` -- Option: `-l` +- Option: `-o` (open files via `:split`) +- Option: `-O` (open files via `:vsplit`) +- Option: `-p` (open files via `:tabedit`) +- Option: `-l` (switch to previous window via `:wincmd p`) +- Many bugfixes. ### Changed - Renamed `nvim-remote.py` to `nvr` for convenience. -- "nvr" is no real wrapper anymore. This is done for implementing more useful +- nvr is no real wrapper anymore. This is done for implementing more useful options that act slight different than their nvim equivalents in the future. - Unused arguments are fed to `--remote-silent`. ## [1.0] - 2015-12-16 First release! -[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.0...HEAD +[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.1...HEAD +[1.1]: https://github.com/mhinz/neovim-remote/compare/v1.0...v1.1 [1.0]: https://github.com/mhinz/neovim-remote/compare/37d851b...v1.0