# HG changeset patch # User cavaliet # Date 1366710137 -7200 # Node ID 142c80c17041a9da6fb2612b0b776a829335dfb2 # Parent 55fc6d4a329ea252effa91a50a964140dced2d43 enhance senseetive api display. Update version number to v0.4 diff -r 55fc6d4a329e -r 142c80c17041 src/egonomy/__init__.py --- a/src/egonomy/__init__.py Mon Apr 22 18:33:52 2013 +0200 +++ b/src/egonomy/__init__.py Tue Apr 23 11:42:17 2013 +0200 @@ -1,4 +1,4 @@ -VERSION = (0, 3, 2, "final", 0) +VERSION = (0, 4, 0, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 55fc6d4a329e -r 142c80c17041 src/egonomy/static/egonomy/css/egonomy.css --- a/src/egonomy/static/egonomy/css/egonomy.css Mon Apr 22 18:33:52 2013 +0200 +++ b/src/egonomy/static/egonomy/css/egonomy.css Tue Apr 23 11:42:17 2013 +0200 @@ -381,6 +381,9 @@ float: left; margin: 0 5px 5px 0; } +.senapi_tags { + font-size: .7em; +} .senapi_text { } diff -r 55fc6d4a329e -r 142c80c17041 src/egonomy/templates/egonomy_create_fragment.html --- a/src/egonomy/templates/egonomy_create_fragment.html Mon Apr 22 18:33:52 2013 +0200 +++ b/src/egonomy/templates/egonomy_create_fragment.html Tue Apr 23 11:42:17 2013 +0200 @@ -60,7 +60,15 @@ +'