Skip to content

Commit

Permalink
Prepare for release v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 30, 2018
1 parent 77894f8 commit d54044c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion buku.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from urllib3.util import parse_url, make_headers
import webbrowser

__version__ = '3.8'
__version__ = '3.9'
__author__ = 'Arun Prakash Jana <[email protected]>'
__license__ = 'GPLv3'

Expand Down
4 changes: 2 additions & 2 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
deps:
- python
# - python-beautifulsoup4
- python-certifi
# - python-certifi
- python-cryptography
- python-urllib3
commands:
Expand All @@ -35,7 +35,7 @@ packages:
deps:
- python
# - python-beautifulsoup4
- python-certifi
# - python-certifi
- python-cryptography
- python-urllib3
debian9:
Expand Down

0 comments on commit d54044c

Please sign in to comment.