Prepare for version 2.2 release
This commit is contained in:
parent
9c37d30da6
commit
62916c5afd
14
CHANGELOG
14
CHANGELOG
@ -1,3 +1,17 @@
|
||||
Buku v2.2
|
||||
2016-06-12
|
||||
|
||||
Modifications
|
||||
- Export bookmarks to Firefox bookmarks formatted HTML
|
||||
- Merge Buku database
|
||||
- .deb package for Debian and Ubuntu family
|
||||
- Switch from PyCrypto to cryptography (thanks @asergi)
|
||||
- Append tags support
|
||||
- Filter tags for duplicates and sort alphabetically
|
||||
- Travis CI integration, more test cases (thanks @poikjhn)
|
||||
- Show DB index in bold in search results
|
||||
- Several performance optimizations
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Buku v2.1
|
||||
|
15
README.md
15
README.md
@ -28,7 +28,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:engineerarun@gmail.com).
|
||||
# Features
|
||||
|
||||
- Add, tag, comment on, search, update, remove bookmarks
|
||||
- Merge-able portable database, to sync between systems (not released yet)
|
||||
- Merge-able portable database, to sync between systems
|
||||
- Import/export bookmarks HTML (Firefox, Google Chrome, IE compatible)
|
||||
- Fetch page title from web (default), refresh all titles in a go
|
||||
- Open search results directly in browser
|
||||
@ -46,6 +46,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:engineerarun@gmail.com).
|
||||
- [Running as a standalone utility](#running-as-a-standalone-utility)
|
||||
- [Shell completion](#shell-completion)
|
||||
- [Installing with a package manager](#installing-with-a-package-manager)
|
||||
- [Debian package](#debian-package)
|
||||
- [Usage](#usage)
|
||||
- [Cmdline options](#cmdline-options)
|
||||
- [Operational notes](#operational-notes)
|
||||
@ -58,9 +59,9 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:engineerarun@gmail.com).
|
||||
|
||||
## Dependencies
|
||||
|
||||
`buku` requires Python 3.x to work.
|
||||
`buku` requires Python 3.3 or later.
|
||||
|
||||
Optional dependencies:
|
||||
Package dependencies:
|
||||
- Encryption: cryptography
|
||||
- Import bookmarks: Beautiful Soup
|
||||
|
||||
@ -104,6 +105,14 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
|
||||
- Void Linux repos ( `$ sudo xbps-install -S buku` )
|
||||
- [Homebrew](http://braumeister.org/formula/buku) for OS X, or its Linux fork, [Linuxbrew](https://github.com/Linuxbrew/linuxbrew/blob/master/Library/Formula/buku.rb)
|
||||
|
||||
## Debian package
|
||||
|
||||
If you are on a Debian (including Ubuntu) based system visit [the latest stable release](https://github.com/jarun/Buku/releases/latest) and download the`.deb`package. To install, run:
|
||||
|
||||
$ sudo dpkg -i buku-$version-all.deb
|
||||
|
||||
Please substitute `$version` with the appropriate package version.
|
||||
|
||||
# Usage
|
||||
|
||||
## Cmdline options
|
||||
|
Loading…
x
Reference in New Issue
Block a user