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. diff --git a/config/prod.exs b/config/prod.exs index 9400d1ef2..03e3da82e 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -18,15 +18,20 @@ config :mobilizon, :cldr, locales: [ "ar", "be", + "bn", "ca", "cs", + "cy", "de", "en", "es", + "fa", "fi", "fr", + "gd", "gl", "hu", + "id", "it", "ja", "nl", @@ -35,5 +40,6 @@ config :mobilizon, :cldr, "pl", "pt", "ru", - "sv" + "sv", + "zh_Hant" ] diff --git a/js/package.json b/js/package.json index 428eff1a9..026d619ad 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/js/src/components/Event/EventMinimalistCard.vue b/js/src/components/Event/EventMinimalistCard.vue index 549c63db2..2a120151f 100644 --- a/js/src/components/Event/EventMinimalistCard.vue +++ b/js/src/components/Event/EventMinimalistCard.vue @@ -18,6 +18,20 @@

+ + {{ $t("Tentative") }} + + + {{ $t("Cancelled") }} +