X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/c14f681474ccb91099c1115547d6f4a18b12b825..3ba7b3e9da362bc4d69e22ca448d71b83817bf31:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index 00677a0..6f3591f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,70 @@ 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.3 +version 0.6.2, $DATE +* ... + +version 0.6.1, 2014-09-11 +* Fix typos in documentation. +* Add Keyword entry to .desktop file. +* Make it impossible to hide the toolbar by disallowing its context menu. + (Fixes: #51). +* Fix bugs around rooms. + Insert names into database, handle room name changes. + +version 0.6.0, 2013-06-13 +* New DB schema 001. Datebase is converted on first start. + DB schema update functionality implemented. +* Added more keybindings. + (Fixes: #28) +* Rewrote event detail dialog, to avoid flicker on Maemo. + (Fixes: #48) +* Events after midnight are shown on the day before (if the conference XML + file is correct). + (Fixes: #43) +* On non-Maemo system "alarms" (notifications) are shown. + (Fixes: #46) +* Try to show current day on startup and show "day" tab. + (Fixes: #44) +* Use conference id (not title) for import. + (Fixes: #45) +* Use conference id (not title) for alarms (maemo). + (Fixes: #38) +* Use one day navigator for whole app (instead of separate ones per tab). + (Fixes: #11) + +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 @@ -17,7 +80,7 @@ Version 0.5.2, 2011-07-23 * Remove event/room records on import to get rid of "old" room names; this avoids duplicates when room names change. -Version 0.5.1 +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 @@ -27,7 +90,7 @@ Version 0.5.1 - remove status bar - clean up some dialogs -Version 0.5.0 +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.