Skip to content

Commit

Permalink
Prepare for version 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jun 12, 2016
1 parent 9c37d30 commit 62916c5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]).
# 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
Expand All @@ -46,6 +46,7 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]).
- [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)
Expand All @@ -58,9 +59,9 @@ Copyright (C) 2015-2016 [Arun Prakash Jana](mailto:[email protected]).

## 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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 62916c5

Please sign in to comment.