From a0aadec0a843c6d3a873edbefff8a253507d7256 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 20 Oct 2016 08:41:18 +0530 Subject: [PATCH] Prepare for release v2.5. --- CHANGELOG | 15 +++++++++++++++ README.md | 15 +++++---------- buku | 2 +- buku.1 | 2 +- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5a12e78b..4c119fd9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,18 @@ +Buku v2.5 +2016-10-20 + +Modifications +- Export specific tags to HTML +- Fixed obvious issues on Windows +- Open a random bookmark with option --open +- Support lists and ranges with --print +- Show a bookmark on tag append +- Show only title with --format=3 +- PEP8 compliance fixes +- Buku GUI integration documented + +------------------------------------------------------------------------------- + Buku v2.4 2016-09-12 diff --git a/README.md b/README.md index 13698479..b91b2059 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,6 @@ With tagging and multiple options to search bookmarks, including a deep scan mod Though a terminal utility, it's possible to add bookmarks to `buku` without touching the terminal! Refer to the section on [GUI integration](#gui-integration). If you prefer the terminal, thanks to the shell completion scripts, you don't need to memorize any of the options. There's an Easter egg to revisit random forgotten bookmarks too. -### Upcoming - -- Export specific tags as HTML -- Open a random bookmark -

Donate @@ -102,11 +97,11 @@ To remove, run: ### Installing with a package manager `buku` is also available on - - [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 - - [Debian Sid](https://packages.debian.org/sid/buku) - - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) +- [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 +- [Debian Sid](https://packages.debian.org/sid/buku) +- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) ### Debian package diff --git a/buku b/buku index 7128988d..cb2520f8 100755 --- a/buku +++ b/buku @@ -46,7 +46,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.4' # Program version +_VERSION_ = '2.5' # Program version # Crypto globals BLOCKSIZE = 65536 diff --git a/buku.1 b/buku.1 index d02165e5..4ac112bb 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "1" "Sep 2016" "Version 2.4" "User Commands" +.TH "BUKU" "1" "Oct 2016" "Version 2.5" "User Commands" .SH NAME buku \- A powerful command-line bookmark manager. Your mini web! .SH SYNOPSIS