Prepare for release v3.1

This commit is contained in:
Arun Prakash Jana 2017-07-10 22:16:30 +05:30
parent c9179f638d
commit e4cfb4b0f8
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
Buku 3.1
2017-06-30
What's in?
- Handle negative indices (like tail) with option `-p`
- Support browsing bookmarks from prompt (key `o`)
- Add program search keywords to history
- Support XDG_DATA_HOME and HOME as env vars on all platforms
- Replace %USERPROFILE% with %APPDATA% as install location on Windows
-------------------------------------------------------------------------------
Buku 3.0
2017-04-26

2
buku.1
View File

@ -1,4 +1,4 @@
.TH "BUKU" "1" "Apr 2017" "Version 3.0" "User Commands"
.TH "BUKU" "1" "Jul 2017" "Version 3.1" "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.0'
__version__ = '3.1'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'