From 8e979d9048f075c05b78cbfb229783b9b786a4a9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 18 Dec 2019 16:15:28 +0100 Subject: [PATCH] Update changelog Signed-off-by: Thomas Citharel --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9720cbfb1..013599eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [1.0.0-beta.2] - 2019-12-18 ### Special operations These two operations couldn't be handled during migrations. @@ -18,18 +18,27 @@ In order to move participant stats to the event table for existing events, you n * `mix mobilizon.move_participant_stats` ### Added +- Federation is active +- Added an interface for admins to view and manage instance followers and followings +- Ability to comment below events - Implement search engine & service in backend **(read special instructions above)** - Allow WebP and Gif pics upload - Optimize uploaded pics - Make tags clickable, redirecting to search +- Added a websocket API call to check if your participation status has changed - Add a different welcome message when coming from registration - Link to participation page from event page when you are an organizer -- Added mix commands to manage users and view actors -- Added a demo mode to show or hide instance warnings that data is deleted -- Added a warning on login that everything is deleted regularly +- Added several mix commands to manage users and view actors (`mix mobilizon.users` and `mix mobilizon.actors`) and their documentation +- Added a demo mode to show or hide instance warning +- Added a config option to whitelist users emails or email domains - Updated Occitan translations (Quentin) -- Updated French translations (Gavy, Zilverspar, ty kayn) -- Updated Swedish translations (Anton Strömkvist) +- Updated French translations (Gavy, Zilverspar, ty kayn, numéro6) +- Updated Swedish translations (Anton Strömkvist, Filip Bengtsson) +- Updated Polish translations (Marcin Mikolajczak) +- Updated Italian translations (AlessiBilos) +- Updated Arabic translations (Butterflyoffire) +- Updated Catalan translations (fadelkon, Francesc) +- Updated Belarusian translations (fadelkon) - Upgraded frontend and backend dependencies ### Changed @@ -42,11 +51,16 @@ In order to move participant stats to the event table for existing events, you n - Upgrade vue-cli to v4, change the way server params injection is made - Improve some production ipv6 configuration - Limited year range in the DatePicker +- Event title is now clickable on cards (Léo Mouyna) +- Also consider the PeerTube `CommentsEnabled` property to know if you can reply to an event ### Fixed - Fix event URL validation and check if hostname is correct before showing it - Fix participations stats on the MyEvents page - Fix event description lists margin +- Clear errors on resend password page (Léo Mouyna) +- End datetime being able to happen before begin datetime (Léo Mouyna) +- Fix issue when activating/deactivating limited places (Léo Mouyna) - Fix Cypress tests - Fix contribution guide link and improve contribution guide (Joel Takvorian) - Improve grammar (Damien) @@ -55,11 +69,19 @@ In order to move participant stats to the event table for existing events, you n - Add polyfill for IntersectionObserver so that it's usable on relatively old browsers - Fixed crash on Safari on description input by removing `-apple-system` from font-family - Improve installation docs (mkljczk) +- Fixed links to contributing and docs (Alex Addams) - Limit file uploads to 10MB - Added missing `setup_db.psql` file (Geno) - Fixed docker setup when using non-GNU make (JohanBaskovec) - Fixed actors deletion that didn't cascade to followers - Reduced datetime picker input width +- Clear ActivityPub cache when content is updated or deleted +- Fix HTTP signatures not checked for relay inbox +- Handle actor or object being AP Public string (for Mastodon relay subscriptions) +- Fixed Mastodon relay instances subscriptions being shown as users +- Fixed an issue when accessing "My Account" +- Fixed pagination for followers/followings page +- Fixed event HTML representation when `GET` request has no `Accept` header ### Security - Sanitize event title to avoid XSS