~tsarev/taskcoach/1.3

« back to all changes in this revision

Viewing changes to changes.in/changes.py

  • Committer: fniessink
  • Date: 2011-07-30 22:13:56 UTC
  • Revision ID: svn-v4:648457a2-254a-0410-87ef-a9f7caebb725:branches/Release1_3_Branch/taskcoach:4623
Merge from 1.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
releases = [
24
24
            
25
 
Release('1.3.0', 'June 27, 2011',
 
25
Release('1.3.0', 'June 31, 2011',
26
26
    summary='''This release makes all edits done in dialogs immediate.''',
27
27
    featuresAdded=[
28
28
        Feature('''Item edit dialogs make changes immediately, thus no need
41
41
        ]
42
42
    ),
43
43
 
44
 
Release('1.2.25', 'July 28, 2011',
 
44
Release('1.2.25', 'July 30, 2011',
45
45
    summary='''This is a mixed bugfix and feature release.''',
46
46
    bugsFixed=[
47
47
        Bug('''The anonymize function wouldn't give a notification after saving
49
49
        Bug('''Refresh subtask appearance when moving it to a different parent
50
50
task.'''),
51
51
        Bug('''Indentation of categories with and without subcategories in the 
52
 
category viewer was slightly different.''', '3345002')
 
52
category viewer was slightly different.''', '3345002'),
 
53
        Bug('''Windows would appear on the wrong monitor on Windows 7.''', '3370403'),
 
54
        ## Bug('''SyncML synchronization now works with myFunambol.''',
 
55
        ##     '3337902', '3295655', '3377497'),
53
56
        ],
54
57
    featuresAdded=[
55
58
        Feature('''Users can choose default (relative) dates and
56
59
times for tasks in the preference dialog. This allows for e.g. automatically 
57
60
setting a reminder the next day.''', 'http://uservoice.com/a/g9xpy'),
58
 
        Feature('''Faster saving.''')
 
61
        Feature('''Faster saving.'''),
 
62
        Feature('''Preset common SyncML servers (myFunambol and MemoToo)'''),
59
63
        ]
60
64
    ),
61
65