Prepare for release v2.6

This commit is contained in:
Arun Prakash Jana 2016-11-04 18:16:00 +05:30
parent 2632ca05ba
commit ee9d72bf53
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,19 @@
Buku v2.6
2016-11-04
Modifications
- Support Markdown import/export
- Support regex search
- New option `--upstream` to check latest upstream version
- Fix search and delete behaviour
- Lot of code reformatting, performance improvements
- Use delayed commit wherever possible (e.g. bulk deletion cases)
- When a range is specified, consider 0 as ALL
- Added option to control verbosity in some APIs
- In-source documentation update
-------------------------------------------------------------------------------
Buku v2.5
2016-10-20

2
buku
View File

@ -47,7 +47,7 @@ tagsearch = False # Search bookmarks by tag
title_data = None # Title fetched from a webpage
interrupted = False # Received SIGINT
DELIM = ',' # Delimiter used to store tags in DB
_VERSION_ = '2.5' # Program version
_VERSION_ = '2.6' # Program version
# Crypto globals
BLOCKSIZE = 65536

2
buku.1
View File

@ -1,4 +1,4 @@
.TH "BUKU" "1" "Oct 2016" "Version 2.5" "User Commands"
.TH "BUKU" "1" "Nov 2016" "Version 2.6" "User Commands"
.SH NAME
buku \- A powerful command-line bookmark manager. Your mini web!
.SH SYNOPSIS