Bump to 1.0.4
authorEd Page <eopage@byu.net>
Thu, 13 Jan 2011 02:46:23 +0000 (20:46 -0600)
committerEd Page <eopage@byu.net>
Thu, 13 Jan 2011 03:08:18 +0000 (21:08 -0600)
src/constants.py
support/builddeb.py
www/ejpi.deb

index 1d8aac8..0cab446 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
-__version__ = "1.0.3"
+__version__ = "1.0.4"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index 551221c..a61c726 100755 (executable)
@@ -27,10 +27,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Cleaning up the display of the pie buttons
-* Fixing the size of the pie menus on Maemo 5
-* Adding rotation support with a custom portrait layout
-* Minor UI Polish
+* Fixed and improved error reporting
+* Re-arranged trig and programmer keyboards to reduce keyboard swapping
+* Fixed issues with auto-scoll to latest item on startup
+* Reducing redraws on spurious rotations
 """.strip()
 
 
index 0302424..1f2005d 100644 (file)
Binary files a/www/ejpi.deb and b/www/ejpi.deb differ