Update NEWS for 0.6.1 release.
[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.1, $DATE
5 * Fix typos in documentation.
6 * Add Keyword entry to .desktop file.  
7 * Make it impossible to hide the toolbar by disallowing its context menu.
8   (Fixes: #51).
9 * Fix bugs around rooms.
10   Insert names into database, handle room name changes.
11
12 version 0.6.0, 2013-06-13
13 * New DB schema 001. Datebase is converted on first start.
14   DB schema update functionality implemented.
15 * Added more keybindings.
16   (Fixes: #28)
17 * Rewrote event detail dialog, to avoid flicker on Maemo.
18   (Fixes: #48)
19 * Events after midnight are shown on the day before (if the conference XML
20   file is correct).
21   (Fixes: #43)
22 * On non-Maemo system "alarms" (notifications) are shown.
23   (Fixes: #46)
24 * Try to show current day on startup and show "day" tab.
25   (Fixes: #44)
26 * Use conference id (not title) for import.
27   (Fixes: #45)
28 * Use conference id (not title) for alarms (maemo).
29   (Fixes: #38)
30 * Use one day navigator for whole app (instead of separate ones per tab).
31   (Fixes: #11)
32
33 version 0.5.5, 2012-06-12
34 * UI changes:
35   - button bar on the right side
36   - shared "day navigator"
37   - "Now" tab removed, function integrated into former "today" button
38 * Add "reload schedule" button.
39   Fixes: #34
40 * Alarms are actually removed now.
41   Thanks to Axel Beckert for the bug report.
42   Fixes: #38
43 * Handle redirects when importing schedules over the network.
44   Thanks to Axel Beckert for the bug report.
45   Fixes: #39
46 * Update some icons.
47   Thanks to Axel Beckert for the bug report.
48   Fixes: #40
49 * Improve timezone handling.
50   Fixes: #42
51 * Add expand/collapse buttons/actions.
52   Fixes: #31  
53 * Update example URLs in README.
54
55 version 0.5.4, 2011-09-14
56 * Change displaying events a bit, use system colours (#13).
57 * Fix display of conflict and alarm icon on maemo (#35).
58 * Improve logic of grouping events into timeslots (#22).
59 * Remove warnings without a database or with an empty one (#20).
60 * Import/update: show progressbar immediately (#25).
61 * Update dates and text for day navigator widget when switching 
62   conference (#36).
63
64 Version 0.5.3, 2011-08-16
65 * Add "jump to today" button to date navigator.
66   Thanks to Michael Schutte for the patch.
67   Fixes: #29
68 * Don't die on importing a schedule that does not contain
69   a city field.
70   Thanks to Axel Beckert for the bug report.
71   Fixes: #32
72
73 Version 0.5.2, 2011-07-23
74 * Show close button in conference dialog also if there are no conferences
75   yet.
76 * Show event title instead of id in alarm (maemo).
77 * Remove event/room records on import to get rid of "old" room names; this
78   avoids duplicates when room names change.
79
80 Version 0.5.1, 2011-07-14
81 * Improve search function: split search string on whitespace.
82 * Various small UI changes, e.g.:
83   - cancel button in settings dialogs
84   - colors and borders
85   - date format in date navigator
86   - flatten menu
87   - remove status bar
88   - clean up some dialogs
89
90 Version 0.5.0, 2011-06-29
91 * First release of ConfClerk as the fosdem-schedule successor.
92 * Continue the multi-conference feature, make sure persons/tracks/rooms are
93   handled separately per conference.
94 * Remove FOSDEM- and maemo-specific parts.
95 * Exchange icons to be sure about the provenance.
96 * Some code cleanup, most notable: use prepared statements for all SQL
97   queries.