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.2, 2017-01-24
5 * Event dialog: don't unconditionally assume plain text for description and
6 abstract, can be rich text as well (i.e. contain HTML tags).
7 * Favourites: change from boolean to tri-strate: no favourite, weak/fallback
8 favourite, strong favourite. Adapt buttons and conflict markers.
9 Thanks to Elena ``of Valhalla'' for the bug report.
12 Present SSL error messages during download in a warning dialog and ask
13 user about how to proceed.
14 (In practice seen on Maemo due to ancient certificates.)
16 version 0.6.1, 2014-09-11
17 * Fix typos in documentation.
18 * Add Keyword entry to .desktop file.
19 * Make it impossible to hide the toolbar by disallowing its context menu.
21 * Fix bugs around rooms.
22 Insert names into database, handle room name changes.
24 version 0.6.0, 2013-06-13
25 * New DB schema 001. Datebase is converted on first start.
26 DB schema update functionality implemented.
27 * Added more keybindings.
29 * Rewrote event detail dialog, to avoid flicker on Maemo.
31 * Events after midnight are shown on the day before (if the conference XML
34 * On non-Maemo system "alarms" (notifications) are shown.
36 * Try to show current day on startup and show "day" tab.
38 * Use conference id (not title) for import.
40 * Use conference id (not title) for alarms (maemo).
42 * Use one day navigator for whole app (instead of separate ones per tab).
45 version 0.5.5, 2012-06-12
47 - button bar on the right side
48 - shared "day navigator"
49 - "Now" tab removed, function integrated into former "today" button
50 * Add "reload schedule" button.
52 * Alarms are actually removed now.
53 Thanks to Axel Beckert for the bug report.
55 * Handle redirects when importing schedules over the network.
56 Thanks to Axel Beckert for the bug report.
59 Thanks to Axel Beckert for the bug report.
61 * Improve timezone handling.
63 * Add expand/collapse buttons/actions.
65 * Update example URLs in README.
67 version 0.5.4, 2011-09-14
68 * Change displaying events a bit, use system colours (#13).
69 * Fix display of conflict and alarm icon on maemo (#35).
70 * Improve logic of grouping events into timeslots (#22).
71 * Remove warnings without a database or with an empty one (#20).
72 * Import/update: show progressbar immediately (#25).
73 * Update dates and text for day navigator widget when switching
76 Version 0.5.3, 2011-08-16
77 * Add "jump to today" button to date navigator.
78 Thanks to Michael Schutte for the patch.
80 * Don't die on importing a schedule that does not contain
82 Thanks to Axel Beckert for the bug report.
85 Version 0.5.2, 2011-07-23
86 * Show close button in conference dialog also if there are no conferences
88 * Show event title instead of id in alarm (maemo).
89 * Remove event/room records on import to get rid of "old" room names; this
90 avoids duplicates when room names change.
92 Version 0.5.1, 2011-07-14
93 * Improve search function: split search string on whitespace.
94 * Various small UI changes, e.g.:
95 - cancel button in settings dialogs
97 - date format in date navigator
100 - clean up some dialogs
102 Version 0.5.0, 2011-06-29
103 * First release of ConfClerk as the fosdem-schedule successor.
104 * Continue the multi-conference feature, make sure persons/tracks/rooms are
105 handled separately per conference.
106 * Remove FOSDEM- and maemo-specific parts.
107 * Exchange icons to be sure about the provenance.
108 * Some code cleanup, most notable: use prepared statements for all SQL