From 5f6d346b44b5711aa6892d0c9a3caf8dc3ce0c2c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 26 Oct 2020 12:03:29 +0100 Subject: [PATCH 1/2] 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 [ From 2a0492df6d224b6321763d1d618b809eeae66c97 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 26 Oct 2020 12:11:00 +0100 Subject: [PATCH 2/2] Mention the crowdfunding at the bottom of the README file And link to hall of fame Also change framasoft logo picture url Signed-off-by: Thomas Citharel --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbafc44d5..17a5fdc07 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mobilizon is your federated organization and mobilization platform. Gather peopl

- Framasoft logo + Framasoft logo

@@ -57,4 +57,10 @@ We appreciate any contribution to Mobilizon. Check our [CONTRIBUTING](CONTRIBUTI * 🐘 Mastodon: [https://framapiaf.org/@mobilizon](https://framapiaf.org/@mobilizon) * 🐦 Twitter [https://twitter.com/@joinmobilizon](https://twitter.com/@joinmobilizon) -Note: Most federation code comes from [Pleroma](https://pleroma.social), which is `Copyright © 2017-2018 Pleroma Authors - AGPL-3.0` +Note: Most federation code comes from [Pleroma](https://pleroma.social), which is `Copyright © 2017-2018 Pleroma Authors - AGPL-3.0`. + + +## ❤️ Supports of our crowdfunding +--- + +We have run [a crowdfunding campaign](https://framablog.org/2019/05/14/mobilizon-lets-finance-a-software-to-free-our-events-from-facebook/) to pave the road to the version 1.0.0 of Mobilizon. Thanks to everyone who pitched in and shared the news around! The list of [everyone who donated is available here](https://joinmobilizon.org/hall-of-fame).