Skip to content

Releases: jarun/buku

buku v4.1

31 Jan 02:49
v4.1
Compare
Choose a tag to compare

What's in?

  • Import firefox-exported json
  • Fix auto-import for firefox
  • Fix write to GNU Screen paste buffer
  • Some CVE fixes

Buku v4.0

01 Nov 17:17
v4.0
62517b7
Compare
Choose a tag to compare

What's in?

  • Show records in pages with option -p (works with -n, default 10)
  • Enhanced clipboard support: xclip, tmux, GNU Screen, Termux
  • Prompt key O works with search results along with GUI browser toggling
  • Search by taglist id with prompt key g
  • Multiple fixes

Buku v3.9

30 Aug 13:27
v3.9
d54044c
Compare
Choose a tag to compare

What's in?

  • Set number of search results per page (default 10)
  • Retrieve description and tags from page, if available
  • Visit cached version on Wayback machine
  • Export works with all search options now
  • Changed user agent to Firefox on Ubuntu
  • Several dependencies made required for installation
  • bukuserver will use Flask-Admin

Note: bukuserver needs to be installed from PyPi.

Buku v3.8

24 May 03:45
v3.8
d48eba9
Compare
Choose a tag to compare

What's in?

  • A self-hosted http server, bukuserver, that exposes core functionality
    • browsable frontend on a local webhost server
    • flask default cli interface is used instead custom one
    • handle not only api but also html request
    • statistic page
    • CRUD on bookmark
    • replaces the earlier api module
    • needs to be installed from PyPi for the time being
  • Import complete folder hierarchy as tags during auto-import
  • Merge tags on import even if bookmark URL exists
  • Orgfile import/export
  • Show bookmarks to be deleted before deletion
  • Merge tags during import if bookmark exists
  • Escape regex metachars in regex input

Buku v3.7

28 Mar 04:11
v3.7
87c1708
Compare
Choose a tag to compare

What's in?

  • Exclude keywords in search (keyword filtering)
  • Search and filter by tags
  • Order search results by number of keyword matches
  • Copy URL to clipboard
  • Prompt shortcut 'O' to override text browsers
  • New official packagers: Fedora, Gentoo, OpenBSD, openSUSE

Buku v3.6

09 Jan 09:57
v3.6
454b136
Compare
Choose a tag to compare

What's in?

  • Skip bookmark addition if edit is aborted
  • Use urllib3 for handling http connections everywhere
  • Fix auto-import on FreeBSD
  • Generate packages for openSUSE Leap 42.3

Buku v3.5

10 Nov 05:33
v3.5
3566e26
Compare
Choose a tag to compare

What's in?

  • Buku now has its own user agent
  • Search works with field filters
  • Edit the last record with -w=-1 (useful when adding bookmark from GUI)
  • Support for Chromium browser
  • Colors disabled by default on cmd (Windows), option --colors has to be used
  • Get default Firefox profile name from profiles.ini
  • Bash scriptlet to autogen records for testing
  • Some optimization in add record and suggest tags
  • A fresh utility Pinku to import Pinboard bookmarks to Buku

Buku v3.4

18 Sep 06:15
v3.4
092a1f1
Compare
Choose a tag to compare

What's in?

  • Export bookmarks (including specific tags) to Buku DB file using --export
  • Option --import can merge Buku DB files now, option --merge is retired
  • Option --suggest now works at prompt as well
  • Auto-import issue when Firefox is not installed fixed

Buku v3.3.1

11 Sep 03:13
v3.3.1
07f5ab4
Compare
Choose a tag to compare

This is for all purposes the same as release v3.3. We had to re-upload a new version to PyPi and hence the new tag. Functionality remains the same.

The tagline is changed to - Powerful command-line bookmark manager.

Buku v3.3

10 Sep 22:58
v3.3
cb96692
Compare
Choose a tag to compare

What's in?

  • Auto-import (--ai) bookmarks from Firefox and Google Chrome
    • Unfortunately, the feature breaks if Firefox is not installed. This is fixed in master. Till the next release (v3.4), please use master or install Firefox.
  • Support custom colors (--colors)
  • Search multiple tags (with exclusion)
  • Timestamp (YYYYMonDD) tag in auto-imported bookmarks
  • Enable browser output for text browsers
  • Documentation in RTD (http://buku.readthedocs.io)
  • Integrated flake8 and pylint in Travis CI
  • Integrated PackageCore to auto-generate packages in Travis CI