Prepare for release v3.3

This commit is contained in:
Arun Prakash Jana 2017-09-11 03:46:57 +05:30
parent 803040e6a8
commit cb96692ebf
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
Buku 3.3
2017-09-11
What's in?
- Auto-import (`--ai`) bookmarks from Firefox and Google Chrome
- Support custom colors (`--colors`)
- Search multiple tags (with exclusion)
- Timestamp (YYYYMonDD) tag in auto-imported bookmarks
- Enable browser output for text browsers
- Generate documentation in RTD using Sphinx (http://buku.readthedocs.io)
- Integrated flake8 and pylint in Travis CI
- Integrated PackageCore to auto-generate packages in Travis CI
-------------------------------------------------------------------------------
Buku 3.2
2017-08-03

2
buku.1
View File

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

View File

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