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