From 8ed4abf521412a9ed64ac9d9a028947dd939fe90 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 23 Aug 2021 11:07:34 +0200 Subject: [PATCH] Release 1.3.2 Signed-off-by: Thomas Citharel --- CHANGELOG.md | 12 ++++++++++++ js/package.json | 2 +- mix.exs | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0705c39..6f140c231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/js/package.json b/js/package.json index 52115a9b1..3e33158c5 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "1.3.1", + "version": "1.3.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/mix.exs b/mix.exs index 88948be47..6bb898a68 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "1.3.1" + @version "1.3.2" def project do [