Prepare for release v3.9

This commit is contained in:
Arun Prakash Jana 2018-08-30 06:58:33 +05:30
parent 77894f830e
commit d54044c85e
No known key found for this signature in database
GPG Key ID: A75979F35C080412
4 changed files with 9 additions and 9 deletions

View File

@ -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

2
buku.1
View File

@ -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

View File

@ -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 <engineerarun@gmail.com>'
__license__ = 'GPLv3'

View File

@ -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: