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

Commit

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

## [5.0.2.0] - 2020-02-14
### Added
- Global configurable hotkeys.
- Onboarding flow when no communication can be achieved with the host.

### Changed
- Stop closing popup after executing a bookmarklet.
- Improved UI for bookmarklets.

## [5.0.1.0] - 2020-02-09
### Added
- Support for bookmarklets. This is why the `activeTab` permission is being newly requested.
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.1.0",
"version": "5.0.2.0",
"description": "WebExtension for Buku",
"main": "webextension/backend.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bukubrow",
"version": "5.0.1.0",
"version": "5.0.2.0",
"manifest_version": 2,
"description": "Synchronise your browser bookmarks with Buku",
"icons": {
Expand Down

0 comments on commit d75f79f

Please sign in to comment.