Prepare for v2.4 release.

This commit is contained in:
Arun Prakash Jana 2016-09-11 23:38:00 +05:30
parent d93dd52bc2
commit b90679aab7
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,16 @@
Buku v2.4
2016-09-12
Modifications
- Exact word match support using regex (**default**)
- New option --deep to scan matching substrings
- Support DB index lists and ranges in update operation
- Open a list or range of search results in browser
- Open all search results in browser
- A more concise prompt
- PEP8 compliance (almost)
- Tons of new test cases added (thanks @wheresmyjetpack)
-------------------------------------------------------------------------------
Buku v2.3

View File

@ -97,6 +97,7 @@ To remove, run:
- [AUR](https://aur.archlinux.org/packages/buku/) for Arch Linux
- Void Linux repos ( `$ sudo xbps-install -S buku` )
- [Homebrew](http://braumeister.org/formula/buku) for OS X, or its Linux fork, [Linuxbrew](https://github.com/Linuxbrew/linuxbrew/blob/master/Library/Formula/buku.rb)
- [Debian Sid](https://packages.debian.org/unstable/main/buku)
### Debian package

2
buku
View File

@ -42,7 +42,7 @@ tagsearch = False # Search bookmarks by tag
titleData = None # Title fetched from a webpage
interrupted = False # Received SIGINT
DELIMITER = ',' # Delimiter used to store tags in DB
_VERSION_ = '2.3' # Program version
_VERSION_ = '2.4' # Program version
# Crypto globals
BLOCKSIZE = 65536

2
buku.1
View File

@ -1,4 +1,4 @@
.TH "BUKU" "1" "Jul 2016" "Version 2.3" "User Commands"
.TH "BUKU" "1" "Sep 2016" "Version 2.4" "User Commands"
.SH NAME
buku \- A powerful command-line bookmark manager. Your mini web!
.SH SYNOPSIS