diff --git a/NEWS b/NEWS index 51b33b0..f11d4ee 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,10 @@ +1.6.6: ? + * + 1.6.5: February 12, 2009 * Now ignoring even more unneeded HTML tags from an MS Word copy-and-paste. * Fixed a bug in Internet Explorer in which hiding a focused note could cause - the next note to display incorrectly + the next note to display incorrectly. * Fixed a bug in Internet Explorer in which opening a note by following a link didn't display the opened note correctly. * Fixed a bug in which a drag-and-dropped note occasionally didn't resize back diff --git a/config/Version.py b/config/Version.py index 02783fe..7e1589f 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.6.5" +VERSION = u"1.6.6"