Bumping to 0.3.2-1
authorEd Page <eopage@byu.net>
Tue, 23 Mar 2010 03:12:07 +0000 (22:12 -0500)
committerEd Page <eopage@byu.net>
Tue, 23 Mar 2010 03:12:07 +0000 (22:12 -0500)
src/constants.py
support/builddeb.py

index 959dc09..10d7075 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
 __version__ = "0.3.2"
-__build__ = 0
+__build__ = 1
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
 _user_logpath_ = "%s/multilist.log" % _data_path_
index c11f91a..292b2d6 100755 (executable)
@@ -22,11 +22,15 @@ __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 0.3.2
-* Cleaned up some code
+* Massive code cleanup
+* Re-arrangement of GTK Menus
+* Added Maemo 5 Menu
 * Moved Active/All filter to menu
-* Switched to search bar
 * Moved Checkout All to menu
-* Fremantlized the menu
+* Improved Search bar
+* Removed unnesary UI elements
+* Switched to real inconsistent check boxes for tasks
+* Switching the settings dialog to be more Maemo 5 like
 
 0.3.1
 * I18N, extract de.po, add ru.po.