From 51b51086391c327e65ac2320b74260e7ba06846d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 21 Jun 2021 11:34:50 +0200 Subject: [PATCH] Release version 1.2.0-beta.1 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd6f6251..ccf913ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,46 @@ 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.2.0-beta.1 - 2021-06-21 + +### Added + +- **Notifications for various group and event activity, both by email and browser push notifications** +- Possibility for an event organizer to announce a (public) comment, triggering notifications for participants +- Add a snackbar message to manually reload the UI when updates are available +- Add blurhash support for some banners + +### Changes + +- **Interface improvements to events, comments, homepage and group pages** +- **Various improvements to mobile views** +- Make JWT access tokens short-lived + +### Removed + +- Internet Explorer and other older browsers support. This allows us to provide lighter builds. + +### Fixes + +- Fixed compatibility for previous OTP versions +- Fixed the "member joined" activity event not being displayed in the group activity timeline +- Fixed relay and anonymous actor telling they automatically approve followers +- Fixed mix tasks showing output from all error levels +- Fixed missing metadata on some pages +- Fixed some config values being defined at compile-time instead of runtime +- Fixed missing pagination for group resources +- Fixed missing `.ics` suffix for email event attachments + +### Translations + +- Finnish +- Galician +- Italian +- Occitan +- Russian +- Spanish +- Swedish + ## 1.1.4 - 2021-05-19 ### Fixes diff --git a/js/package.json b/js/package.json index b9f97cf80..83b9dbd74 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.1.4", + "version": "1.2.0-beta.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 22daa5bfa..057f7fdf5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.1.4" + @version "1.2.0-beta.1" def project do [