This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
71 lines (64 loc) · 2.36 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
This is the NEWS file for ConfClerk. ConfClerk is the successor of
fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
version 0.5.6, DATE
//TODO
version 0.5.5, 2012-06-12
* UI changes:
- button bar on the right side
- shared "day navigator"
- "Now" tab removed, function integrated into former "today" button
* Add "reload schedule" button.
Fixes: #34
* Alarms are actually removed now.
Thanks to Axel Beckert for the bug report.
Fixes: #38
* Handle redirects when importing schedules over the network.
Thanks to Axel Beckert for the bug report.
Fixes: #39
* Update some icons.
Thanks to Axel Beckert for the bug report.
Fixes: #40
* Improve timezone handling.
Fixes: #42
* Add expand/collapse buttons/actions.
Fixes: #31
* Update example URLs in README.
version 0.5.4, 2011-09-14
* Change displaying events a bit, use system colours (#13).
* Fix display of conflict and alarm icon on maemo (#35).
* Improve logic of grouping events into timeslots (#22).
* Remove warnings without a database or with an empty one (#20).
* Import/update: show progressbar immediately (#25).
* Update dates and text for day navigator widget when switching
conference (#36).
Version 0.5.3, 2011-08-16
* Add "jump to today" button to date navigator.
Thanks to Michael Schutte for the patch.
Fixes: #29
* Don't die on importing a schedule that does not contain
a city field.
Thanks to Axel Beckert for the bug report.
Fixes: #32
Version 0.5.2, 2011-07-23
* Show close button in conference dialog also if there are no conferences
yet.
* Show event title instead of id in alarm (maemo).
* Remove event/room records on import to get rid of "old" room names; this
avoids duplicates when room names change.
Version 0.5.1, 2011-07-14
* Improve search function: split search string on whitespace.
* Various small UI changes, e.g.:
- cancel button in settings dialogs
- colors and borders
- date format in date navigator
- flatten menu
- remove status bar
- clean up some dialogs
Version 0.5.0, 2011-06-29
* First release of ConfClerk as the fosdem-schedule successor.
* Continue the multi-conference feature, make sure persons/tracks/rooms are
handled separately per conference.
* Remove FOSDEM- and maemo-specific parts.
* Exchange icons to be sure about the provenance.
* Some code cleanup, most notable: use prepared statements for all SQL
queries.