Skip to content

Releases: neovim/pynvim

0.1.1

25 Feb 21:19
Compare
Choose a tag to compare

Changes since 0.1.0:

  • dea5427 don't use deprecated logging.warn() method
  • 94c4240 fix typos in the gtk gui key definitions
  • 2cc7314 support attaching on windows
  • 62e347a add wrappers for add_highlight/clear_highlight buffer methods
  • 2db6bee don't use BaseException.message which is removed in python3

0.1.0: Bump

09 Dec 09:11
Compare
Choose a tag to compare

Bump to 0.1.X, to follow the version scheme of main neovim repo.

Changes since 0.0.38:

  • 66617ca doc: Add embedding example to readme.
  • 0dce6a8 Change supported python3 versions to 3.3-3.5
  • d6f2c7a Don't override the encoding of msgpack strings
  • e94201f ui: convert byte strings in python3. Fixes #145

0.0.38

06 Aug 21:46
Compare
Choose a tag to compare

Changes since 0.0.37:

0.0.37

16 Jul 18:34
Compare
Choose a tag to compare

Changes since 0.0.36:

  • be6e96e handle decoding for rplugin methods the same as for api calls. #129

0.0.36

26 May 14:35
Compare
Choose a tag to compare

Changes since 0.0.35:

0.0.35

12 May 16:12
Compare
Choose a tag to compare
Bump