summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2020-06-16 03:36:10 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2020-06-16 04:45:26 +0530
commitd097b34ccfe457b23056a1fc4c25cd92e39e84ac (patch)
tree942c9707a28a43a422eae54e35dac6cd9eec6038
parentdfcbcc146d278eedbd828d1743193a2585b20622 (diff)
Prepare for release v4.4v4.4
-rw-r--r--CHANGELOG14
-rw-r--r--README.md1
-rwxr-xr-xbuku4
-rw-r--r--buku.12
-rw-r--r--packagecore.yaml18
5 files changed, 17 insertions, 22 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 87179e4..6626912 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+buku v4.4
+2020-06-16
+
+- optionally specify output file with `--json`
+- confirm auto-tag generation in chatty mode
+- unblock GUI browsers when running on WSL
+- handle up to 10 server redirects (#452)
+- fix issue with reverse proxy (#435)
+- use ImportError instead ModuleNotFoundError (#437)
+- import pyreadline on windows (#441)
+- auto-generated package refresh
+
+-------------------------------------------------------------------------------
+
Buku v4.3
2020-01-31
diff --git a/README.md b/README.md
index f3728d8..95b2928 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,6 @@ POWER TOYS:
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
-j, --json [file] JSON formatted output for -p and search.
prints to stdout if no arguments provided.
otherwise writes to given file
diff --git a/buku b/buku
index 95530b7..936988a 100755
--- a/buku
+++ b/buku
@@ -56,7 +56,7 @@ try:
except ImportError:
TypedDict = None # type: ignore
-__version__ = '4.3'
+__version__ = '4.4'
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
__license__ = 'GPLv3'
@@ -87,7 +87,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'x': '0', 'X': '1', 'y': '7', 'Y': '7;1', 'z': '2',
}.items()}
-USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0'
+USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0'
MYHEADERS = None # Default dictionary of headers
MYPROXY = None # Default proxy
TEXT_BROWSERS = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser']
diff --git a/buku.1 b/buku.1
index b42bc33..d96d32d 100644
--- a/buku.1
+++ b/buku.1
@@ -1,4 +1,4 @@
-.TH "BUKU" "1" "31 Jan 2020" "Version 4.3" "User Commands"
+.TH "BUKU" "1" "16 Jun 2020" "Version 4.4" "User Commands"
.SH NAME
buku \- Bookmark manager like a text-based mini-web
.SH SYNOPSIS
diff --git a/packagecore.yaml b/packagecore.yaml
index 11a8cb0..0b8e998 100644
--- a/packagecore.yaml
+++ b/packagecore.yaml
@@ -60,15 +60,6 @@ packages:
commands:
precompile:
- dnf install python3 python3-cryptography python3-urllib3
- debian8:
- builddeps:
- - make
- deps:
- - python3
- - python3-bs4
- - python3-certifi
- - python3-cryptography
- - python3-urllib3
debian9:
builddeps:
- make
@@ -132,15 +123,6 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
- ubuntu14.04:
- builddeps:
- - make
- deps:
- - python3
- - python3-bs4
- - python3-certifi
- - python3-cryptography
- - python3-urllib3
ubuntu16.04:
builddeps:
- make