-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking changes #1
Comments
With #19 (thanks to @davvil!), we now depend on |
With #21, we now use the I had some error messages appear due to duplicate If failures persist, please delete the |
With #28, I introduced a change in default keymaps. Given that only keymaps are affected and that these aren't enabled by default, this probably won't break anyone's setup -- but it might mess with your muscle memory for a bit. The change comes because the The new functionality is:
These keybinds are unfortunately a bit longer, but I thought it more important that the |
With #33, we've added an initial way of inserting formatted references (thank you @panosz!). This has required a small adjustment to the db schema and you might get a notification because of this:
Run |
With #48, I've tried to improve the papis.nvim startup procedure. This also lays the groundwork for various future improvements (and more breaking changes). For now the following has changed:
All in all, this should make papis.nvim easier to set up without the speed penalties of querying Note also that I've started cutting releases. So if the breaking changes annoy you, feel free to use e.g. |
With #58, I have removed To give an outlook on future changes: I want to make use of the neovim ecosystem's increasing ability to handle luarocks and integrate some of them. First will be a re-introduction of |
With #70, papis.nvim sorts entries by time-added initially (before entering a query). This required changing the db schema and that in turn requires running |
Various breaking changes have come with v0.5.0 Pretty icons Command with subcommands The Custom keymaps you may have set should now call the new Papis commands. |
Not really a breaking change, but more of an elimination of an entire class of breaking changes ;). With #81, papis.nvim can now detect when the database schema has changed and informs the user to run |
The plugin now handles acting on multi selections in the Telescope picker (see #88, and thanks @maxmahlke!). This means you can now select multiple entries with tab, and then do whatever action you already know from before (add refs, open notes, etc.). This required some significant changes, in particular the following:
If you didn't touch these options, you don't need to do anything. |
Breaking changes will be communicated in this issue.
The text was updated successfully, but these errors were encountered: