From 77207342a2e47d1fd7bece0564c2d7adc72e01f0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 26 Nov 2021 12:53:16 +0100 Subject: [PATCH] Update CHANGELOG.md for 2.0.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb7c785b..b8093ce3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.0.1 - 2021-11-26 + +### Changed + +- Remove litepub context + +### Fixed + +- Make sure my group upcoming events are ordered by their start date +- Fix event participants pagination +- Always focus the search field after results have been fetched +- Added missing timezone data to the Docker image +- Replace @tiptap/starter-kit with indidual extensions, removing unneeded extensions that caused issues on old Firefox versions +- Better handling of Friendica Update activities without actor information +- Always show pending/cancelled status on event cards + +### Translations + +- Czech +- Gaelic +- Hungarian +- Indonesian +- Welsh (New !) + ## 2.0.0 - 2021-11-23 Please read the [UPGRADE.md](https://framagit.org/framasoft/mobilizon/-/blob/main/UPGRADE.md#upgrading-from-13-to-20) file as well.