From 53fdf996281c4cc58e6c0880c7b0367f99c7b320 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 2 Nov 2022 18:22:27 +0100 Subject: [PATCH] Release 3.0.0-rc.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df500589..9203734a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,58 @@ 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). +## 3.0.0-rc.2 - 2022-11-02 + +## Added + +- Add setting to toggle light/dark mode +- Allow to disable non-SSO login + +## Changed + +- UI improvements of comments +- UI improvements of reports +- Various UI improvement in event and group view +- Add breadcrumb trail on Post view +- Always lowercase the emails before trying to reset password +- Make text editor heading level start at h3, h4, h5 +- Remove obscure reference to Douglas Adams +- Don't inline phoenix manifest +- Show a proper error message when failure to register to an event +- Order categories by translated label +- Show registration button also if registration allow list is used +- Add logging for when cached iCalendar feed data can't be found +- Add an error log when we try to update the relay actor +- Lower loglevel of error when creating a new person +- Add unique constraint on event URL +- Allow to view more than 10 drafts events on my events view + +## Fixed + +- Fix event card background color behind picture +- Fix position of the « no events found » message +- Add distinct clause to search events +- Fix showing past events on group page +- Fix display of group invitations +- Fix leaving a group +- Fix group events order +- Prevent loading group membership status before we get person information +- Prefix setInterval with window +- Fix fetching events with addresses that's not objects +- Fix dashboard view +- Fix anonymous & remote participation pages +- Fix anonymous/remote participation button +- Do not list drafts in upcoming / old events event if instance moderator +- Make sure group is refreshed after action +- Fix deleting person detached from user +- Fix pagination number text color in dark theme +- Fix post sharing URL +- Fix current format status of text not displayed in text editor + +## Security + +- Correctly escape user-defined names in emails + ## 3.0.0-rc.1 - 2022-10-18 No changes since beta.3 diff --git a/js/package.json b/js/package.json index 7b1050684..dc220ef57 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index dc2c6e149..1d965141e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.0-rc.1" + @version "3.0.0-rc.2" def project do [