v0.17.0
Caution
This release contains breaking changes. They are marked with a ⚠️.
Please update to version v0.16.5 first before updating to v0.17.0.
Configuration
Check the reopsitory's docker-compose.yml
for a valid configuration.
- ⚠️ The PocketBase environment variable
POCKETBASE_ENCRYPTION_KEY
is now required. It requires a valid 32 character AES key as its value. To generate a key, runopenssl rand -hex 16
. - ⚠️ The PocketBase environment variable
ORIGIN
is now required. It must be set to the public IP or hostname (including the port) of your wanderer frontend and must equal the value set for the frontend'sORIGIN
environment variable.
Features
- Adds federation
- Adds rich text editor for descriptions and comments
Docs
- Adds documentation for federation
- Restructures the documentation in three distinct parts (for users, admins & developers) for better separation of concerns
Translation
- New language: Russian (thanks @jeffscrum)