What's Changed
- refactor: use vim.highlight.range and vim.keymap.set by @gbprod in #11
- feat(history): introduce YankyClearHistory command by @gbprod in #15
- feat(picker): add action to remove entry by @gbprod in #16
- feat(yank): use option to set register for yank by @gbprod in #24
- feat(telescope): introduce set register action by @gbprod in #23
- fix(telescope): do not change cursor position on put by @gbprod in #26
- Fix 08 compat by @gbprod in #29
- Feat ring cancel event by @gbprod in #32
- feat(special-put): introduce special put moves by @gbprod in #33
- fix(special-put): allow special put in visual mode and fix substitute integration by @gbprod in #34
- fix(picker): replace new lines for builtin picker by @gbprod in #36
Full Changelog: v0.2.0...v0.3.0