Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

81 lines (57 loc) · 2.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning, except that changes in the patch version number is not noted here since it will be used for rolling release. See FlakeHub document for more details.

Changed

  • If owner/repo names manifested in Awesome Neovim README (A) are different from those in their repositories (B), previously A was used. Now B takes precedence.

Fixed

  • GitLab namespace parsing #138

0.2.0 - 2024-11-07

Added

  • nvim-treesitter: Support for passthru attributes withPlugins, withAllGrammars, etc. #112
  • Support auto-update of extra dependencies such as cargoSha256 of Rust binary #127: sniprun as a first example.

Fixed

  • sniprun: Use cargoHash instead of deprecated cargoSha256 #136
  • date field not changed when updating plugin #135
  • Attribute names of plugins having the same repository name #110: For example, a/some.nvim and b/some.nvim get attribute names a-some-nvim and b-some-nvim, respectively. Note that if a plugin has unique repository name, its attribute name will not be prefixed.
  • Dependencies of telescope.nvim and its extensions #108
  • Dependencies of LSP-related plugins #115
  • Dependencies of Treesitter-related plugins #114

0.1.0 - 2024-04-10

Changed

  • Refactor all the stuff: It now focuses on Awesome Neovim and provides only all the plugins manifested there.

Added