From 96c81050bc2b885170b78682aa3ac282bd85d22d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 19 May 2021 10:37:59 +0200 Subject: [PATCH] Release 1.1.4 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 16 ++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a494239e0..63deaad9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## 1.1.4 - 19-05-2021 + +### Fixes + +- Fixes rich media parsers, so that some resource links work again +- Fixes some depreciated calls that were removed in OTP24 +- Fixes groups not being refreshed after joining a group +- Fixes the notice that is shown when joining a group that the content may not be available right away - because the group is remote - being shown everytime, even when the group is local +- Fixes OGP image not being defined for posts + +### Translations + +- French +- Galician +- Italian + ## 1.1.3 - 03-05-2021 ### Changed diff --git a/js/package.json b/js/package.json index 886d28272..b8dc795ed 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.1.3", + "version": "1.1.4", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 45f23f100..7e56ef2d1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.1.3" + @version "1.1.4" def project do [