Bumping to 0.3.11
authorEd Page <eopage@byu.net>
Sat, 24 Apr 2010 00:25:41 +0000 (19:25 -0500)
committerEd Page <eopage@byu.net>
Sat, 24 Apr 2010 00:25:41 +0000 (19:25 -0500)
src/constants.py
support/builddeb.py
www/multilist.deb

index 9454180..472ef42 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Multilist"
 __app_name__ = "multilist"
-__version__ = "0.3.10"
-__build__ = 2
+__version__ = "0.3.11"
+__build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist")
 __app_magic__ = 0xdeadbeef
 _user_logpath_ = "%s/multilist.log" % _data_path_
index 0c6a190..1c81c1d 100755 (executable)
@@ -21,6 +21,11 @@ __email__ = "n800@axique.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.3.11
+* Saves the filter on restart
+* Search finds text in the middle of titles, not just the beginning
+* Import/Export (import appends rather than merges for now)
+
 0.3.10
 * Added panning [removed due not being able to edit]
 
index f145e94..c3a5d84 100644 (file)
Binary files a/www/multilist.deb and b/www/multilist.deb differ