]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - NEWS
Update NEWS file.
[toast/confclerk.git] / NEWS
diff --git a/NEWS b/NEWS
index c163847c2cfcaf8a38cb383a6ce9048895da3de2..d759013cecc2eb5f823ad2b5ec90a8ac80331340 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,46 @@
 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)