X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/43e706a6f2de323a99909d679bd3293b0ac758a3..4e8061f9af8f990032a8116fbe43017cca23358e:/NEWS diff --git a/NEWS b/NEWS index 6f3591f..fb48905 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,74 @@ This is the NEWS file for ConfClerk. ConfClerk is the successor of fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. -version 0.6.2, $DATE -* ... +version 0.7.2, yyyy-mm-dd +... + +version 0.7.1, 2021-08-19 +* Build system improvements for Haiku. + Thanks to François Revol for the patches. + +* UI fixes: + - set minimum width in day navigator dynamically (except for Maemo) + - show day and date in one line (except for Maemo) + - adjust line heights in event lists to avoid overlaps + Thanks to Axel Beckert for the report in the Debian BTS #992236 + +* Display time shift fixes: + - keep stored value on reloading conferences + - take into account for expanding time groups + +version 0.7.0, 2021-07-30 +* Parse, save and display UTC offset from XML files. +* Add "display time shift" option. + This allows users to show events in a different timezone than the one the + conference is in. Useful especially for online conferences during + pandemics but also for other situations like travelling. +* Adjust alarm settings to UTC offset and time shift changes. + (Lightly tested on Linux and not tested under Maemo.) +* Add appstream file. +* Update URLs in documentation. +* Cleanups in conference dialog. + +version 0.6.4, 2017-12-08 +* Improve proxy dialog and add support for SOCKS5 proxies. + Thanks to intrigeri for the bug report. + (Fixes: #59) +* Make toolbar in main window non-movable to prevent accidentally + pulling it out. + +version 0.6.3, 2017-10-01 +* Support Qt5 and Qt4. + (Fixes: #57) + Mention new location of database file under Qt5 in docs. +* Fix display of events after midnight. + (Fixes: #53) +* Fix import failures when the conference has no tracks in the XML file. + Thanks to Martín Ferrari for the bug report and the help with the fix. + (Fixes: #56) +* Bail out on import when conference XML has empty or ill-formed + event IDs. + Thanks to Paul Wise for the bug report. + (Fixes: #58) +* Make URLs in Abstract/Description of event detail view clickable. + (Fixes: #49) +* Improve exception handling and error messages. + Thanks to Martín Ferrari for his help. +* Improve import dialog: + - enable "Open" button only when a URL is entered + - trim URL + +version 0.6.2, 2017-01-24 +* Event dialog: don't unconditionally assume plain text for description and + abstract, can be rich text as well (i.e. contain HTML tags). +* Favourites: change from boolean to tri-strate: no favourite, weak/fallback + favourite, strong favourite. Adapt buttons and conflict markers. + Thanks to Elena ``of Valhalla'' for the bug report. + (Fixes: #54) +* Handle SSL errors. + Present SSL error messages during download in a warning dialog and ask + user about how to proceed. + (In practice seen on Maemo due to ancient certificates.) version 0.6.1, 2014-09-11 * Fix typos in documentation.