Release 2.1.0-rc.6

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-05-11 12:23:35 +02:00
parent f86b82f0d5
commit 79a51e5237
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 18 additions and 2 deletions

View File

@ -5,6 +5,22 @@ 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.1.0-rc.6 - 2022-05-11
Changes since rc.5:
- Allow the instance to be followed from Mastodon (through relays)
- Make sure activity recipient can't be nil
- Make sure users can't create profiles or groups with non-valid patterns
- Add description field to address representation
- Make sure prompt show the correct message and not just "Continue?" in mix mode
- Add a CLI command to delete actors
- Make sure activity notification recaps can't be sent multiple times
- Fix group notification of new event being sent multiple times
- Fix links to group page in group membership emails and participation
- Fix clicking on map crashing the app
- Remove unused fragment from FETCH_PERSON GraphQL query
## 2.1.0-rc.5 - 2022-05-06
Changes since rc.4:

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "2.1.0-rc.5",
"version": "2.1.0-rc.6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "2.1.0-rc.5"
@version "2.1.0-rc.6"
def project do
[