X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/fe884704e242fe202817ec3d0c0b0fc844657741..4383ab5d686280b6bf9a1128a9568035da355733:/NEWS diff --git a/NEWS b/NEWS index fdaab92..c24fd03 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,49 @@ +This is the NEWS file for ConfClerk. ConfClerk is the successor of +fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. -This NEWS file records noteworthy changes, very tersely. +version 0.5.5, DATE +// TODO -Version 0.3 (3 Feb 2010) -* Performance improvement for events. +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.2 (2 Feb 2010) -* Search tab has been added. -* Alarms handled by alarmd, which requests native alarm dialogs (N900 only). -* A service is registered to DBus, the application is handling calls from alarm - dialogs to reflect alarm states into the database. The application is - started if required (N900 only). +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.1 (19 Jan 2010) -* A user can select favourite events, which are displayed in "Favourites" tab. -* FOSDEM icon is displayed in application manager and in applications menu. -* Optification of the package is done using maemo-optify script. -* There is now a `NEWS' file (this one), giving a history of - user-visible changes. +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.