From 1b683a4fbfaf59508147e11efdf2cd29dd52d9c5 Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Sat, 15 Jun 2019 18:14:27 +0100 Subject: [PATCH] 5.0.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7b44a..d43b4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index f26ec96..a72763c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/manifest.json b/src/manifest.json index f93faba..7e322a4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {