Release 1.2.2
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b78b0900f4
commit
1bac0285b9
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -4,6 +4,26 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 1.2.2 - 2021-07-01
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Improved UI for participations when message is too long
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Fixed pictures without metadata information in post display
|
||||||
|
- Fixed crash when trying to notify activities not from groups
|
||||||
|
- Fixed imagemagick missing from Dockerfile
|
||||||
|
- Fixed push notifications for group, members & post activities
|
||||||
|
- Fixed ellipsis in DiscussionListView
|
||||||
|
- Fixed submission button for posts not visible on mobile
|
||||||
|
- Fixed remote profile suspension
|
||||||
|
|
||||||
|
## Translations
|
||||||
|
|
||||||
|
- Spanish
|
||||||
|
|
||||||
## 1.2.1 - 2021-06-29
|
## 1.2.1 - 2021-06-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
Loading…
Reference in a new issue