Skip to content

Buku 1.5

Compare
Choose a tag to compare
@jarun jarun released this 19 Dec 20:58
· 2007 commits to master since this release

Modifications

  • Project name changed to Buku to avoid any copyright issues. This also means old users have to move the database file. Run:
    $ mkdir ~/.cache/buku/
    $ mv ~/.cache/markit/bookmarks.db ~/.cache/buku/bookmarks.db
    $ rm -rf ~/.cache/markit/bookmarks.db
  • Manual AES256 encryption and decryption support (password protection) implemented. This adds dependency on PyCrypto module. Installation instructions updated in README.
  • Some typos fixed (thanks @GuilhermeHideki)