Merge branch 'master' into qt5
[debian/confclerk.git] / NEWS
1 This is the NEWS file for ConfClerk. ConfClerk is the successor of
2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
3
4 version 0.6.3, 20xx-xx-xx
5 * ...
6
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.
13   (Fixes: #54)
14 * Handle SSL errors.
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.)
18
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.
23   (Fixes: #51).
24 * Fix bugs around rooms.
25   Insert names into database, handle room name changes.
26
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.
31   (Fixes: #28)
32 * Rewrote event detail dialog, to avoid flicker on Maemo.
33   (Fixes: #48)
34 * Events after midnight are shown on the day before (if the conference XML
35   file is correct).
36   (Fixes: #43)
37 * On non-Maemo system "alarms" (notifications) are shown.
38   (Fixes: #46)
39 * Try to show current day on startup and show "day" tab.
40   (Fixes: #44)
41 * Use conference id (not title) for import.
42   (Fixes: #45)
43 * Use conference id (not title) for alarms (maemo).
44   (Fixes: #38)
45 * Use one day navigator for whole app (instead of separate ones per tab).
46   (Fixes: #11)
47
48 version 0.5.5, 2012-06-12
49 * UI changes:
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.
54   Fixes: #34
55 * Alarms are actually removed now.
56   Thanks to Axel Beckert for the bug report.
57   Fixes: #38
58 * Handle redirects when importing schedules over the network.
59   Thanks to Axel Beckert for the bug report.
60   Fixes: #39
61 * Update some icons.
62   Thanks to Axel Beckert for the bug report.
63   Fixes: #40
64 * Improve timezone handling.
65   Fixes: #42
66 * Add expand/collapse buttons/actions.
67   Fixes: #31  
68 * Update example URLs in README.
69
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 
77   conference (#36).
78
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.
82   Fixes: #29
83 * Don't die on importing a schedule that does not contain
84   a city field.
85   Thanks to Axel Beckert for the bug report.
86   Fixes: #32
87
88 Version 0.5.2, 2011-07-23
89 * Show close button in conference dialog also if there are no conferences
90   yet.
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.
94
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
99   - colors and borders
100   - date format in date navigator
101   - flatten menu
102   - remove status bar
103   - clean up some dialogs
104
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
112   queries.