2015-12-16 15:32:43 +00:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
## [Unreleased]
|
2015-12-17 00:56:05 +00:00
|
|
|
|
|
|
|
## [1.1] - 2015-12-17
|
2015-12-16 15:32:43 +00:00
|
|
|
### Added
|
2015-12-16 16:58:25 +00:00
|
|
|
- `CHANGELOG.md` according to [keepachangelog.com](http://keepachangelog.com).
|
2015-12-17 00:56:05 +00:00
|
|
|
- Two GIFs showing off how to use nvr.
|
2015-12-16 18:43:40 +00:00
|
|
|
- Option: `--serverlist`
|
2015-12-17 00:56:05 +00:00
|
|
|
- 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.
|
2015-12-16 15:32:43 +00:00
|
|
|
|
|
|
|
### Changed
|
2015-12-16 16:58:25 +00:00
|
|
|
- Renamed `nvim-remote.py` to `nvr` for convenience.
|
2015-12-17 00:56:05 +00:00
|
|
|
- nvr is no real wrapper anymore. This is done for implementing more useful
|
2015-12-16 20:03:20 +00:00
|
|
|
options that act slight different than their nvim equivalents in the future.
|
2015-12-16 16:58:25 +00:00
|
|
|
- Unused arguments are fed to `--remote-silent`.
|
2015-12-16 15:32:43 +00:00
|
|
|
|
|
|
|
## [1.0] - 2015-12-16
|
|
|
|
First release!
|
|
|
|
|
2015-12-17 00:56:05 +00:00
|
|
|
[Unreleased]: https://github.com/mhinz/neovim-remote/compare/v1.1...HEAD
|
|
|
|
[1.1]: https://github.com/mhinz/neovim-remote/compare/v1.0...v1.1
|
2015-12-16 15:32:43 +00:00
|
|
|
[1.0]: https://github.com/mhinz/neovim-remote/compare/37d851b...v1.0
|