Added datetime column to track when a note was added. This column will be added automatically.
1.5
Release to public
Changed connection method; instead of always-alive SQL connection (which fails), make a new connection each time a command is used. I weighed up the extra resource usage against the fact that this makes the plugin actually work properly... yep.