Skip to content

Releases: samhh/bukubrow-host

v5.4.0

23 Nov 22:12
v5.4.0
53ec32e
Compare
Choose a tag to compare

v5.3.0

01 Jul 18:18
v5.3.0
a5462ca
Compare
Choose a tag to compare
- Added Edge support.

- Added `--install-dir` option for specifying a custom manifest installation directory.

v5.2.0

26 Mar 17:29
a891fef
Compare
Choose a tag to compare
5.2.0

v5.1.0

05 May 17:22
Compare
Choose a tag to compare

Builds

Precompiled builds for Linux and macOS can be found here.

Changelog

Added

  • Brave support.

v5.0.0

15 Jun 15:49
Compare
Choose a tag to compare

Builds:

Changelog

Added

  • Support for very large Buku databases that serialise to over 1MB in size.

Changed

  • Update WebExtension communication API to always operate on vectors of elements.

v4.0.1

07 May 22:38
Compare
Choose a tag to compare

Builds:

Changelog

Changed

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

v4.0.0

04 May 13:06
Compare
Choose a tag to compare

Builds:

Changelog

Added

  • Self-installation of browser hosts, and removal of any external scripts or data files.
  • Flags to list all bookmarks to stdout, and open bookmarks in browser by ID.

Changed

  • Host/binary moved to its own repo.
  • The version has been significantly bumped to allow for the WebExtension to piggyback off of it.