Skip to content

v0.2.0

Compare
Choose a tag to compare
@HakonHarnes HakonHarnes released this 29 Jan 13:43
· 38 commits to main since this release
8001541

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.