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

Commit b32725b

Browse files
committed
5.0.3.0
1 parent a916b2e commit b32725b

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [5.0.3.0] - 2021-05-02
6+
7+
### Added
8+
9+
- Omnibox (address bar suggestions) support.
10+
511
## [5.0.2.1] - 2021-03-27
612

713
### Changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Bukubrow is a WebExtension for [Buku](https://github.com/jarun/Buku), a command-line bookmark manager.
44

55
- Display, open, add, edit, and delete bookmarks
6+
- Quickly search for and open bookmarks from the address bar
67
- Automatically save open tabs to the _staging area_ from the context menu, from which they can be optionally edited and saved
78
- Filter bookmarks with any of the following syntax: `:url`, `>description`, `#tag`, `*wildcard`
89
- Bookmarklet (arbitrary JavaScript scripting) support, simply prepend your "URL" with `javascript:`, for example: `javascript:document.body.style.background = 'red'`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bukubrow",
3-
"version": "5.0.2.1",
3+
"version": "5.0.3.0",
44
"description": "WebExtension for Buku",
55
"main": "webextension/backend.js",
66
"scripts": {

src/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bukubrow",
3-
"version": "5.0.2.1",
3+
"version": "5.0.3.0",
44
"manifest_version": 2,
55
"description": "Synchronise your browser bookmarks with Buku",
66
"icons": {

0 commit comments

Comments
 (0)