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
|
Buku v3.9
|
||||||
Unreleased
|
2018-08-30
|
||||||
|
|
||||||
What's in?
|
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
|
- Retrieve description and tags from page, if available
|
||||||
- Export works with all search options now
|
|
||||||
- Visit cached version on Wayback machine
|
- 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
|
- Several dependencies made _required_ for installation
|
||||||
- bukuserver will use Flask-Admin
|
- 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
|
.SH NAME
|
||||||
buku \- Bookmark manager like a text-based mini-web
|
buku \- Bookmark manager like a text-based mini-web
|
||||||
.SH SYNOPSIS
|
.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
|
from urllib3.util import parse_url, make_headers
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
__version__ = '3.8'
|
__version__ = '3.9'
|
||||||
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
|
__author__ = 'Arun Prakash Jana <engineerarun@gmail.com>'
|
||||||
__license__ = 'GPLv3'
|
__license__ = 'GPLv3'
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ packages:
|
|||||||
deps:
|
deps:
|
||||||
- python
|
- python
|
||||||
# - python-beautifulsoup4
|
# - python-beautifulsoup4
|
||||||
- python-certifi
|
# - python-certifi
|
||||||
- python-cryptography
|
- python-cryptography
|
||||||
- python-urllib3
|
- python-urllib3
|
||||||
commands:
|
commands:
|
||||||
@ -35,7 +35,7 @@ packages:
|
|||||||
deps:
|
deps:
|
||||||
- python
|
- python
|
||||||
# - python-beautifulsoup4
|
# - python-beautifulsoup4
|
||||||
- python-certifi
|
# - python-certifi
|
||||||
- python-cryptography
|
- python-cryptography
|
||||||
- python-urllib3
|
- python-urllib3
|
||||||
debian9:
|
debian9:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user