forked from potsda.mn/mobilizon
Release 3.0.0-rc.4
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
394428cda7
commit
84860ca2bf
15
CHANGELOG.md
15
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/),
|
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).
|
||||||
|
|
||||||
|
## 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
|
## 3.0.0-rc.3 - 2022-11-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "3.0.0-rc.3",
|
"version": "3.0.0-rc.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
Loading…
Reference in a new issue