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