Releases: jarun/buku
Releases · jarun/buku
buku v4.1
Buku v4.0
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
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
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
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
Buku v3.5
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
Buku v3.3.1
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
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