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