From 0062292a47467ff358538f5611a1f6a345e9da7e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 31 Jan 2020 03:11:54 +0530 Subject: [PATCH] Prepare for release v4.3 --- CHANGELOG | 16 ++++++++++++++++ README.md | 4 ++-- buku | 6 +++--- buku.1 | 2 +- packagecore.yaml | 23 ++++++++++++++++------- 5 files changed, 38 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 881fef9e..259fcb97 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +Buku v4.3 +2020-01-31 + +- Project renamed to `buku` (small `b`) +- Export tags in markdown format as comments +- Tag support for Org import/export +- Better Windows 10 support +- Reverse proxy support for `bukuserver` +- Config `OPEN_IN_NEW_TAB` for `bukuserver` +- Documentation updated +- Fix Firefox default profile detection +- Fix export to DB failing after search +- Fix broken prompt colors + +------------------------------------------------------------------------------- + Buku v4.2.2 2019-05-02 diff --git a/README.md b/README.md index eb170685..7303e92d 100644 --- a/README.md +++ b/README.md @@ -212,9 +212,9 @@ POWER TOYS: --ai auto-import from Firefox/Chrome/Chromium -e, --export file export bookmarks to Firefox format HTML export Markdown, if file ends with '.md' - format: [title](url), 1 entry per line + format: [title](url) export Orgfile, if file ends with '.org' - format: *[[url][title]], 1 entry per line + format: *[[url][title]] :tags: export buku DB, if file ends with '.db' combines with search results, if opted -i, --import file import bookmarks based on file extension diff --git a/buku b/buku index ba28784f..7d312050 100755 --- a/buku +++ b/buku @@ -53,7 +53,7 @@ try: except ImportError: TypedDict = None # type: ignore -__version__ = '4.2.2' +__version__ = '4.3' __author__ = 'Arun Prakash Jana ' __license__ = 'GPLv3' @@ -4907,9 +4907,9 @@ POSITIONAL ARGUMENTS: description=''' --ai auto-import from Firefox/Chrome/Chromium -e, --export file export bookmarks to Firefox format HTML export Markdown, if file ends with '.md' - format: [title](url), 1 entry per line + format: [title](url) export Orgfile, if file ends with '.org' - format: *[[url][title]] :tags:, 1 entry per line + format: *[[url][title]] :tags: export buku DB, if file ends with '.db' combines with search results, if opted -i, --import file import bookmarks based on file extension diff --git a/buku.1 b/buku.1 index a0222f09..cdccc50e 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "1" "02 May 2019" "Version 4.2.2" "User Commands" +.TH "BUKU" "1" "31 Jan 2020" "Version 4.3" "User Commands" .SH NAME buku \- Bookmark manager like a text-based mini-web .SH SYNOPSIS diff --git a/packagecore.yaml b/packagecore.yaml index 16974601..a1b2bc9e 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -36,6 +36,15 @@ packages: deps: - python # - python-beautifulsoup4 +# - python-certifi + - python-cryptography + - python-urllib3 + centos8.0: + builddeps: + - make + deps: + - python +# - python-beautifulsoup4 # - python-certifi - python-cryptography - python-urllib3 @@ -48,16 +57,16 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora26: + debian10: builddeps: - make deps: - python3 - - python3-beautifulsoup4 + - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3 - fedora27: + fedora29: builddeps: - make deps: @@ -66,7 +75,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora28: + fedora30: builddeps: - make deps: @@ -75,7 +84,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora29: + fedora31: builddeps: - make deps: @@ -84,7 +93,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - opensuse15.1: + opensuse42.3: builddeps: - make deps: @@ -93,7 +102,7 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - opensuse42.3: + opensuse15.1: builddeps: - make deps: