Prepare for release v3.2

This commit is contained in:
Arun Prakash Jana 2017-08-03 09:49:20 +05:30
parent 90254d3af5
commit f56d64d34f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
Buku 3.2
2017-08-03
What's in?
- Option `--suggest` to list and choose similar tags when adding a bookmark
- Ask for a unique tag when importing bookmarks
- Ignore non-generic URLs when importing browser exported bookmarks
-------------------------------------------------------------------------------
Buku 3.1
2017-06-30

2
buku.1
View File

@ -1,4 +1,4 @@
.TH "BUKU" "1" "Jul 2017" "Version 3.1" "User Commands"
.TH "BUKU" "1" "Aug 2017" "Version 3.2" "User Commands"
.SH NAME
buku \- Powerful command-line bookmark manager. Your mini web!
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@ import urllib3
from urllib3.util import parse_url, make_headers
import webbrowser
__version__ = '3.1'
__version__ = '3.2'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'