Release 3.0.1
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
454a6188cc
commit
d2c78c5f17
19
CHANGELOG.md
19
CHANGELOG.md
@ -5,6 +5,25 @@ 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.1 - 2022-11-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Compatibility with Python 3.11 for exports that reply on Python code.
|
||||
- Formatting of fallback locales
|
||||
- Allow to specify database port for Docker configuration
|
||||
- Assets in production environment
|
||||
- Changing event uuid didn't change event data
|
||||
- Make sure maximumAttendeeCapacity is a number, not a string
|
||||
- Prevent AP collection page number being < 1
|
||||
- Fix approving/rejecting group members and followers
|
||||
- Fix 3rd-party auth links
|
||||
- Test Intl.ListFormat availability and add fallback
|
||||
- Set correct Content-Type on all AP endpoints
|
||||
- Don't notify group members & followers from new draft event
|
||||
- Register missing ExitToApp icon
|
||||
- Fix comment display
|
||||
|
||||
## 3.0.0 - 2022-11-08
|
||||
|
||||
### Added
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mobilizon",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
Loading…
Reference in New Issue
Block a user