1 This is the NEWS file for ConfClerk. ConfClerk is the successor of
2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
4 version 0.6.3, 2017-10-01
7 Mention new location of database file under Qt5 in docs.
8 * Fix display of events after midnight.
10 * Fix import failures when the conference has no tracks in the XML file.
11 Thanks to Martín Ferrari for the bug report and the help with the fix.
13 * Bail out on import when conference XML has empty or ill-formed
15 Thanks to Paul Wise for the bug report.
17 * Make URLs in Abstract/Description of event detail view clickable.
19 * Improve exception handling and error messages.
20 Thanks to Martín Ferrari for his help.
21 * Improve import dialog:
22 - enable "Open" button only when a URL is entered
25 version 0.6.2, 2017-01-24
26 * Event dialog: don't unconditionally assume plain text for description and
27 abstract, can be rich text as well (i.e. contain HTML tags).
28 * Favourites: change from boolean to tri-strate: no favourite, weak/fallback
29 favourite, strong favourite. Adapt buttons and conflict markers.
30 Thanks to Elena ``of Valhalla'' for the bug report.
33 Present SSL error messages during download in a warning dialog and ask
34 user about how to proceed.
35 (In practice seen on Maemo due to ancient certificates.)
37 version 0.6.1, 2014-09-11
38 * Fix typos in documentation.
39 * Add Keyword entry to .desktop file.
40 * Make it impossible to hide the toolbar by disallowing its context menu.
42 * Fix bugs around rooms.
43 Insert names into database, handle room name changes.
45 version 0.6.0, 2013-06-13
46 * New DB schema 001. Datebase is converted on first start.
47 DB schema update functionality implemented.
48 * Added more keybindings.
50 * Rewrote event detail dialog, to avoid flicker on Maemo.
52 * Events after midnight are shown on the day before (if the conference XML
55 * On non-Maemo system "alarms" (notifications) are shown.
57 * Try to show current day on startup and show "day" tab.
59 * Use conference id (not title) for import.
61 * Use conference id (not title) for alarms (maemo).
63 * Use one day navigator for whole app (instead of separate ones per tab).
66 version 0.5.5, 2012-06-12
68 - button bar on the right side
69 - shared "day navigator"
70 - "Now" tab removed, function integrated into former "today" button
71 * Add "reload schedule" button.
73 * Alarms are actually removed now.
74 Thanks to Axel Beckert for the bug report.
76 * Handle redirects when importing schedules over the network.
77 Thanks to Axel Beckert for the bug report.
80 Thanks to Axel Beckert for the bug report.
82 * Improve timezone handling.
84 * Add expand/collapse buttons/actions.
86 * Update example URLs in README.
88 version 0.5.4, 2011-09-14
89 * Change displaying events a bit, use system colours (#13).
90 * Fix display of conflict and alarm icon on maemo (#35).
91 * Improve logic of grouping events into timeslots (#22).
92 * Remove warnings without a database or with an empty one (#20).
93 * Import/update: show progressbar immediately (#25).
94 * Update dates and text for day navigator widget when switching
97 Version 0.5.3, 2011-08-16
98 * Add "jump to today" button to date navigator.
99 Thanks to Michael Schutte for the patch.
101 * Don't die on importing a schedule that does not contain
103 Thanks to Axel Beckert for the bug report.
106 Version 0.5.2, 2011-07-23
107 * Show close button in conference dialog also if there are no conferences
109 * Show event title instead of id in alarm (maemo).
110 * Remove event/room records on import to get rid of "old" room names; this
111 avoids duplicates when room names change.
113 Version 0.5.1, 2011-07-14
114 * Improve search function: split search string on whitespace.
115 * Various small UI changes, e.g.:
116 - cancel button in settings dialogs
118 - date format in date navigator
121 - clean up some dialogs
123 Version 0.5.0, 2011-06-29
124 * First release of ConfClerk as the fosdem-schedule successor.
125 * Continue the multi-conference feature, make sure persons/tracks/rooms are
126 handled separately per conference.
127 * Remove FOSDEM- and maemo-specific parts.
128 * Exchange icons to be sure about the provenance.
129 * Some code cleanup, most notable: use prepared statements for all SQL