Releases: dhruvmanila/browser-bookmarks.nvim
Releases · dhruvmanila/browser-bookmarks.nvim
v0.1.0
Features
- Add support for Buku bookmarks manager in 06a6865. It can be selected with
selected_browser = "buku"
. - Add support for Microsoft Edge Browser by @imkerberos in #6. It can be selected with
selected_browser = "edge"
. - New config option
full_path
(default:true
) to configure bookmark display path in 26065d2. Iftrue
, show the full path to the bookmark (foo/bar/baz
) else only show the bookmark name (baz
).
Notice
- The project will follow semantic versioning from this point onwards and the first stable version will be released once #5 is fixed.
- The config value for
selected_browser
key for Google Chrome browser was changed fromgoogle_chrome
tochrome
in b81e3b2. It will be deprecated once the stable version is released.
New Contributors
- @imkerberos made their first contribution in #6
- @younger-1 made their first contribution in #9
Full Changelog: https://github.com/dhruvmanila/telescope-bookmarks.nvim/commits/v0.1.0