summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2017-09-11 03:46:57 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2017-09-11 04:18:06 +0530
commitcb96692ebfa03e453fb83948b5cfec5b21615eea (patch)
tree7cac7cb7ada778097029e2a6514c7030e187490e
parent803040e6a8914090e6e7fbf34a43aefc46cdf2b8 (diff)
Prepare for release v3.3v3.3
-rw-r--r--CHANGELOG15
-rw-r--r--buku.12
-rwxr-xr-xbuku.py2
3 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e2b23d8..890cedc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/buku.1 b/buku.1
index 672ea89..121c078 100644
--- a/buku.1
+++ b/buku.1
@@ -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
diff --git a/buku.py b/buku.py
index b7da29e..2dda7b3 100755
--- a/buku.py
+++ b/buku.py
@@ -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'