From c474e43da590201029666df6aa3764521f6d283f Mon Sep 17 00:00:00 2001 From: Tom Udding Date: Sun, 23 Jun 2024 14:51:34 +0200 Subject: [PATCH] Bump to v4.2.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc73ab6fa6..4a5b7a4464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## [v4.2.0](https://github.com/GEWIS/gewisweb/tree/v4.2.0) (2024-06-23) + +* Added 'Last Modified' timestamp to files in the Public Archive. +* Added proper Markdown support to company descriptions and jobs. +* Added meeting type filters to meeting overview. +* Added historical overview for abrogated committees. +* Added notice when you are not allowed to download education documents. +* Added the option to edit existing subscriptions without having to resubscribe to activities. +* Added warnings when leaving certain pages while an upload is in progress. +* Added automatic removal of old activity data in accordance with privacy policy. +* Improved admin interface for managing photos. +* Improved qualitify of Photo of the Week pictures. +* Improved watermarking of education documents. +* Improved rendering of Markdown in certain places. +* Improved (historical) organ information viewing. +* Improved automatic redirect after login to previous page. +* Increased number of activities shown for organs from `3` to `5`. +* Changed occurrences of 'Bylaws' to 'Articles of Association'. +* Fixed issue where exporting GDPR data subject requests failed. +* Fixed issue where photos would be deleted even when still present in another album. +* Fixed issue where photo URLs generated by Glide would be accessible indefinitely. +* Fixed issue where logging in without an e-mail address was still possible. +* Fixed issue where image injection in Markdown was possible. +* Fixed issue where album name validation was too strict. +* Fixed issue where functions in organs were incorrectly ordered. +* Fixed issue where authorizations would not be shown for past meetings. +* Fixed issue where viewing very old activities would result in a fatal exception. +* Fixed issue where pagination of historic polls in the admin interface did not work. +* Fixed issue where zeroth meetings were not viewable. +* Fixed issue where future installations or discharges would already be effective. + ## [v4.1](https://github.com/GEWIS/gewisweb/tree/v4.1) (2023-12-31) * Added information on tutoring to the education page.