Prepare for v2.4 release.
This commit is contained in:
parent
d93dd52bc2
commit
b90679aab7
13
CHANGELOG
13
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
|
||||
|
@ -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
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user