Skip to content

Buku 1.8

Compare
Choose a tag to compare
@jarun jarun released this 26 Mar 16:06
· 1822 commits to master since this release

Modifications

  • Auto compact DB on single record removal
  • Handle piped input
  • Better tag management
    • Tag modify or delete support
    • Show unique tags alphabetically
  • Full DB refresh
    • Fix stuff broken earlier
    • Optimize to update titles only
    • Update titles only if non-empty to preserve earlier data
  • Redirection
    • Handle multiple redirections
    • Detect redirection loop and break
    • Show redirected link in bold
  • List all bookmarks with no title or tags (for manual bookkeeping)
  • Confirm full DB removal
  • Better comma (,) separator handling for tags
  • Help
    • Place regular options before power options in program help
    • Help added in man page for quick reference
    • Additional examples for new features
  • Errors & warnings
    • Error out if both encrypted and flat DB files exist
    • Catchier error and warning messages
    • Graceful SIGINT handler
  • Homebrew and Linuxbrew integration
  • Lots of reformatting and redundant code removal