Prepare for release v2.6
This commit is contained in:
parent
2632ca05ba
commit
ee9d72bf53
16
CHANGELOG
16
CHANGELOG
@ -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
2
buku
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user