Release 1.1.4

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-05-19 10:37:59 +02:00
parent 18d6d0f8a6
commit 96c81050bc
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "1.1.3"
@version "1.1.4"
def project do
[