Updated tips-and-tricks page link
authorYves Marcoz <yves@marcoz.org>
Fri, 23 Dec 2011 18:07:24 +0000 (10:07 -0800)
committerYves Marcoz <yves@marcoz.org>
Fri, 23 Dec 2011 19:10:24 +0000 (11:10 -0800)
src/config.py

index 33b8957..b9ea3ca 100644 (file)
@@ -37,7 +37,7 @@ from mainthread import mainthread
 import logging
 logger = logging.getLogger(__name__)
 
-VERSION = "52"
+VERSION = "120"
 
 section = "FeedingIt"
 ranges = { "updateInterval":[0.5, 1, 2, 4, 8, 12, 24], "expiry":[24, 48, 72, 144, 288], "fontSize":range(12,24), "orientation":["Automatic", "Landscape", "Portrait"], "artFontSize":[10, 12, 14, 16, 18, 20], "feedsort":["Manual", "Most unread", "Least unread", "Most recent", "Least recent"] }