Prepare for v3.0

This commit is contained in:
Arun Prakash Jana 2017-04-26 10:18:36 +05:30
parent 86b85dfb32
commit dd06f2acf6
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,25 @@
Buku 3.0
2017-04-26
What's in?
- Edit bookmarks in EDITOR at prompt
- Import folder names as tags from browser html (thanks @mohammadKhalifa)
- Append, overwrite, delete tags at prompt using >>, >, << (familiar, eh? ;))
- Negative indices with `--print` (like `tail`)
- Update in EDITOR along with `--immutable`
- Request HTTP HEAD for immutable records
- Interface revamp (title on top in bold, colour changes...)
- Per-level colourful logs in colour mode
- Changes in program OPTIONS
- `-t` stands for tag search (earlier `--title`)
- `-r` stands for regex search (earlier `--replace`)
- Lots of new automated test cases (thanks @rachmadaniHaryono)
- REST APIs for server-side apps (thanks @kishore-narendran)
- Document, notify behaviour when not invoked from tty (thanks @The-Compiler)
- Fix Firefox tab-opening issues on Windows (thanks @dertuxmalwieder)
-------------------------------------------------------------------------------
Buku 2.9
2017-02-20

2
buku.1
View File

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