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

Commit

Permalink
5.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam A. Horvath-Hunt committed Jun 15, 2019
1 parent 9f2596f commit 1b683a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project is versioned according to its compatibility with the [host](https://github.com/SamHH/bukubrow-host) from v4 onwards.

## [5.0.0.2] - 2019-06-15
### Changed
- Fix race condition in Firefox where browser popup will close before it can open requested bookmarks.

## [5.0.0.1] - 2019-06-15
### Added
- Support for very large Buku databases that serialise to over 1MB in size.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bukubrow",
"version": "5.0.0.1",
"version": "5.0.0.2",
"description": "WebExtension for Buku",
"main": "webextension/backend.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bukubrow",
"version": "5.0.0.1",
"version": "5.0.0.2",
"manifest_version": 2,
"description": "Synchronise your browser bookmarks with Buku",
"icons": {
Expand Down

0 comments on commit 1b683a4

Please sign in to comment.