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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
This is the NEWS file for ConfClerk. ConfClerk is the successor of
fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation.
version 0.7.2, 2024-04-24
* Change parsing of start and end date so that 37C3 schedule works.
The 37C3 schedule was created with pretalx, and uses a
different datetime format.
Thanks to Felix Becker for the bug report.
* Remove stale/cancelled events when reloading a conference schedule.
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.
* 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
* 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.
|