To upgrade, do the following:
sudo pip uninstall nvpy
sudo pip install --upgrade nvpy
Changes since 0.9.7:
* markdown headings starting with any number of # symbols are bolded. Helps significantly with readability.
* Fixed retina support on the Mac.
* As requested by users, dialog confirmation is asked at note deletion.
* Fix for URL regexp: Thanks to user @anrosent URLs with () are correctly detected.
I'll now be working towards converting nvpy to use an sqlite backend. This should lead to great searching performance even with thousands of notes in your database. Unless new developers step up, the current default json file support and the optional txt file support will be gradually deprecated.
Have fun,
Charl