Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.36 KB

Change Log

This project adheres to Semantic Versioning.

[5.4.0] - 2021-11-23

  • Added Librewolf support.
  • Added Chrome and Edge support on Windows.

[5.3.0] - 2021-07-01

  • Added Edge support.
  • Added --install-dir option for specifying a custom manifest installation directory.

[5.2.0] - 2021-03-26

  • Added Vivaldi support.
  • Added FreeBSD and OpenBSD support.
  • Added limited support for Windows. At present there are no CI builds and, if you can build the project, only Firefox is supported.

[5.1.0] - 2020-05-05

  • Added Brave support.

[5.0.0] - 2019-06-15

  • Added support for very large Buku databases that serialise to over 1MB in size.
  • Updated WebExtension communication API to always operate on vectors of elements.

[4.0.1] - 2019-05-07

  • Fixed detection of operating system that failed on some Linux distros.
  • Removed all panics. If something goes awry, make every attempt to communicate this to the consumer via stdout or over native messaging.

[4.0.0] - 2019-05-04

  • Added self-installation of browser hosts, and removal of any external scripts or data files.
  • Added flags to list all bookmarks to stdout, and open bookmarks in browser by ID.
  • Host/binary moved to its own repo.
  • The version has been significantly bumped to allow for the WebExtension to piggyback off of it.