summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2016-09-11 23:38:00 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2016-09-12 00:10:57 +0530
commitb90679aab7ae1ae2ee54353c5a1ba89469e5d79a (patch)
treecf4a7ac4907b7e2a9772d1af5eced252d7983953
parentd93dd52bc2722c2b678294f78d87b750f9edf54b (diff)
Prepare for v2.4 release.v2.4
-rw-r--r--CHANGELOG13
-rw-r--r--README.md1
-rwxr-xr-xbuku2
-rw-r--r--buku.12
4 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 35d8312..5a12e78 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/README.md b/README.md
index 970d814..cb60713 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/buku b/buku
index a36b17a..c013d7d 100755
--- a/buku
+++ b/buku
@@ -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
diff --git a/buku.1 b/buku.1
index c7420ad..79f5afe 100644
--- a/buku.1
+++ b/buku.1
@@ -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