Releases: HakonHarnes/img-clip.nvim
Releases · HakonHarnes/img-clip.nvim
v0.5.0
Features
- feat: support vimwiki by @HakonHarnes in #68
- feat(config): add ability to customize extension by @HakonHarnes in #71
Bug fixes
- fix: dont use xclip on macos by @HakonHarnes in #67
- fix: check wayland before x11 by @HakonHarnes in #74
- fix: relative path drag and drop by @HakonHarnes in #81
- Update config.lua by @liubianshi in #78
New Contributors
- @liubianshi made their first contribution in #78
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Features
- feat: process cmd by @HakonHarnes in #55
- docs: add telescope.nvim and oil.nvim integrations by @HakonHarnes in #62
Bug fixes
- fix: add base64 length warning by @HakonHarnes in #48
- fix: disable health message on startup by @HakonHarnes in #50
- fix: handle base64 separately from file path by @HakonHarnes in #53
- fix: escape special characters in
process_cmd
by @HakonHarnes in #58 - fix: only add file extension if its missing by @HakonHarnes in #61
Refactor
- refactor: simplify config logic by @HakonHarnes in #54
- refactor: simplify markup logic by @HakonHarnes in #57
- refactor: drag and drop options by @HakonHarnes in #59
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
Bug fixes
- fix: call setup even when opts arent passed (#37 (comment))
v0.2.0
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
Refactor
- refactor: remove redundant variables (PR #36)
Thanks to @lervag for his valuable insights, and to @zachary-foster for the extensive testing.