summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2019-04-30 07:47:42 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2019-04-30 07:52:00 +0530
commitcd302c45ac995b45c46b3f9f13b6e9626521121f (patch)
treeb9fe4cddabc24e69938fb410092872433c169f10
parent5f101363cf68f7666d4f5b28f0887ee07e916054 (diff)
Prepare for release v4.2v4.2
-rw-r--r--CHANGELOG11
-rw-r--r--README.md6
-rwxr-xr-xbuku8
-rw-r--r--buku.12
-rw-r--r--packagecore.yaml13
5 files changed, 30 insertions, 10 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 42a55f6..abb1127 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+Buku v4.2
+2019-04-30
+
+- Disabled appending tags from page on update
+- Improved Windows color support using colorama (optional dep)
+- New format option to show only title and tag
+- Python 3.4 is EOL, support discontinued
+- Several fixes and code refactor
+
+-------------------------------------------------------------------------------
+
Buku v4.1
2019-01-15
diff --git a/README.md b/README.md
index 1bccbd5..3c56dc6 100644
--- a/README.md
+++ b/README.md
@@ -231,9 +231,9 @@ POWER TOYS:
print all bookmarks, if no arguments
-n shows the last n results (like tail)
-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.
+ N=1: URL; N=2: URL, tag; N=3: title;
+ N=4: URL, title, tag; N=5: title, tag;
+ N0 (10, 20, 30, 40, 50) omits DB index
-j, --json JSON formatted output for -p and search
--colors COLORS set output colors in five-letter string
--nc disable color output
diff --git a/buku b/buku
index 5f1217a..500ccbe 100755
--- a/buku
+++ b/buku
@@ -51,7 +51,7 @@ try:
except ImportError:
TypedDict = None # type: ignore
-__version__ = '4.1'
+__version__ = '4.2'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'
@@ -4827,9 +4827,9 @@ POSITIONAL ARGUMENTS:
print all bookmarks, if no arguments
-n shows the last n results (like tail)
-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.
+ N=1: URL; N=2: URL, tag; N=3: title;
+ N=4: URL, title, tag; N=5: title, tag;
+ N0 (10, 20, 30, 40, 50) omits DB index
-j, --json JSON formatted output for -p and search
--colors COLORS set output colors in five-letter string
--nc disable color output
diff --git a/buku.1 b/buku.1
index bcadeb6..b3c26ea 100644
--- a/buku.1
+++ b/buku.1
@@ -1,4 +1,4 @@
-.TH "BUKU" "1" "15 Jan 2019" "Version 4.1" "User Commands"
+.TH "BUKU" "1" "30 Apr 2019" "Version 4.2" "User Commands"
.SH NAME
buku \- Bookmark manager like a text-based mini-web
.SH SYNOPSIS
diff --git a/packagecore.yaml b/packagecore.yaml
index 2e199fd..32c95d7 100644
--- a/packagecore.yaml
+++ b/packagecore.yaml
@@ -18,7 +18,7 @@ packages:
- python-urllib3
container: "archlinux/base"
# centos no beautifulsoup4
- centos7.3:
+ centos7.5:
builddeps:
- make
deps:
@@ -30,7 +30,7 @@ packages:
commands:
pre:
- yum install epel-release
- centos7.4:
+ centos7.6:
builddeps:
- make
deps:
@@ -84,6 +84,15 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
+ opensuse15.1:
+ builddeps:
+ - make
+ deps:
+ - python3
+ - python3-beautifulsoup4
+ - python3-certifi
+ - python3-cryptography
+ - python3-urllib3
opensuse42.3:
builddeps:
- make