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