Docker Images
All-in-one image (frontend + backend in one container):
ghcr.io/fbuchner/meerkat-crm:1.7.0
Separate images:
ghcr.io/fbuchner/meerkat-crm-backend:1.7.0
ghcr.io/fbuchner/meerkat-crm-frontend:1.7.0
What's Changed
-
Allow Meerkat to act as Carddav client (connect your own Carddav server) by @fbuchner in #207
-
Add persistence to remember network graph filter selections by @fbuchner in #210
-
Allow contact creation from relationship dialog by @fbuchner in #214
-
Fix issue with batch-importing vcf contacts by @fbuchner in #212
Full Changelog: v1.6.2...v1.7.0