Skip to content

Commit

Permalink
Prepare for release v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jan 30, 2020
1 parent 5c55929 commit 0062292
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <!-- TAGS -->
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
Expand Down
6 changes: 3 additions & 3 deletions buku
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ try:
except ImportError:
TypedDict = None # type: ignore

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

Expand Down Expand Up @@ -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) <!-- TAGS -->
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
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" "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
Expand Down
23 changes: 16 additions & 7 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -66,7 +75,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora28:
fedora30:
builddeps:
- make
deps:
Expand All @@ -75,7 +84,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
fedora29:
fedora31:
builddeps:
- make
deps:
Expand All @@ -84,7 +93,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
opensuse15.1:
opensuse42.3:
builddeps:
- make
deps:
Expand All @@ -93,7 +102,7 @@ packages:
- python3-certifi
- python3-cryptography
- python3-urllib3
opensuse42.3:
opensuse15.1:
builddeps:
- make
deps:
Expand Down

6 comments on commit 0062292

@jarun
Copy link
Owner Author

@jarun jarun commented on 0062292 Jan 31, 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 0062292 Jan 31, 2020

Choose a reason for hiding this comment

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

Thank you!

@jarun
Copy link
Owner Author

@jarun jarun commented on 0062292 Feb 26, 2020

Choose a reason for hiding this comment

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

@eclipseo can you please update buku on Fedora?

@eclipseo
Copy link

Choose a reason for hiding this comment

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

@eclipseo can you please update buku on Fedora?

@jarun I've updated all your packages, Sorry I was away for health reasons.

@jarun
Copy link
Owner Author

@jarun jarun commented on 0062292 Jul 1, 2020

Choose a reason for hiding this comment

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

Thank you! Hope you have recovered.

Please sign in to comment.