From 0abba5ecd4c54cbc00c01dab874bd3202e0693d7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 3 May 2021 10:07:59 +0200 Subject: [PATCH] Version 1.1.3 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 19 +++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec41e2de0..a494239e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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). +## 1.1.3 - 03-05-2021 + +### Changed + +- Lower the frequency for refreshment of external groups + +### Fixes + +- Fixed spaces being eaten in the rich text editor (event description, comments and public posts) +- Fixed event physical address display +- Fixed tags being limited to 20 characters +- Fixed some ActivityPub errors + +### Translations + +- Galician +- Russian +- Spanish + ## 1.1.2 - 28-04-2021 ### Changed diff --git a/js/package.json b/js/package.json index ceb5ab3c4..967a058da 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.1.2", + "version": "1.1.3", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 8b76aae9c..45f23f100 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.1.2" + @version "1.1.3" def project do [