From 5f6d346b44b5711aa6892d0c9a3caf8dc3ce0c2c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 26 Oct 2020 12:03:29 +0100 Subject: [PATCH] Release 1.0.0 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 23 +++++++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc335c41..d9fe81a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.0.0 - 2020-10-26 + +### Changed + +- Strengthen upload picture and filter code and tests +- Add link to mobilizon.org on the bottom of the about page to register + +### Fixed + +- Fix several front-end routes being accessible without authentification and make them redirect to login page (no information was given, the pages were just empty) +- Fallback version code to Mix project version value if there's no Git information +- Fix identity avatar change flicking or showing wrong avatar for identity +- Fix public group page when description/list of events/list of posts are empty +- Make sure `"to"` and `"cc"` in ActivityStreams are always lists (@vpzomtrrfrt) +- Check port when comparing URLs (@vpzomtrrfrt) + +### Translations + +- Galician +- German +- Occitan +- Spanish + ## 1.0.0-rc.4 - 2020-10-22 ### Fixed diff --git a/js/package.json b/js/package.json index 7aa86dd64..5507ae69b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.0.0-rc.4", + "version": "1.0.0", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 415e62d3a..c51d328cf 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.0.0-rc.4" + @version "1.0.0" def project do [