Bump to 1.1.4
authorEd Page <eopage@byu.net>
Sat, 18 Dec 2010 15:41:25 +0000 (09:41 -0600)
committerEd Page <eopage@byu.net>
Sat, 18 Dec 2010 15:41:25 +0000 (09:41 -0600)
src/constants.py
support/builddeb.py
www/gonvert.deb

index 41f3206..63de85a 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
-__version__ = "1.1.3"
+__version__ = "1.1.4"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
index 350a7ee..5a2e432 100755 (executable)
@@ -12,15 +12,19 @@ __appname__ = constants.__app_name__
 __description__ = """Unit Conversions
 A conversion utility that allows conversion between many units like CGS, Ancient, Imperial with many categories like length, mass, numbers, etc. All units converted values shown at once as you type
 .
-Homepage: http://www.unihedron.com/projects/gonvert/index.php
+Homepage: http://gonvert.garage.maemo.org
 """
-__author__ = "Anthony Tekatch"
-__email__ = "anthony@unihedron.com"
+__author__ = "Ed Page"
+__email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 * Adding back in scrolling when using arrow keys in Units Window
 * Fixing Units Window arrow keys when only showing favorites
+* Removed GTK support
+* Improved startup time
+* Changed the default to condensed mode for better startup time and since people probably will prefer it
+* Saved some wasted horizontal space
 """.strip()
 
 
index 87f4af6..1ef2d5a 100644 (file)
Binary files a/www/gonvert.deb and b/www/gonvert.deb differ