Prepare for release v3.5

This commit is contained in:
Arun Prakash Jana 2017-11-10 10:51:06 +05:30
parent ac77c8fc18
commit 3566e26268
No known key found for this signature in database
GPG Key ID: A75979F35C080412
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,19 @@
Buku 3.5
2017-11-10
What's in?
- Buku now has its own user agent
- Search works with field filters
- Edit the last record with `-w=-1` (useful when adding bookmark from GUI)a
- Support for Chromium browser
- Colors disabled by default on cmd (Windows), option `--colors` has to be used
- Get default Firefox profile name from profiles.ini
- Bash scriptlet to autogen records for testing
- Some optimization in add record and suggest tags
- A fresh utility Pinku to import Pinboard bookmarks to Buku
-------------------------------------------------------------------------------
Buku 3.4
2017-09-18

View File

@ -218,7 +218,7 @@ POWER TOYS:
-f, --format N limit fields in -p or Json search output
N=1: URL, N=2: URL and tag, N=3: title,
N=4: URL, title and tag. To omit DB index,
use N0, e.g, 10, 20, 30, 40.
use N0, e.g., 10, 20, 30, 40.
-j, --json Json formatted output for -p and search
--colors COLORS set output colors in five-letter string
--nc disable color output

2
buku.1
View File

@ -1,4 +1,4 @@
.TH "BUKU" "1" "Sep 2017" "Version 3.4" "User Commands"
.TH "BUKU" "1" "10 Nov 2017" "Version 3.5" "User Commands"
.SH NAME
buku \- Powerful command-line bookmark manager.
.SH SYNOPSIS

View File

@ -40,7 +40,7 @@ from urllib3.exceptions import LocationParseError
from urllib3.util import parse_url, make_headers
import webbrowser
__version__ = '3.4'
__version__ = '3.5'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'