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