Skip to content

Releases: dhruvmanila/browser-bookmarks.nvim

v0.1.0

03 Feb 05:59
2ea7c1f
Compare
Choose a tag to compare

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. If true, 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 from google_chrome to chrome in b81e3b2. It will be deprecated once the stable version is released.

New Contributors

Full Changelog: https://github.com/dhruvmanila/telescope-bookmarks.nvim/commits/v0.1.0