Skip to content

Buku 1.9

Compare
Choose a tag to compare
@jarun jarun released this 22 Apr 18:44
· 1799 commits to master since this release
e998448

Modifications

  • New location for database file (refer to README or man page). The old database file, if exists, is migrated automatically.
  • Removed options
    • -P: (print all) is now -p 0
    • -D: (delete all) is now -d 0
    • -R: (update all) is now -u 0
    • -w: title web fetch is now the default behaviour, override with -m title option
  • Change in search behaviour
    • -s: search bookmarks for ANY keyword in URL, title or tags
    • -S: search bookmarks for ALL keywords in URL, title or tags
  • Update only title of a bookmark (-u N)
  • Set empty title (-m none)
  • Support HTTP(S) gzip compression
  • Optional JSON output for -p and -s options (thanks @CaptainQuirk)
  • Reformatted help and man page with general options on top
  • Optimize add and insert: ensure URL is not in DB already
  • Handle URLs passed with %xx escape
  • Retry with truncated resource path on HTTP error 500
  • Several code optimizations
  • Catchier errors and warnings
  • Version added to debug logs