Package Release Info

python-buku-3.7-bp152.3.15

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-buku
python3-buku-bash-completion
python3-buku-fish-completion
python3-buku-zsh-completion

Change Logs

Version: 3.7-bp150.2.4
* Wed Mar 28 2018 aloisio@gmx.com
- Update to version 3.7
  * 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
  version 3.6
  * Skip bookmark addition if edit is aborted
  * Use urllib3 for handling http connections everywhere
* Fri Nov 10 2017 aloisio@gmx.com
- Update to version 3.5
  * 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
  * 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
* Mon Sep 18 2017 aloisio@gmx.com
- Update to version 3.4
  * 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
* Mon Sep 11 2017 aloisio@gmx.com
- Update to version 3.3.1
  * Auto-import (--ai) bookmarks from Firefox and Google Chrome
  * Support custom colors (--colors)
  * Search multiple tags (with exclusion)
  * Timestamp (YYYYMonDD) tag in auto-imported bookmarks
  * Enable browser output for text browsers
  * Generate documentation in RTD using Sphinx
    (http://buku.readthedocs.io)
  * Integrated flake8 and pylint in Travis CI
  * Integrated PackageCore to auto-generate packages in Travis CI
* Thu Aug 03 2017 aloisio@gmx.com
- Update to version 3.2
  * Option `--suggest` to list and choose similar tags when
    adding a bookmark
  * Ask for a unique tag when importing bookmarks
  * Ignore non-generic URLs when importing browser exported
    bookmarks
* Tue Jul 11 2017 aloisio@gmx.com
- Update to version 3.1
  * Handle negative indices (like tail) with option -p
  * Support browsing bookmarks from prompt (key o)
  * Add program search keywords to history
  * Support XDG_DATA_HOME and HOME as env vars on all platforms
* Thu Jun 29 2017 aloisio@gmx.com
- Update to version 3.0
  * Edit bookmarks in EDITOR at prompt
  * Import folder names as tags from browser html (thanks
    @mohammadKhalifa)
  * Append, overwrite, delete tags at prompt using >>, >, <<
    (familiar, eh? ;))
  * Negative indices with `--print` (like `tail`)
  * Update in EDITOR along with `--immutable`
  * Request HTTP HEAD for immutable records
  * Interface revamp (title on top in bold, colour changes...)
  * Per-level colourful logs in colour mode
  * Changes in program OPTIONS
    + `-t` stands for tag search (earlier `--title`)
    + `-r` stands for regex search (earlier `--replace`)
  * Lots of new automated test cases (thanks @rachmadaniHaryono)
  * REST APIs for server-side apps (thanks @kishore-narendran)
  * Document, notify behaviour when not invoked from tty (thanks
    @The-Compiler)
  * Fix Firefox tab-opening issues on Windows (thanks
    @dertuxmalwieder)
- Renamed package to python-buku
- Converted to single-spec
* Sat Mar 04 2017 jengelh@inai.de
- Ensure NPOV of description
* Thu Feb 23 2017 aloisio@gmx.com
- Update to version 2.9
  * New option `-write` to compose and edit bookmarks in text
    editor
  * Support positional arguments as search keywords
  * New option `--oa` to search and open results directly in
    browser
  * Autodetect Markdown mode by file extension during export,
    import
  * Shortened options:
    + `--nc` replaces `--nocolor`
    + `--np` replaces `--noprompt`
    + `-V` replaces `--upstream`
  * Option `--markdown` removed as the mode is autodetected now
  version 2.8
  * Multithreaded full DB refresh with delayed writes
  * Customize number of threads for full DB refresh (default 4)
  * Support search and update search results in a go
  * Support shortened URL expansion
  * Support multiple bookmarks with `--open`
  * Support `--nocolor` (for scripting, Windows users)
  * Support https_proxy with `--upstream` and `--shorten`
  * Remove trailing `/` from search tokens (like Google search)
  * Support `--version` to show program version
  * Fixed #109: Missing + when shortening URL
  * Performance optimizations, few module dependency removals
  version 2.7
  * Continuous search at (redesigned) prompt
  * urllib3 for all HTTP operations
  * Use HTTP HEAD method for pdf and txt mime types
  * Add user agent (Firefox 50 on Ubuntu)
  * Support URL shortening
  * List bookmarks by tag index in tag list
  * Show tag usage count in tag list
  * Store tags in lowercase (use undocumented option
    `--fixtags` to fix old tags)
  * Support environment variable *https_proxy*
  * Support option `--immutable` to pin titles
  * Keyword `immutable` to search (`-S`) pinned titles
  * Show index in Json output
  * New key *q* to quit prompt
  * Support deflate compression
  * Add option `--tacit` to reduce verbosity of some operations
  * **Removed** option `--st`, only `--stag` to search tags
  * Support custom DB file location (for library, not exposed
    to user)
* Sat Nov 05 2016 aloisio@gmx.com
- Initial package (version 2.6)