Releases: gbprod/yanky.nvim
Releases · gbprod/yanky.nvim
v2.0.0
What's Changed
- feat(ring): allows to update register content on cycle by @gbprod in #149
- fix(telescope): schedule put to avoid marks disparition by @gbprod in #151
- fix: avoid error when pasting twice with cancel_event is "move" by @gbprod in #156
- docs: mention
cmp_yanky
by @chrisgrieser in #157 - docs: add gif showcasing
cmp_yanky
by @chrisgrieser in #158 - docs: refresh documentation for v2 by @gbprod in #159
New Contributors
- @chrisgrieser made their first contribution in #157
Full Changelog: v1.0.2...v2.0.0
v1.0.2
What's Changed
- fix(textobject): check for nil and add setting to enable by @MariaSolOs in #145
- fix(textobj): consistent naming by @MariaSolOs in #147
New Contributors
- @MariaSolOs made their first contribution in #145
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- fix: do not call callback twice for joined put by @gbprod in #85
- fix: do not add to yank-ring if yanked to blackhole register by @gbprod in #87
- Corrected typos in docs about configuring highlight duration by @HungryJoe in #88
- Typo in Readme by @tj-moody in #90
- fix: check if regcontents exists in YankyRingHistory by @gbprod in #94
- fix!: replace telescope mappings instead of merging by @gbprod in #106
- fix: use pcall with on_yank to avoid "end_col" error by @gbprod in #107
- Revert "fix!: replace telescope mappings instead of merging (#106)" by @hioz in #110
- fix: highlight on yank not working if highlight on put is disabled by @xeluxee in #112
- fix(yanky):
init_history
on lazy loading by @wuelnerdotexe in #109 - feat: introduce pickers.telescope.use_default_mappings option by @gbprod in #114
- feat: ring history ignore registers by @marcoSven in #105
- fix: prevent focus gained/lost loop on wayland by @folke in #117
- fix(#120): always attach_cancel for cycle by @aceforeverd in #121
- docs: Remove duplicate inspiration by @bekicot in #127
- feat: allows to change sqlite storage path by @gbprod in #132
- fix: replace visualy selected text when using telescope picker by @gbprod in #136
- fix!: change yanky's telescope default mapping to avoid collision by @gbprod in #137
- fix: use correct default register if no clipboard tool defined by @gbprod in #140
- feat: introduce put and set register telescope action by @gbprod in #141
- feat: introduce last_put text object by @gbprod in #142
New Contributors
- @HungryJoe made their first contribution in #88
- @tj-moody made their first contribution in #90
- @hioz made their first contribution in #110
- @xeluxee made their first contribution in #112
- @wuelnerdotexe made their first contribution in #109
- @marcoSven made their first contribution in #105
- @aceforeverd made their first contribution in #121
- @bekicot made their first contribution in #127
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0-beta
What's Changed
- docs: Improved default keymaps by @anuvyklack in #39
- fix(highlight): do not clear highlight when changing colorscheme by @gbprod in #42
- fix(ring): use correct value for first cycle by @gbprod in #43
- fix(special-put): make ring works with special paste by @gbprod in #45
- feat: echo messsage in cmdline, not annoying error by @younger-1 in #52
- docs: add hydra integration by @younger-1 in #53
- fix(ci): fix stylua action by @gbprod in #54
- feat(history): introduce sqlite storage by @gbprod in #55
New Contributors
- @anuvyklack made their first contribution in #39
- @younger-1 made their first contribution in #52
Full Changelog: v0.3.0...v1.0.0-beta
Special put
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
v0.2.0
first usable version
v0.1.0 chore: auto generate docs