Skip to content

Commit

Permalink
Prepare for release v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 29, 2020
1 parent eceb784 commit 71db8c2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 17 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
buku v4.5
2020-12-29

- Fix encryption and decryption (#480)
- Fix Wayback Machine API query
- Support wayland native copier `wl-copy`
- Add bookmarklet for bukuserver (#385)
- Delete by tag without prompting for each bookmark (#458)
- Fix issue with utf-8 characters in bookmark titles (#456)
- Fix reomve all tags from prompt (#467)
- Example to fuzzy search and preview in Quickstart section
- Replace debug option `-z` with `-g`
- Support python 3.9, retire python 3.5

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

buku v4.4
2020-06-16

Expand Down
4 changes: 2 additions & 2 deletions buku
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ try:
except ImportError:
TypedDict = None # type: ignore

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

Expand Down Expand Up @@ -88,7 +88,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:77.0) Gecko/20100101 Firefox/77.0'
USER_AGENT = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.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" "16 Jun 2020" "Version 4.4" "User Commands"
.TH "BUKU" "1" "29 Dec 2020" "Version 4.5" "User Commands"
.SH NAME
buku \- Bookmark manager like a text-based mini-web
.SH SYNOPSIS
Expand Down
28 changes: 14 additions & 14 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ commands:
install:
- make PREFIX="/usr" install DESTDIR="${BP_DESTDIR}"
packages:
archlinux:
builddeps:
- make
deps:
- python
- python-beautifulsoup4
- python-certifi
- python-cryptography
- python-urllib3
container: "archlinux/base"
# archlinux:
# builddeps:
# - make
# deps:
# - python
# - python-beautifulsoup4
# - python-certifi
# - python-cryptography
# - python-urllib3
# container: "archlinux/base"
# centos no beautifulsoup4
centos7.5:
builddeps:
Expand Down Expand Up @@ -78,7 +78,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora30:
fedora31:
builddeps:
- make
deps:
Expand All @@ -87,7 +87,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora31:
fedora32:
builddeps:
- make
deps:
Expand All @@ -96,7 +96,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora32:
opensuse15.1:
builddeps:
- make
deps:
Expand All @@ -105,7 +105,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
opensuse15.1:
opensuse15.2:
builddeps:
- make
deps:
Expand Down

0 comments on commit 71db8c2

Please sign in to comment.