From 71db8c2cff40d38ee49ca345339da6cb94758ea9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 29 Dec 2020 08:32:25 +0530 Subject: [PATCH] Prepare for release v4.5 --- CHANGELOG | 16 ++++++++++++++++ buku | 4 ++-- buku.1 | 2 +- packagecore.yaml | 38 +++++++++++++++++++------------------- 4 files changed, 38 insertions(+), 22 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6626912..925af0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +buku v4.5 +2020-12-29 + +- Fix encryption and decryption (#480) +- Fix Wayback Machine API query +- Support wayland native copier `wl-copy` +- Add bookmarklet for bukuserver (#385) +- Delete by tag without prompting for each bookmark (#458) +- Fix issue with utf-8 characters in bookmark titles (#456) +- Fix reomve all tags from prompt (#467) +- Example to fuzzy search and preview in Quickstart section +- Replace debug option `-z` with `-g` +- Support python 3.9, retire python 3.5 + +------------------------------------------------------------------------------- + buku v4.4 2020-06-16 diff --git a/buku b/buku index 98a7f1e..540c7d5 100755 --- a/buku +++ b/buku @@ -57,7 +57,7 @@ try: except ImportError: TypedDict = None # type: ignore -__version__ = '4.4' +__version__ = '4.5' __author__ = 'Arun Prakash Jana ' __license__ = 'GPLv3' @@ -88,7 +88,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:77.0) Gecko/20100101 Firefox/77.0' +USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.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 9a00a78..0b1af63 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "1" "16 Jun 2020" "Version 4.4" "User Commands" +.TH "BUKU" "1" "29 Dec 2020" "Version 4.5" "User Commands" .SH NAME buku \- Bookmark manager like a text-based mini-web .SH SYNOPSIS diff --git a/packagecore.yaml b/packagecore.yaml index 0b8e998..f519f86 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -7,16 +7,16 @@ commands: install: - make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}" packages: - archlinux: - builddeps: - - make - deps: - - python - - python-beautifulsoup4 - - python-certifi - - python-cryptography - - python-urllib3 - container: "archlinux/base" +# archlinux: +# builddeps: +# - make +# deps: +# - python +# - python-beautifulsoup4 +# - python-certifi +# - python-cryptography +# - python-urllib3 +# container: "archlinux/base" # centos no beautifulsoup4 centos7.5: builddeps: @@ -78,15 +78,6 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora30: - builddeps: - - make - deps: - - python3 - - python3-beautifulsoup4 - - python3-certifi - - python3-cryptography - - python3-urllib3 fedora31: builddeps: - make @@ -114,6 +105,15 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 + opensuse15.2: + builddeps: + - make + deps: + - python3 + - python3-beautifulsoup4 + - python3-certifi + - python3-cryptography + - python3-urllib3 opensuse.tumbleweed: builddeps: - make