Releases: jghauser/papis.nvim
Releases · jghauser/papis.nvim
v0.2.0
0.2.0 (2024-06-03)
⚠ BREAKING CHANGES
- add better handling of Papis config
- commands: remove
PapisStart
command - handle only autostart on filetypes, not filenames
remove
- commands: remove
PapisStart
command (9d37fd9) - handle only autostart on filetypes, not filenames (2a0f826)
Features
- add better handling of Papis config (029548e)
- commands: make all commands buffer local (20026a4)
- config: add testing module (077c46e)
- keymaps: make all keymaps buffer local (0b82cb5)
Bug Fixes
- colors: this time really get the colors right (1be3c9f)
- config: drop config before re-importing (3814a6d)
- config: fix running without testing module (76bdb14)
- config: handle when papis options are rm'd from papis.nvim (bf34de4)
- health: replace deprecated functions (b24bfc2)
- highlights: fit with neovim default theme (280a994)
- telescope: remove vim.print (a562767)
Miscellaneous Chores
- release 0.2.0 (22944f8)
v0.1.0
What's Changed
- Fix repository location in packer call by @maxmahlke in #2
- docs: fix module enable syntax by @maxmahlke in #4
- fix(cursor): make commands work by @jghauser in #6
- Log the papis library directory after init is done by @maxmahlke in #12
- Expand library directory specified by user by @maxmahlke in #14
- Add option to always insert plain reference by @maxmahlke in #15
- This is a bit of a mess, trying to catch up... by @jghauser in #17
- Remove dependency on lyaml by @davvil in #20
- feat!: use
papis_id
rather thanref
to identify entries by @jghauser in #21 - Fix windows detection by @jghauser in #27
- Change keybinds so they don't clash with Neovim defaults/Telescope (fixes #22) by @jghauser in #28
- Improve flake by @jghauser in #34
- Add flake overlay by @jghauser in #42
- quick and dirty solution for inserting formatted reference. by @panosz in #33
- Improve startup by @jghauser in #43
- Improve neovim test instance by @jghauser in #44
- feat: luarocks support by @mrcjkb in #32
New Contributors
- @maxmahlke made their first contribution in #2
- @jghauser made their first contribution in #6
- @davvil made their first contribution in #20
- @panosz made their first contribution in #33
- @mrcjkb made their first contribution in #32
Full Changelog: https://github.com/jghauser/papis.nvim/commits/v0.1.0