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