2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00

Release 1.2

This commit is contained in:
Marco Hinz 2016-06-07 14:11:54 +02:00
parent 3fd0423900
commit 77e3dd567a
2 changed files with 10 additions and 3 deletions

View File

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

View File

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