Release 1.2

pull/20/head v1.2
Marco Hinz 8 years ago
parent 3fd0423900
commit 77e3dd567a

@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.2] - 2016-06-07
### Added
- Available on PyPI (`pip3 install neovim-remote`) as source distribution and
[wheel](http://pythonwheels.com).
- Option: `-c` (execute single command).
- Option: `--remote-tab-{wait,silent,wait-silent}`.
- Option: `-wait` family actually waits now.
- Support for TCP sockets.
### Changed
- `nvr` is a single file now. Take a look at it via `nvim $(which nvr)`.
- Option: `-wait` family actually waits now.
- Option: `--remote{,-silent,-wait,-wait-silent}` take `+{cmd}` anywhere in
arguments.
@ -39,6 +45,7 @@ All notable changes to this project will be documented in this file.
First release!
[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.1...HEAD
[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.2...HEAD
[1.2]: https://github.com/mhinz/neovim-remote/compare/v1.1...v1.2
[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

@ -16,7 +16,7 @@ setup(
install_requires = ['neovim'],
scripts = ['bin/nvr'],
packages = [],
version = '1.1.3',
version = '1.2',
license = 'MIT',
keywords = 'neovim nvim nvr remote helper',
classifiers = [

Loading…
Cancel
Save