Release 2.1.0-rc.3

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-24 18:22:24 +02:00
parent 33e26466a6
commit 1323c20162
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 17 additions and 2 deletions

View File

@ -4,6 +4,21 @@ 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.3 - 2022-04-24
Changes since rc.2:
* Fix activity notifications by preloading user.activity_settings
* Add "Accept-Language" header to sentry request metadata
* Hide address blocks when address has no real data
* Fix text overflow on group card description
* Exclude tags with more than 40 characters from being extracted
* Avoid duplicate tags with different casing
* Fix invalid HTML (<div> inside <label>)
* Remove attribute type="text/css" from <style> tags
* Improve actor cards integration
* Fix latest group not refreshing in admin section
* Add missing "relay@" part of federated address to follow
## 2.1.0-rc.2 - 2022-04-20
Changes since rc.1:

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "2.1.0-rc.2",
"version": "2.1.0-rc.3",
"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.2"
@version "2.1.0-rc.3"
def project do
[