fix typo in comment
[toast/confclerk.git] / NEWS
1 This is the NEWS file for ConfClerk. ConfClerk is the successor of
2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
3
4 version 0.5.6, DATE
5 //TODO
6
7 version 0.5.5, 2012-06-12
8 * UI changes:
9   - button bar on the right side
10   - shared "day navigator"
11   - "Now" tab removed, function integrated into former "today" button
12 * Add "reload schedule" button.
13   Fixes: #34
14 * Alarms are actually removed now.
15   Thanks to Axel Beckert for the bug report.
16   Fixes: #38
17 * Handle redirects when importing schedules over the network.
18   Thanks to Axel Beckert for the bug report.
19   Fixes: #39
20 * Update some icons.
21   Thanks to Axel Beckert for the bug report.
22   Fixes: #40
23 * Improve timezone handling.
24   Fixes: #42
25 * Add expand/collapse buttons/actions.
26   Fixes: #31  
27 * Update example URLs in README.
28
29 version 0.5.4, 2011-09-14
30 * Change displaying events a bit, use system colours (#13).
31 * Fix display of conflict and alarm icon on maemo (#35).
32 * Improve logic of grouping events into timeslots (#22).
33 * Remove warnings without a database or with an empty one (#20).
34 * Import/update: show progressbar immediately (#25).
35 * Update dates and text for day navigator widget when switching 
36   conference (#36).
37
38 Version 0.5.3, 2011-08-16
39 * Add "jump to today" button to date navigator.
40   Thanks to Michael Schutte for the patch.
41   Fixes: #29
42 * Don't die on importing a schedule that does not contain
43   a city field.
44   Thanks to Axel Beckert for the bug report.
45   Fixes: #32
46
47 Version 0.5.2, 2011-07-23
48 * Show close button in conference dialog also if there are no conferences
49   yet.
50 * Show event title instead of id in alarm (maemo).
51 * Remove event/room records on import to get rid of "old" room names; this
52   avoids duplicates when room names change.
53
54 Version 0.5.1, 2011-07-14
55 * Improve search function: split search string on whitespace.
56 * Various small UI changes, e.g.:
57   - cancel button in settings dialogs
58   - colors and borders
59   - date format in date navigator
60   - flatten menu
61   - remove status bar
62   - clean up some dialogs
63
64 Version 0.5.0, 2011-06-29
65 * First release of ConfClerk as the fosdem-schedule successor.
66 * Continue the multi-conference feature, make sure persons/tracks/rooms are
67   handled separately per conference.
68 * Remove FOSDEM- and maemo-specific parts.
69 * Exchange icons to be sure about the provenance.
70 * Some code cleanup, most notable: use prepared statements for all SQL
71   queries.