X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=support%2Fbuilddeb.py;h=73ed235223a618bc9a5fb07e73f861b0d3ac7e40;hb=05e9268d0e0464a485d4ecb17b916d01d581c63d;hp=c11f91a0a440477422528fdee14b5426fda3b547;hpb=082bc1432e37831100bf73119ea244de0d2dbc90;p=multilist diff --git a/support/builddeb.py b/support/builddeb.py index c11f91a..73ed235 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -21,12 +21,33 @@ __email__ = "n800@axique.net" __version__ = constants.__version__ __build__ = constants.__build__ __changelog__ = """ +0.3.7 +* Corrected the bug tracker link + +0.3.6 +* Adding filtering for new and complete in addition to all and active + +0.3.5 +* Bugfix: Fixing the application launcher + +0.3.4 +* Making rotation configurable in the Settings window +* Persisting full-screen / rotation settings + +0.3.3 +* Rotation support +* Turned the settings dialog into a window + 0.3.2 -* Cleaned up some code +* Massive code cleanup +* Re-arrangement of GTK Menus +* Added Maemo 5 Menu * Moved Active/All filter to menu -* Switched to search bar * Moved Checkout All to menu -* Fremantlized the menu +* Improved Search bar +* Removed unnesary UI elements +* Switched to real inconsistent check boxes for tasks +* Switching the settings dialog to be more Maemo 5 like 0.3.1 * I18N, extract de.po, add ru.po. @@ -75,7 +96,7 @@ def build_package(distribution): p = py2deb.Py2deb(__appname__) p.prettyName = constants.__pretty_app_name__ p.description = __description__ - p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=quicknote" + p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Multilist" p.upgradeDescription = __changelog__.split("\n\n", 1)[0] p.author = __author__ p.mail = __email__