Version bump and changelist
authorEd Page <eopage@byu.net>
Tue, 15 Dec 2009 00:35:18 +0000 (18:35 -0600)
committerEd Page <eopage@byu.net>
Tue, 15 Dec 2009 00:35:18 +0000 (18:35 -0600)
src/constants.py
support/builddeb.py

index 675bf08..ff45110 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
 __version__ = "0.9.1"
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
 __version__ = "0.9.1"
-__build__ = 8
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
index 4402c2e..1270f20 100755 (executable)
@@ -20,7 +20,11 @@ __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 0.9.1
 __build__ = constants.__build__
 __changelog__ = """
 0.9.1
+* Added support for creating generic .deb files
+* Added an apothecary unit
+* Bug fix: Can directly enter numbers after selecting category
 * Bug fix: font of the category button was inconsistent
 * Bug fix: font of the category button was inconsistent
+* Bug fix: Improved up/down arrow keys
 
 0.9.0
 * Added Radioactivity and Radiation dose categories.
 
 0.9.0
 * Added Radioactivity and Radiation dose categories.