Docker Images
All-in-one image (frontend + backend in one container):
ghcr.io/fbuchner/meerkat-crm:v1.6.0
Separate images (legacy compatibility):
ghcr.io/fbuchner/meerkat-crm-backend:v1.6.0
ghcr.io/fbuchner/meerkat-crm-frontend:v1.6.0
What's Changed
- Add french language option by @ymage in #165
- Switch to all-in-one docker image by @fbuchner in #169
- ISO date format by @WilyWalrus in #164
- Calendar sync by @Bortlesboat and @fbuchner in #171
- Render newlines in textfields by @fbuchner in #173
New Contributors
- @ymage made their first contribution in #165
- @WilyWalrus made their first contribution in #164
- @Bortlesboat made their first contribution in #129
Full Changelog: v1.5.0...v1.6.0