Skip to content

Commit

Permalink
Prepare for release v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jun 15, 2020
1 parent dfcbcc1 commit d097b34
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 22 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
buku v4.4
2020-06-16

- optionally specify output file with `--json`
- confirm auto-tag generation in chatty mode
- unblock GUI browsers when running on WSL
- handle up to 10 server redirects (#452)
- fix issue with reverse proxy (#435)
- use ImportError instead ModuleNotFoundError (#437)
- import pyreadline on windows (#441)
- auto-generated package refresh

-------------------------------------------------------------------------------

Buku v4.3
2020-01-31

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ POWER TOYS:
N=1: URL; N=2: URL, tag; N=3: title;
N=4: URL, title, tag; N=5: title, tag;
N0 (10, 20, 30, 40, 50) omits DB index
-j, --json JSON formatted output for -p and search
-j, --json [file] JSON formatted output for -p and search.
prints to stdout if no arguments provided.
otherwise writes to given file
Expand Down
4 changes: 2 additions & 2 deletions buku
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ try:
except ImportError:
TypedDict = None # type: ignore

__version__ = '4.3'
__version__ = '4.4'
__author__ = 'Arun Prakash Jana <[email protected]>'
__license__ = 'GPLv3'

Expand Down Expand Up @@ -87,7 +87,7 @@ COLORMAP = {k: '\x1b[%sm' % v for k, v in {
'x': '0', 'X': '1', 'y': '7', 'Y': '7;1', 'z': '2',
}.items()}

USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0'
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0'
MYHEADERS = None # Default dictionary of headers
MYPROXY = None # Default proxy
TEXT_BROWSERS = ['elinks', 'links', 'links2', 'lynx', 'w3m', 'www-browser']
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" "31 Jan 2020" "Version 4.3" "User Commands"
.TH "BUKU" "1" "16 Jun 2020" "Version 4.4" "User Commands"
.SH NAME
buku \- Bookmark manager like a text-based mini-web
.SH SYNOPSIS
Expand Down
18 changes: 0 additions & 18 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ packages:
commands:
precompile:
- dnf install python3 python3-cryptography python3-urllib3
debian8:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
debian9:
builddeps:
- make
Expand Down Expand Up @@ -132,15 +123,6 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu14.04:
builddeps:
- make
deps:
- python3
- python3-bs4
- python3-certifi
- python3-cryptography
- python3-urllib3
ubuntu16.04:
builddeps:
- make
Expand Down

6 comments on commit d097b34

@jarun
Copy link
Owner Author

@jarun jarun commented on d097b34 Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rachmadaniHaryono
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on d097b34 Jun 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@eclipseo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done for Fedora F31-F33.

@jarun
Copy link
Owner Author

@jarun jarun commented on d097b34 Jun 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eclipseo please update nnn on fedora. new version was released long back. I pinged you multiple times as well.

@szlin
Copy link
Collaborator

@szlin szlin commented on d097b34 Jun 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version of buku has been uploaded into Debian archive.

Please sign in to comment.