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