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