diff --git a/NEWS b/NEWS index 5b68fea..b883c04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.5.12: + * Fixed a bug in which clicking on the notebook rename text field ended the + renaming prematurely. + 1.5.11: December 27, 2008 * Added a font selection button to the toolbar. * Decreased the default note text font size, so now you can see more of your diff --git a/config/Version.py b/config/Version.py index 930da27..02f09aa 100644 --- a/config/Version.py +++ b/config/Version.py @@ -1 +1 @@ -VERSION = u"1.5.11" +VERSION = u"1.5.12"