1.2.7: March 10, 2008 * Fixed a bug where, after you highlighted a link and clicked the link button to unlink it, the link info box popped up. * Actually checking in cache changes that were supposed to be in previous release. 1.2.6: March 10, 2008 * Now creating a new cache connection for each usage of the cache. This will prevent crashes that arose when multiple threads tried to share a single connection. 1.2.5: March 7, 2008 * Fixed a database bug that could have caused a cache save before a commit. * Client code now only calls save_note() on the server when necessary, and takes startup flag into account. 1.2.4: March 6, 2008 * New product tour and new screenshots. * Added a work-around for a database cache bug that prevented the file upload progress bar from showing. * Added a work-around for a UI bug that prevented a note from being saved if only its startup flag changed. 1.2.3: March 4, 2008 * Client-side JavaScript code now only calls save_note() on the server when necessary. 1.2.2: March 4, 2008 * Introduced database object caching to improve performance. * Wrote a database reaper script to delete unused notes, notebooks, etc. * Added some database indices to improve select performance. * Now scrolling the page vertically to show opened errors and messages. 1.2.1: February 29, 2008 * Updated the front page of the site to look nicer and better explain things. 1.2.0: February 25, 2008 * Users can now upload files to attach to their notes. 1.1.3: January 28, 2008 * Now, if you delete a notebook and the only remaining notebook is read-only, then a new read-write notebook is created for you automatically. * Made use of HTML