gbprod / yanky.nvim

Improved Yank and Put functionalities for Neovim
Do What The F*ck You Want To Public License
909 stars 23 forks source link

Breaking changes and News #2

Closed gbprod closed 1 year ago

gbprod commented 2 years ago

I will log here news and api changes, feel free to subscribe to this issue.

sangdth commented 2 years ago

The plugin looks cool, I will try it soon. Thanks for the works! <3

gbprod commented 2 years ago

Introducing picker functionnality. This allows to select a item in yank history using vim.ui.select or Telescope.

gbprod commented 2 years ago

BC : Increase neovim required version to 0.7.0

gbprod commented 2 years ago

Introducing command to clear yank history : YankyClearHistory

gbprod commented 2 years ago

Introducing new actions to remove entries from yank history using Telescope picker.

gbprod commented 2 years ago

Version tagged v0.3.0

Special put Introduce special put moves [https://github.com/gbprod/yanky.nvim/pull/33] see https://github.com/gbprod/yanky.nvim#%EF%B8%8F-special-put

Yanking Introduce option to set the register that will be used for yank (https://github.com/gbprod/yanky.nvim/pull/24)

Telescope Introduce an action to set register content from selected item (https://github.com/gbprod/yanky.nvim/pull/23)

gbprod commented 2 years ago

Introduce sqlite storage for yank ring https://github.com/gbprod/yanky.nvim/pull/55

gbprod commented 1 year ago

introduce Joined/Charwise/Blockwise special puts

farzadmf commented 1 year ago

@gbprod I was subscribed to this issue. Does the issue being closed somehow mean that the plugin is not going to be maintained anymore? 🤔

gbprod commented 1 year ago

Hi @farzadmf ! I continue to maintain this plugin but I think I will stop filling this issue, I will instead use the releases for this. 😉