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