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

Commit

Permalink
5.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed May 2, 2021
1 parent a916b2e commit b32725b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project is versioned according to its compatibility with the [host](https://github.com/samhh/bukubrow-host) from v4 onwards.

## [5.0.3.0] - 2021-05-02

### Added

- Omnibox (address bar suggestions) support.

## [5.0.2.1] - 2021-03-27

### Changed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Bukubrow is a WebExtension for [Buku](https://github.com/jarun/Buku), a command-line bookmark manager.

- Display, open, add, edit, and delete bookmarks
- Quickly search for and open bookmarks from the address bar
- Automatically save open tabs to the _staging area_ from the context menu, from which they can be optionally edited and saved
- Filter bookmarks with any of the following syntax: `:url`, `>description`, `#tag`, `*wildcard`
- Bookmarklet (arbitrary JavaScript scripting) support, simply prepend your "URL" with `javascript:`, for example: `javascript:document.body.style.background = 'red'`
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.2.1",
"version": "5.0.3.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.2.1",
"version": "5.0.3.0",
"manifest_version": 2,
"description": "Synchronise your browser bookmarks with Buku",
"icons": {
Expand Down

0 comments on commit b32725b

Please sign in to comment.