Skip to content

Commit

Permalink
Prepare for release v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 4, 2016
1 parent 2632ca0 commit ee9d72b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion buku
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ee9d72b

Please sign in to comment.