forked from potsda.mn/mobilizon
Release version 1.2.0-beta.1
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d13bbf9340
commit
51b5108639
40
CHANGELOG.md
40
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobilizon",
|
||||
"version": "1.1.4",
|
||||
"version": "1.2.0-beta.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
|
Loading…
Reference in a new issue