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 | 51 ++++++++++++++++++++++++++++-------------------- 5 files changed, 52 insertions(+), 27 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 881fef9..259fcb9 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 eb17068..7303e92 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 ba28784..7d31205 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 a0222f0..cdccc50 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 1697460..a1b2bc9 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,30 +57,12 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - fedora26: + debian10: builddeps: - make deps: - python3 - - python3-beautifulsoup4 - - python3-certifi - - python3-cryptography - - python3-urllib3 - fedora27: - builddeps: - - make - deps: - - python3 - - python3-beautifulsoup4 - - python3-certifi - - python3-cryptography - - python3-urllib3 - fedora28: - builddeps: - - make - deps: - - python3 - - python3-beautifulsoup4 + - python3-bs4 - python3-certifi - python3-cryptography - python3-urllib3 @@ -84,7 +75,16 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 - opensuse15.1: + fedora30: + builddeps: + - make + deps: + - python3 + - python3-beautifulsoup4 + - python3-certifi + - python3-cryptography + - python3-urllib3 + fedora31: builddeps: - make deps: @@ -102,6 +102,15 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 + opensuse15.1: + builddeps: + - make + deps: + - python3 + - python3-beautifulsoup4 + - python3-certifi + - python3-cryptography + - python3-urllib3 ubuntu16.04: builddeps: - make