Release 1.3.2

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-08-23 11:07:34 +02:00
bovenliggende 264b94e30c
commit 8ed4abf521
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: A061B9DDE0CA0773
3 gewijzigde bestanden met toevoegingen van 14 en 2 verwijderingen

Bestand weergeven

@ -4,6 +4,18 @@ 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.3.2 - 2021-08-23
### Fixed
- Fixed deduplicated files from orphan media being cleanup as well
- Fixed config onboarding after initial connection
- Fixed current actor ID not being deleted from localstorage after logout
- Fixed missing pagination on tag exploring page
- Fixed deleting own account
- Fixed user profiles that could show up in group search
- Fixed accessibility issues on the account settings page
## 1.3.1 - 2021-08-20
### Fixed

Bestand weergeven

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

Bestand weergeven

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "1.3.1"
@version "1.3.2"
def project do
[