Skip to content

Commit

Permalink
Prepare for release v3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 18, 2017
1 parent 96412aa commit 092a1f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Buku 3.4
2017-09-18

What's in?
- Export bookmarks (including specific tags) to Buku DB file using `--export`
- Option `--import` can merge Buku DB files now, option `--merge` is retired
- Option `--suggest` now works at prompt as well
- Auto-import issue when Firefox is not installed fixed

-------------------------------------------------------------------------------

Buku 3.3.1
2017-09-11

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ POWER TOYS:
-e, --export file export bookmarks in Firefox format html
export markdown, if file ends with '.md'
format: [title](url), 1 entry per line
use --tag to export only specific tags
export buku DB, if file ends with '.db'
use --tag to export specific tags
-i, --import file import Firefox or Chrome bookmarks html
import markdown, if file ends with '.md'
import buku DB, if file ends with '.db'
Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "BUKU" "1" "Sep 2017" "Version 3.3.1" "User Commands"
.TH "BUKU" "1" "Sep 2017" "Version 3.4" "User Commands"
.SH NAME
buku \- Powerful command-line bookmark manager.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions buku.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from urllib3.util import parse_url, make_headers
import webbrowser

__version__ = '3.3.1'
__version__ = '3.4'
__author__ = 'Arun Prakash Jana <[email protected]>'
__license__ = 'GPLv3'

Expand Down Expand Up @@ -3900,7 +3900,7 @@ def main():
export markdown, if file ends with '.md'
format: [title](url), 1 entry per line
export buku DB, if file ends with '.db'
use --tag to export only specific tags
use --tag to export specific tags
-i, --import file import Firefox or Chrome bookmarks html
import markdown, if file ends with '.md'
import buku DB, if file ends with '.db'
Expand Down

4 comments on commit 092a1f1

@jarun
Copy link
Owner Author

@jarun jarun commented on 092a1f1 Sep 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaggytwodope @szlin @zmwangx Buku v3.4 is released.

@szlin
Copy link
Collaborator

@szlin szlin commented on 092a1f1 Sep 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version of Buku has been updated, thanks @jarun !

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated aur and pypi, ppa builds publishing within the hour.

@jarun
Copy link
Owner Author

@jarun jarun commented on 092a1f1 Sep 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks guys!

Please sign in to comment.