Prepare for release v3.1
This commit is contained in:
parent
c9179f638d
commit
e4cfb4b0f8
12
CHANGELOG
12
CHANGELOG
@ -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
|
Buku 3.0
|
||||||
2017-04-26
|
2017-04-26
|
||||||
|
|
||||||
|
2
buku.1
2
buku.1
@ -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
|
.SH NAME
|
||||||
buku \- Powerful command-line bookmark manager. Your mini web!
|
buku \- Powerful command-line bookmark manager. Your mini web!
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
2
buku.py
2
buku.py
@ -37,7 +37,7 @@ import urllib3
|
|||||||
from urllib3.util import parse_url, make_headers
|
from urllib3.util import parse_url, make_headers
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
__version__ = '3.0'
|
__version__ = '3.1'
|
||||||
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
|
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
|
||||||
__license__ = 'GPLv3'
|
__license__ = 'GPLv3'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user