From d54044c85e938bbf53c76e356a45651b8413cb88 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 30 Aug 2018 06:58:33 +0530 Subject: [PATCH] Prepare for release v3.9 --- CHANGELOG | 10 +++++----- buku.1 | 2 +- buku.py | 2 +- packagecore.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d08b2dc..f4ab581 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,12 @@ -Buku v3.X -Unreleased +Buku v3.9 +2018-08-30 What's in? -- Show search results in pages +- Set number of search results per page (default 10) - Retrieve description and tags from page, if available -- Export works with all search options now - Visit cached version on Wayback machine -- Switched to user agent for Firefox on Ubuntu +- Export works with all search options now +- Changed user agent to Firefox on Ubuntu - Several dependencies made _required_ for installation - bukuserver will use Flask-Admin diff --git a/buku.1 b/buku.1 index 85c8c77..c559595 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "1" "24 May 2018" "Version 3.8" "User Commands" +.TH "BUKU" "1" "30 Aug 2018" "Version 3.9" "User Commands" .SH NAME buku \- Bookmark manager like a text-based mini-web .SH SYNOPSIS diff --git a/buku.py b/buku.py index 54e3ba8..8b9a7c0 100755 --- a/buku.py +++ b/buku.py @@ -44,7 +44,7 @@ from urllib3.exceptions import LocationParseError from urllib3.util import parse_url, make_headers import webbrowser -__version__ = '3.8' +__version__ = '3.9' __author__ = 'Arun Prakash Jana ' __license__ = 'GPLv3' diff --git a/packagecore.yaml b/packagecore.yaml index 9580fa2..8239415 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -23,7 +23,7 @@ packages: deps: - python # - python-beautifulsoup4 - - python-certifi +# - python-certifi - python-cryptography - python-urllib3 commands: @@ -35,7 +35,7 @@ packages: deps: - python # - python-beautifulsoup4 - - python-certifi +# - python-certifi - python-cryptography - python-urllib3 debian9: