Prepare for release v3.9
This commit is contained in:
parent
77894f830e
commit
d54044c85e
10
CHANGELOG
10
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
|
||||
|
||||
|
2
buku.1
2
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
|
||||
|
2
buku.py
2
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 <engineerarun@gmail.com>'
|
||||
__license__ = 'GPLv3'
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user