github ZimengXiong/ExcaliDash v0.1.6

latest release: v0.1.8
one month ago

Upgrading

If you installed with Docker Hub
# In the same directory as the one you installed
docker compose -f docker-compose.prod.yml down

# Pull the new images
docker compose -f docker-compose.prod.yml pull

# Start the daemon
docker compose -f docker-compose.prod.yml up -d
If you installed with Docker Build
# in the same directory as the one you cloned
docker compose down

git pull

# Build new images
docker compose up --build

Changes

  • Adds a new Library prisma model and migration to support library features (#7)
  • Adds an export button to context menu in dashboard and top bar in editor (#8)

Don't miss a new ExcaliDash release

NewReleases is sending notifications on new releases.