1 This is the NEWS file for ConfClerk. ConfClerk is the successor of
2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
7 version 0.6.1, 2014-09-11
8 * Fix typos in documentation.
9 * Add Keyword entry to .desktop file.
10 * Make it impossible to hide the toolbar by disallowing its context menu.
12 * Fix bugs around rooms.
13 Insert names into database, handle room name changes.
15 version 0.6.0, 2013-06-13
16 * New DB schema 001. Datebase is converted on first start.
17 DB schema update functionality implemented.
18 * Added more keybindings.
20 * Rewrote event detail dialog, to avoid flicker on Maemo.
22 * Events after midnight are shown on the day before (if the conference XML
25 * On non-Maemo system "alarms" (notifications) are shown.
27 * Try to show current day on startup and show "day" tab.
29 * Use conference id (not title) for import.
31 * Use conference id (not title) for alarms (maemo).
33 * Use one day navigator for whole app (instead of separate ones per tab).
36 version 0.5.5, 2012-06-12
38 - button bar on the right side
39 - shared "day navigator"
40 - "Now" tab removed, function integrated into former "today" button
41 * Add "reload schedule" button.
43 * Alarms are actually removed now.
44 Thanks to Axel Beckert for the bug report.
46 * Handle redirects when importing schedules over the network.
47 Thanks to Axel Beckert for the bug report.
50 Thanks to Axel Beckert for the bug report.
52 * Improve timezone handling.
54 * Add expand/collapse buttons/actions.
56 * Update example URLs in README.
58 version 0.5.4, 2011-09-14
59 * Change displaying events a bit, use system colours (#13).
60 * Fix display of conflict and alarm icon on maemo (#35).
61 * Improve logic of grouping events into timeslots (#22).
62 * Remove warnings without a database or with an empty one (#20).
63 * Import/update: show progressbar immediately (#25).
64 * Update dates and text for day navigator widget when switching
67 Version 0.5.3, 2011-08-16
68 * Add "jump to today" button to date navigator.
69 Thanks to Michael Schutte for the patch.
71 * Don't die on importing a schedule that does not contain
73 Thanks to Axel Beckert for the bug report.
76 Version 0.5.2, 2011-07-23
77 * Show close button in conference dialog also if there are no conferences
79 * Show event title instead of id in alarm (maemo).
80 * Remove event/room records on import to get rid of "old" room names; this
81 avoids duplicates when room names change.
83 Version 0.5.1, 2011-07-14
84 * Improve search function: split search string on whitespace.
85 * Various small UI changes, e.g.:
86 - cancel button in settings dialogs
88 - date format in date navigator
91 - clean up some dialogs
93 Version 0.5.0, 2011-06-29
94 * First release of ConfClerk as the fosdem-schedule successor.
95 * Continue the multi-conference feature, make sure persons/tracks/rooms are
96 handled separately per conference.
97 * Remove FOSDEM- and maemo-specific parts.
98 * Exchange icons to be sure about the provenance.
99 * Some code cleanup, most notable: use prepared statements for all SQL