$Date$ 1.2 (2013-10-21): - Bugfix: Make case-insensitive search work on uppercase search strings - Print "notes" - Allow searches with "AND" operator: - OR is used by default, as in previous versions - New command-line flags: --and / -A and --or / -O - New config file option: mode (possibles values 'and' and 'or') - Use getpass when asking for a password to suspend echoing it (suggested by Jorge Gallegos) - Explicitly filter out folder entries when filtering by other types 1.1 (2011-07-13): - Support cryptopy if PyCrypto is not available. Enhances cross-platform support. - Print an error message if the decryption produced wrong data (normally caused by a bad password) - Add PyCrypto/cryptopy to version info (--version) - Windows support enhancements: - Minimalistic GUI - Py2exe support - Packaging scripts - Fix uninstall procedure 1.0 (2011-06-30): - First public release