Skip to content

Releases: HakonHarnes/img-clip.nvim

v0.5.0

26 Aug 09:55
28a32d8
Compare
Choose a tag to compare

Features

Bug fixes

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Apr 09:24
fc30500
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Apr 14:29
61ece8b
Compare
Choose a tag to compare

Features

Bug fixes

Refactor

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Mar 21:53
568f0d9
Compare
Choose a tag to compare

Features

  • feat: allow file paths as input (PR #41)
  • feat: add ImgClipDebug command (PR #43)
  • feat: add ImgClipConfig command (PR #45)

v0.2.1

10 Feb 12:02
Compare
Choose a tag to compare

Bug fixes

v0.2.0

29 Jan 13:43
8001541
Compare
Choose a tag to compare

This release features siginifcant improvements to the configuration system. The plugin now allows users to define:

  • Filetype specific options
  • File specific options
  • Directory (project) specific options
  • Custom options that are activated with a trigger function

Moreover, we've implemented support for project-level configurations via the .img-clip.lua file. For detailed information, see the updated README and PR #30 and #34.

Breaking changes

  • Filetype specific options must now be defined in a filetypes table.

Features

  • feat: flexible config structure (PR #30)
  • feat: project specific config files (PR #34)

Refactor

  • refactor: remove redundant variables (PR #36)

Thanks to @lervag for his valuable insights, and to @zachary-foster for the extensive testing.

v0.1.0

21 Jan 10:19
3682b34
Compare
Choose a tag to compare

Initial release of img-clip.nvim. This release should allow users to pin the version to avoid breaking changes. As discussed in #25, the configuration structure will change in the future, causing breaking changes.