From cb96692ebfa03e453fb83948b5cfec5b21615eea Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 11 Sep 2017 03:46:57 +0530 Subject: [PATCH] Prepare for release v3.3 --- CHANGELOG | 15 +++++++++++++++ buku.1 | 2 +- buku.py | 2 +- 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 ' __license__ = 'GPLv3'