Release version 1.2.0-beta.1

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-21 11:34:50 +02:00
parent d13bbf9340
commit 51b5108639
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 42 additions and 2 deletions

View File

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

View File

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

View File

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