* Implement login and logout
* Add encrypt util
* Use v2
* Abstract common interface between db and tx
* Fix test
* Check login
* Fix test
* Fix login
* Fix path
* Improve test
* Fix output
* Migrate uuids of books that already exist in server
* Remove actions
* Add dirty flag for notes and books
* Drop actions table
* Implement sync
* Add debug
* Update uuid after posting resources to the server
* Fix dev script
* Make commands use sqlite
* Migrate system
* Fix tests to use sqlite
* Write test for reducer
* Avoid corrupt state in case error occurs in client after server succeeds
* Export test functions
* Fix newline
* Allow to specify default for confirmation
* Improve error handling
* Include more options and default to vi
* 0.2.1
* Improve error output
* Open text editor for add and edit
* Remove unused test
* Improve output
* Remove support for current book
* Improve ls output and add an alias
* Simplify logic
* v0.2.0-alpha.3
* Add migration for editor
* Add ASCII art
* Write migrations
* Use custom context
* Write test and run CI
* Save actions
* Implement reducer
* Supply api endpoint during build
* Remove uuid for book and use name instead
* Make bookmark id not timestamp
* Use book_name
* Fix migration to get sync to work