* Introduce full text index via [Bleve](http://www.blevesearch.com/). * Add a visual indication if the body of a note has unsaved changes. * Drop support for <= golang-1.4 as Bleve uses `strings.Compare`. * Add build branch to `-version` output. * Fix unhandled error when using the `enter` key with no note selected. * Add support for FreeBSD.
0.0.8
* Allow search to be resumed after manual focus. * Initial support for (amd64) Microsoft Windows.
0.0.7
* Allow search to be resumed after switching tabs. * Allow forward slashes in subject, tag, and password fields. * Disable cgo on Linux. Compile from source if you want sqlite. * Publish a [rkt](https://coreos.com/rkt/) container as a Github release artifact.
0.0.6
* Improve error handling during encryption and decryption. * Fix security regression in new BoltDB backend.
0.0.5
Not secure
* Make BoltDB the default.
0.0.4
Not secure
* Fixed styling of "wrong password" modal. * Remove password and close buttons from tab index to optimize on the access pattern. * Start publishing a docker container.