diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0c1a809..b9eb96fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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). +## 3.0.0-rc.4 - 2022-11-06 + +### Changed + +- Add loading="lazy" to some images, except categories in viewport +- Add GraphQL operation name, user ID and actor name in logs +- Add empty alt attribute to uploaded pictures (for now) + +### Fixed + +- Fix building CSP policy +- Fix event map view +- Various front-end fixes +- Handle error when fetching object from tombstone + ## 3.0.0-rc.3 - 2022-11-04 ### Added diff --git a/js/package.json b/js/package.json index 4ab511c0d..6c2596c78 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "mobilizon", - "version": "3.0.0-rc.3", + "version": "3.0.0-rc.4", "private": true, "scripts": { "dev": "vite", diff --git a/mix.exs b/mix.exs index 086048fe6..5d483fe13 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Mobilizon.Mixfile do use Mix.Project - @version "3.0.0-rc.3" + @version "3.0.0-rc.4" def project do [