Skip to content

v1.11.0

Latest
Compare
Choose a tag to compare
@williambotman williambotman released this 15 Feb 22:14
fc98833

1.11.0 (2025-02-15)

Features

Bug Fixes

  • avoid calling vim.fn in fast event (#1878) (3a444cb)
  • avoid calling vim.fn.has inside fast event (#1705) (1b3d604)
  • fix usage of deprecated Neovim APIs (#1703) (0f1cb65)
  • fs: fall back to fs_stat if entry type is not returned by fs_readdir (#1783) (1114b23)
  • health: support multidigit luarocks version numbers (#1648) (751b1fc)
  • pypi: allow access to system site packages by default (#1584) (2be2600)
  • pypi: exclude python3.12 from candidate list (#1722) (f8ce876)
  • pypi: prefer stock python3 if it satisfies version requirement (#1736) (f96a318)
  • registry: exhaust streaming parser when loading "file:" registries (#1708) (49ff59a)
  • replace deprecated calls to vim.validate (#1876) (5664dd5)
  • ui: fix rendering JSON schemas (#1757) (e2f7f90)
  • ui: reposition window if border is different than "none" (#1859) (f9f3b46)

Performance Improvements

  • registry: significantly improve the "file:" protocol performance (#1702) (098a56c)