From b97b42ea956898d74eb1f26cb6ac3522250f02a0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 12 Oct 2020 14:05:11 +0200 Subject: [PATCH] Bump version to 1.0.0-rc.1 and add changelog Signed-off-by: Thomas Citharel --- CHANGELOG.md | 20 ++++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f108cdc50..4cc32ec8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + + +## 1.0.0-rc.1 - 2020-10-12 + ### Special operations * We added `application/ld+json` as acceptable MIME type for ActivityPub requests, so you'll need to recompile the `mime` library we use before recompiling Mobilizon: @@ -19,6 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Possibility to login using LDAP - Possibility to login using OAuth providers +- Enabled group features in production mode + - including posts (that can be public, unlisted, or restricted to your group members) + - resources (collections of links, with folders, accessible to your group members) + - discussions (group private and organized chats) + - group events (events can be published by groups - and show some event members as contacts) + - roles for members (member, moderator, administrator) + - admin section to manage (suspend) groups +- Sitemap support (for public content) at `sitemap.xml` +- Searching events and groups with location +- More statistics are exposed through the `statistics` GraphQL query ### Changed @@ -28,6 +42,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed notification scheduler [!486](https://framagit.org/framasoft/mobilizon/-/merge_requests/486) - Fixed event title escaping [!490](https://framagit.org/framasoft/mobilizon/-/merge_requests/490) +- Various implements in interface thanks to feedback + +### Security + +- Fix group settings being accessible and editable by non-group-admins (thx @pigpig for reporting this responsibly) +- Fix events being editable by profiles without permissions (thx @pigpig for reporting this responsibly) ## [1.0.0-beta.3] - 2020-06-24 diff --git a/js/package.json b/js/package.json index ab24bd897..48598c90d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.0.0-beta.3", + "version": "1.0.0-rc.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index e0b09b827..14b9e1e62 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.0.0-beta.3" + @version "1.0.0-rc.1" def project do [